Uses of Class
org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredFunctionQueryMetadata
Packages that use NamedPLSQLStoredFunctionQueryMetadata
Package
Description
-
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 NamedPLSQLStoredFunctionQueryMetadataModifier and TypeMethodDescriptionMappedSuperclassAccessor.getNamedPLSQLStoredFunctionQueries()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type NamedPLSQLStoredFunctionQueryMetadataModifier and TypeMethodDescriptionvoidMappedSuperclassAccessor.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 NamedPLSQLStoredFunctionQueryMetadataModifier and TypeMethodDescriptionXMLEntityMappings.getNamedPLSQLStoredFunctionQueries()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type NamedPLSQLStoredFunctionQueryMetadataModifier and TypeMethodDescriptionvoidXMLEntityMappings.setNamedPLSQLStoredFunctionQueries(List<NamedPLSQLStoredFunctionQueryMetadata> namedPLSQLStoredFunctionQueries) INTERNAL: Used for OX mapping. -
Uses of NamedPLSQLStoredFunctionQueryMetadata in org.eclipse.persistence.tools.metadata.generation
Methods in org.eclipse.persistence.tools.metadata.generation that return NamedPLSQLStoredFunctionQueryMetadataModifier and TypeMethodDescriptionprotected NamedPLSQLStoredFunctionQueryMetadataJPAMetadataGenerator.processPLSQLFunctionType(FunctionType fType, PLSQLPackageType pkgType) Generate a PL/SQL stored function query based on the given FunctionType.