Uses of Class
org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
-
-
Uses of NamedQueryMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type NamedQueryMetadata Modifier and Type Method Description voidMetadataProject. addQuery(NamedQueryMetadata query)INTERNAL: Add a query to the project overriding where necessary. -
Uses of NamedQueryMetadata 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 NamedQueryMetadata Modifier and Type Method Description List<NamedQueryMetadata>MappedSuperclassAccessor. getNamedQueries()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type NamedQueryMetadata Modifier and Type Method Description voidMappedSuperclassAccessor. setNamedQueries(List<NamedQueryMetadata> namedQueries)INTERNAL: Used for OX mapping. -
Uses of NamedQueryMetadata in org.eclipse.persistence.internal.jpa.metadata.queries
Subclasses of NamedQueryMetadata in org.eclipse.persistence.internal.jpa.metadata.queries Modifier and Type Class Description classNamedNativeQueryMetadataINTERNAL: Object to hold onto named native query metadata.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 NamedQueryMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type NamedQueryMetadata Modifier and Type Method Description List<NamedQueryMetadata>XMLEntityMappings. getNamedQueries()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type NamedQueryMetadata Modifier and Type Method Description voidXMLEntityMappings. setNamedQueries(List<NamedQueryMetadata> namedQueries)INTERNAL: Used for OX mapping.
-