Module org.eclipse.persistence.core
Class NestedTable
java.lang.Object
org.eclipse.persistence.internal.helper.DatabaseTable
org.eclipse.persistence.internal.expressions.NestedTable
- All Implemented Interfaces:
Serializable
,Cloneable
,CoreTable
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.helper.DatabaseTable
creationSuffix, foreignKeyConstraints, indexes, name, qualifiedName, tableQualifier, uniqueConstraints, useDelimiters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQualifiedName
(DatasourcePlatform platform) INTERNAL:getQualifiedNameDelimited
(DatasourcePlatform platform) INTERNAL:void
setQuerykeyExpression
(QueryKeyExpression queryKeyExpression) Methods inherited from class org.eclipse.persistence.internal.helper.DatabaseTable
addForeignKeyConstraint, addIndex, addUniqueConstraints, clone, equals, equals, getCreationSuffix, getForeignKeyConstraint, getForeignKeyConstraints, getIndexes, getName, getNameDelimited, getQualifiedName, getTableQualifier, getTableQualifierDelimited, getUniqueConstraints, hasForeignKeyConstraints, hashCode, hasIndexes, hasName, hasUniqueConstraints, isDecorated, printSQL, resetQualifiedName, setCreationSuffix, setName, setName, setPossiblyQualifiedName, setPossiblyQualifiedName, setTableQualifier, setTableQualifier, setUseDelimiters, shouldUseDelimiters, toString
-
Constructor Details
-
NestedTable
public NestedTable() -
NestedTable
-
-
Method Details
-
getQualifiedName
INTERNAL: -
getQualifiedNameDelimited
INTERNAL:- Overrides:
getQualifiedNameDelimited
in classDatabaseTable
-
getQuerykeyExpression
-
setQuerykeyExpression
-