Module org.eclipse.persistence.jpa
Interface TableGenerator
- All Known Implementing Classes:
TableGeneratorImpl
public interface TableGenerator
JPA scripting API implementation.
- Since:
- EclipseLink 2.5.1
-
Method Summary
Modifier and TypeMethodDescriptionaddIndex()
setAllocationSize
(Integer allocationSize) setCatalog
(String catalog) setCreationSuffix
(String creationSuffix) setInitialValue
(Integer initialValue) setPKColumnName
(String pkColumnName) setPKColumnValue
(String pkColumnValue) setValueColumnName
(String valueColumnName)
-
Method Details
-
addIndex
Index addIndex() -
addUniqueConstraint
UniqueConstraint addUniqueConstraint() -
setAllocationSize
-
setCatalog
-
setCreationSuffix
-
setInitialValue
-
setName
-
setPKColumnName
-
setPKColumnValue
-
setSchema
-
setTable
-
setValueColumnName
-