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. secondaryTableMethods in org.hibernate.boot.jaxb.mapping that return JaxbSecondaryTable Modifier and Type Method Description JaxbSecondaryTableObjectFactory. createJaxbSecondaryTable()Create an instance ofJaxbSecondaryTableMethods 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.
-