Uses of Interface
org.eclipse.persistence.jpa.config.SecondaryTable
-
Packages that use SecondaryTable Package Description org.eclipse.persistence.internal.jpa.config.classes org.eclipse.persistence.internal.jpa.config.tables org.eclipse.persistence.jpa.config -
-
Uses of SecondaryTable in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return SecondaryTable Modifier and Type Method Description SecondaryTableEntityImpl. addSecondaryTable() -
Uses of SecondaryTable in org.eclipse.persistence.internal.jpa.config.tables
Classes in org.eclipse.persistence.internal.jpa.config.tables that implement SecondaryTable Modifier and Type Class Description classSecondaryTableImplJPA scripting API implementation. -
Uses of SecondaryTable in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return SecondaryTable Modifier and Type Method Description SecondaryTableEntity. addSecondaryTable()SecondaryTableSecondaryTable. setCatalog(String catalog)SecondaryTableSecondaryTable. setCreationSuffix(String creationSuffix)SecondaryTableSecondaryTable. setName(String name)SecondaryTableSecondaryTable. setSchema(String schema)
-