Class Key

    • Constructor Detail

      • Key

        public Key()
      • Key

        public Key​(Key key)
    • Method Detail

      • addColumn

        public void addColumn​(Column column)
        Description copied from interface: ColumnContainer
        Add a column to the container.
        Specified by:
        addColumn in interface ColumnContainer
        Parameters:
        column - the column, must not be null
      • deepCopy

        public Key deepCopy()
        Description copied from interface: Cloneable
        Creates a new, deep-copied instance of this object
        Specified by:
        deepCopy in interface Cloneable<Key>
        Returns:
        a deep-copy clone of the referenced object
      • build

        public org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType build()
        Description copied from interface: Bindable
        Builds the specified binded class type.
        Specified by:
        build in interface Bindable<org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType>
        Returns:
        instance of the bindable class type, never null