Uses of Class
org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredFunctionQueryMetadata
-
Packages that use NamedStoredFunctionQueryMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.accessors.classes org.eclipse.persistence.internal.jpa.metadata.xml -
-
Uses of NamedStoredFunctionQueryMetadata 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 NamedStoredFunctionQueryMetadata Modifier and Type Method Description List<NamedStoredFunctionQueryMetadata>MappedSuperclassAccessor. getNamedStoredFunctionQueries()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type NamedStoredFunctionQueryMetadata Modifier and Type Method Description voidMappedSuperclassAccessor. setNamedStoredFunctionQueries(List<NamedStoredFunctionQueryMetadata> namedStoredFunctionQueries)INTERNAL: Used for OX mapping. -
Uses of NamedStoredFunctionQueryMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type NamedStoredFunctionQueryMetadata Modifier and Type Method Description List<NamedStoredFunctionQueryMetadata>XMLEntityMappings. getNamedStoredFunctionQueries()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type NamedStoredFunctionQueryMetadata Modifier and Type Method Description voidXMLEntityMappings. setNamedStoredFunctionQueries(List<NamedStoredFunctionQueryMetadata> namedStoredFunctionQueries)INTERNAL: Used for OX mapping.
-