Uses of Interface
org.eclipse.persistence.jpa.config.TableGenerator
-
-
Uses of TableGenerator in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return TableGenerator Modifier and Type Method Description TableGeneratorAbstractMappedClassImpl. setTableGenerator() -
Uses of TableGenerator in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return TableGenerator Modifier and Type Method Description TableGeneratorAbstractBasicMappingImpl. setTableGenerator() -
Uses of TableGenerator in org.eclipse.persistence.internal.jpa.config.sequencing
Classes in org.eclipse.persistence.internal.jpa.config.sequencing that implement TableGenerator Modifier and Type Class Description classTableGeneratorImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.sequencing that return TableGenerator Modifier and Type Method Description TableGeneratorTableGeneratorImpl. setAllocationSize(Integer allocationSize)TableGeneratorTableGeneratorImpl. setCatalog(String catalog)TableGeneratorTableGeneratorImpl. setCreationSuffix(String creationSuffix)TableGeneratorTableGeneratorImpl. setInitialValue(Integer initialValue)TableGeneratorTableGeneratorImpl. setName(String name)TableGeneratorTableGeneratorImpl. setPKColumnName(String pkColumnName)TableGeneratorTableGeneratorImpl. setPKColumnValue(String pkColumnValue)TableGeneratorTableGeneratorImpl. setSchema(String schema)TableGeneratorTableGeneratorImpl. setTable(String table)TableGeneratorTableGeneratorImpl. setValueColumnName(String valueColumnName) -
Uses of TableGenerator in org.eclipse.persistence.internal.jpa.config.xml
Methods in org.eclipse.persistence.internal.jpa.config.xml that return TableGenerator Modifier and Type Method Description TableGeneratorMappingsImpl. addTableGenerator() -
Uses of TableGenerator in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return TableGenerator Modifier and Type Method Description TableGeneratorMappings. addTableGenerator()TableGeneratorTableGenerator. setAllocationSize(Integer allocationSize)TableGeneratorTableGenerator. setCatalog(String catalog)TableGeneratorTableGenerator. setCreationSuffix(String creationSuffix)TableGeneratorTableGenerator. setInitialValue(Integer initialValue)TableGeneratorTableGenerator. setName(String name)TableGeneratorTableGenerator. setPKColumnName(String pkColumnName)TableGeneratorTableGenerator. setPKColumnValue(String pkColumnValue)TableGeneratorTableGenerator. setSchema(String schema)TableGeneratorTableGenerator. setTable(String table)TableGeneratorBasic. setTableGenerator()TableGeneratorEntity. setTableGenerator()TableGeneratorId. setTableGenerator()TableGeneratorMappedSuperclass. setTableGenerator()TableGeneratorTableGenerator. setValueColumnName(String valueColumnName)
-