Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
-
Packages that use JaxbSecondaryTable Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbSecondaryTable in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbSecondaryTable Modifier and Type Field Description protected List<JaxbSecondaryTable>
JaxbEntity. secondaryTable
Methods in org.hibernate.boot.jaxb.mapping that return JaxbSecondaryTable Modifier and Type Method Description JaxbSecondaryTable
ObjectFactory. createJaxbSecondaryTable()
Create an instance ofJaxbSecondaryTable
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbSecondaryTable Modifier and Type Method Description List<JaxbSecondaryTable>
JaxbEntity. getSecondaryTable()
Gets the value of the secondaryTable property.
-