Module org.eclipse.persistence.jpa
Class TableImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<TableMetadata>
org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl<TableMetadata,Table>
org.eclipse.persistence.internal.jpa.config.tables.TableImpl
- All Implemented Interfaces:
Table
JPA scripting API implementation.
- Since:
- EclipseLink 2.5.1
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
addIndex, addUniqueConstraint, setCatalog, setCreationSuffix, setName, setSchema
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.persistence.jpa.config.Table
addIndex, addUniqueConstraint, setCatalog, setCreationSuffix, setName, setSchema
-
Constructor Details
-
TableImpl
public TableImpl()
-