Uses of Class
org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
-
-
Uses of SQLResultSetMappingMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type SQLResultSetMappingMetadata Modifier and Type Method Description voidMetadataProject. addSQLResultSetMapping(SQLResultSetMappingMetadata sqlResultSetMapping)INTERNAL: Add an sql results set mapping to the project overriding where necessary. -
Uses of SQLResultSetMappingMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return types with arguments of type SQLResultSetMappingMetadata Modifier and Type Method Description List<SQLResultSetMappingMetadata>MappedSuperclassAccessor. getSqlResultSetMappings()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type SQLResultSetMappingMetadata Modifier and Type Method Description voidMappedSuperclassAccessor. setSqlResultSetMappings(List<SQLResultSetMappingMetadata> sqlResultSetMappings)INTERNAL: Used for OX mapping. -
Uses of SQLResultSetMappingMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type SQLResultSetMappingMetadata Modifier and Type Method Description List<SQLResultSetMappingMetadata>XMLEntityMappings. getSqlResultSetMappings()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type SQLResultSetMappingMetadata Modifier and Type Method Description voidXMLEntityMappings. setSqlResultSetMappings(List<SQLResultSetMappingMetadata> sqlResultSetMappings)INTERNAL: Used for OX mapping.
-