Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Packages that use JaxbHbmDiscriminatorSubclassEntityType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.envers.boot.model -
-
Uses of JaxbHbmDiscriminatorSubclassEntityType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmDiscriminatorSubclassEntityType Modifier and Type Field Description protected List<JaxbHbmDiscriminatorSubclassEntityType>
JaxbHbmDiscriminatorSubclassEntityType. subclass
protected List<JaxbHbmDiscriminatorSubclassEntityType>
JaxbHbmHibernateMapping. subclass
protected List<JaxbHbmDiscriminatorSubclassEntityType>
JaxbHbmRootEntityType. subclass
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmDiscriminatorSubclassEntityType Modifier and Type Method Description JaxbHbmDiscriminatorSubclassEntityType
ObjectFactory. createJaxbHbmDiscriminatorSubclassEntityType()
Create an instance ofJaxbHbmDiscriminatorSubclassEntityType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmDiscriminatorSubclassEntityType Modifier and Type Method Description List<JaxbHbmDiscriminatorSubclassEntityType>
JaxbHbmDiscriminatorSubclassEntityType. getSubclass()
Gets the value of the subclass property.List<JaxbHbmDiscriminatorSubclassEntityType>
JaxbHbmHibernateMapping. getSubclass()
Gets the value of the subclass property.List<JaxbHbmDiscriminatorSubclassEntityType>
JaxbHbmRootEntityType. getSubclass()
Gets the value of the subclass property. -
Uses of JaxbHbmDiscriminatorSubclassEntityType in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return JaxbHbmDiscriminatorSubclassEntityType Modifier and Type Method Description JaxbHbmDiscriminatorSubclassEntityType
DiscriminatorPersistentEntity. buildJaxbMapping()
-