Uses of Interface
org.eclipse.persistence.jpa.config.PlsqlTable
-
-
Uses of PlsqlTable in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return PlsqlTable Modifier and Type Method Description PlsqlTableAbstractClassImpl. addPlsqlTable() -
Uses of PlsqlTable in org.eclipse.persistence.internal.jpa.config.queries
Classes in org.eclipse.persistence.internal.jpa.config.queries that implement PlsqlTable Modifier and Type Class Description classPlsqlTableImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.queries that return PlsqlTable Modifier and Type Method Description PlsqlTablePlsqlTableImpl. setNestedType(String nestedType) -
Uses of PlsqlTable in org.eclipse.persistence.internal.jpa.config.xml
Methods in org.eclipse.persistence.internal.jpa.config.xml that return PlsqlTable Modifier and Type Method Description PlsqlTableMappingsImpl. addPlsqlTable() -
Uses of PlsqlTable in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return PlsqlTable Modifier and Type Method Description PlsqlTableEmbeddable. addPlsqlTable()PlsqlTableEntity. addPlsqlTable()PlsqlTableMappedSuperclass. addPlsqlTable()PlsqlTableMappings. addPlsqlTable()PlsqlTablePlsqlTable. setCompatibleType(String compatibleType)PlsqlTablePlsqlTable. setJavaType(String javaType)PlsqlTablePlsqlTable. setName(String name)PlsqlTablePlsqlTable. setNestedType(String nestedType)
-