Uses of Class
org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
-
-
Uses of NamedNativeQueryMetadata 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 NamedNativeQueryMetadata Modifier and Type Method Description List<NamedNativeQueryMetadata>MappedSuperclassAccessor. getNamedNativeQueries()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type NamedNativeQueryMetadata Modifier and Type Method Description voidMappedSuperclassAccessor. setNamedNativeQueries(List<NamedNativeQueryMetadata> namedNativeQueries)INTERNAL: Used for OX mapping. -
Uses of NamedNativeQueryMetadata in org.eclipse.persistence.internal.jpa.metadata.queries
Subclasses of NamedNativeQueryMetadata in org.eclipse.persistence.internal.jpa.metadata.queries Modifier and Type Class Description classNamedPLSQLStoredFunctionQueryMetadataINTERNAL: Object to hold onto a named PLSQL stored function query.classNamedPLSQLStoredProcedureQueryMetadataINTERNAL: Object to hold onto a named PLSQL stored procedure query.classNamedStoredFunctionQueryMetadataINTERNAL: Object to hold onto a named stored function query.classNamedStoredProcedureQueryMetadataINTERNAL: Object to hold onto a named stored procedure query. -
Uses of NamedNativeQueryMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type NamedNativeQueryMetadata Modifier and Type Method Description List<NamedNativeQueryMetadata>XMLEntityMappings. getNamedNativeQueries()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type NamedNativeQueryMetadata Modifier and Type Method Description voidXMLEntityMappings. setNamedNativeQueries(List<NamedNativeQueryMetadata> namedNativeQueries)INTERNAL: Used for OX mapping.
-