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