Package org.hibernate.envers.boot.model
Class DiscriminatorType
- java.lang.Object
-
- org.hibernate.envers.boot.model.DiscriminatorType
-
-
Constructor Summary
Constructors Constructor Description DiscriminatorType(org.hibernate.mapping.Value discriminator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorTypebuild()Builds the specified binded class type.
-
-
-
Method Detail
-
build
public org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType build()
Description copied from interface:BindableBuilds the specified binded class type.
-
-