Class DiscriminatorType

java.lang.Object
org.hibernate.envers.boot.model.DiscriminatorType
All Implemented Interfaces:
Bindable<org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType>

public class DiscriminatorType extends Object implements Bindable<org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType>
Contract for a persistent entity discriminator type.
  • Constructor Details

    • DiscriminatorType

      public DiscriminatorType(org.hibernate.mapping.Value discriminator)
  • Method Details

    • build

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