Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Packages that use JaxbHbmEntityDiscriminatorType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.envers.boot.model -
-
Uses of JaxbHbmEntityDiscriminatorType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmEntityDiscriminatorType Modifier and Type Field Description protected JaxbHbmEntityDiscriminatorType
JaxbHbmRootEntityType. discriminator
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmEntityDiscriminatorType Modifier and Type Method Description JaxbHbmEntityDiscriminatorType
ObjectFactory. createJaxbHbmEntityDiscriminatorType()
Create an instance ofJaxbHbmEntityDiscriminatorType
JaxbHbmEntityDiscriminatorType
JaxbHbmRootEntityType. getDiscriminator()
Gets the value of the discriminator property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmEntityDiscriminatorType Modifier and Type Method Description void
JaxbHbmRootEntityType. setDiscriminator(JaxbHbmEntityDiscriminatorType value)
Sets the value of the discriminator property. -
Uses of JaxbHbmEntityDiscriminatorType in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return JaxbHbmEntityDiscriminatorType Modifier and Type Method Description JaxbHbmEntityDiscriminatorType
DiscriminatorType. build()
-