Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
-
Packages that use JaxbTableGenerator Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbTableGenerator in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbTableGenerator Modifier and Type Field Description protected JaxbTableGeneratorJaxbEntity. tableGeneratorprotected JaxbTableGeneratorJaxbId. tableGeneratorFields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbTableGenerator Modifier and Type Field Description protected List<JaxbTableGenerator>JaxbEntityMappings. tableGeneratorMethods in org.hibernate.boot.jaxb.mapping that return JaxbTableGenerator Modifier and Type Method Description JaxbTableGeneratorObjectFactory. createJaxbTableGenerator()Create an instance ofJaxbTableGeneratorJaxbTableGeneratorJaxbEntity. getTableGenerator()Gets the value of the tableGenerator property.JaxbTableGeneratorJaxbId. getTableGenerator()Gets the value of the tableGenerator property.Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbTableGenerator Modifier and Type Method Description List<JaxbTableGenerator>JaxbEntityMappings. getTableGenerator()Gets the value of the tableGenerator property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbTableGenerator Modifier and Type Method Description voidJaxbEntity. setTableGenerator(JaxbTableGenerator value)Sets the value of the tableGenerator property.voidJaxbId. setTableGenerator(JaxbTableGenerator value)Sets the value of the tableGenerator property.
-