Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Packages that use JaxbHbmSecondaryTableType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.envers.boot.model -
-
Uses of JaxbHbmSecondaryTableType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmSecondaryTableType Modifier and Type Field Description protected List<JaxbHbmSecondaryTableType>
JaxbHbmDiscriminatorSubclassEntityType. join
protected List<JaxbHbmSecondaryTableType>
JaxbHbmRootEntityType. join
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmSecondaryTableType Modifier and Type Method Description JaxbHbmSecondaryTableType
ObjectFactory. createJaxbHbmSecondaryTableType()
Create an instance ofJaxbHbmSecondaryTableType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmSecondaryTableType Modifier and Type Method Description List<JaxbHbmSecondaryTableType>
JaxbHbmDiscriminatorSubclassEntityType. getJoin()
Gets the value of the join property.List<JaxbHbmSecondaryTableType>
JaxbHbmRootEntityType. getJoin()
Gets the value of the join property.List<JaxbHbmSecondaryTableType>
SecondaryTableContainer. getJoin()
-
Uses of JaxbHbmSecondaryTableType in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return JaxbHbmSecondaryTableType Modifier and Type Method Description JaxbHbmSecondaryTableType
Join. build()
-