Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbTable
-
Packages that use JaxbTable Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbTable in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbTable Modifier and Type Field Description protected JaxbTableJaxbEntity. tableMethods in org.hibernate.boot.jaxb.mapping that return JaxbTable Modifier and Type Method Description JaxbTableObjectFactory. createJaxbTable()Create an instance ofJaxbTableJaxbTableJaxbEntity. getTable()Gets the value of the table property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbTable Modifier and Type Method Description voidJaxbEntity. setTable(JaxbTable value)Sets the value of the table property.
-