Package org.hibernate.tool.orm.jbt.wrp
Class DelegatingPrimaryKeyWrapperImpl
- java.lang.Object
-
- org.hibernate.mapping.Constraint
-
- org.hibernate.mapping.PrimaryKey
-
- org.hibernate.tool.orm.jbt.wrp.DelegatingPrimaryKeyWrapperImpl
-
- All Implemented Interfaces:
Serializable,org.hibernate.boot.model.relational.Exportable,PrimaryKeyWrapper,Wrapper
public class DelegatingPrimaryKeyWrapperImpl extends org.hibernate.mapping.PrimaryKey implements PrimaryKeyWrapper
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DelegatingPrimaryKeyWrapperImpl(org.hibernate.mapping.PrimaryKey pk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.hibernate.mapping.Column>columnIterator()org.hibernate.mapping.PrimaryKeygetWrappedObject()-
Methods inherited from class org.hibernate.mapping.PrimaryKey
addColumn, generatedConstraintNamePrefix, getColumnsInOriginalOrder, getExportIdentifier, getOriginalOrder, getTableNameForLogging, reorderColumns, sqlConstraintString, sqlConstraintString
-
Methods inherited from class org.hibernate.mapping.Constraint
addColumns, containsColumn, generateName, generateName, getColumn, getColumnIterator, getColumns, getColumnSpan, getName, getTable, hashedName, isGenerated, setName, setTable, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.tool.orm.jbt.wrp.PrimaryKeyWrapper
addColumn, containsColumn, getColumn, getColumns, getColumnSpan, getName, getTable
-
-
-
-
Method Detail
-
getWrappedObject
public org.hibernate.mapping.PrimaryKey getWrappedObject()
- Specified by:
getWrappedObjectin interfacePrimaryKeyWrapper- Specified by:
getWrappedObjectin interfaceWrapper
-
columnIterator
public Iterator<org.hibernate.mapping.Column> columnIterator()
- Specified by:
columnIteratorin interfacePrimaryKeyWrapper
-
-