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