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