Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
-
Packages that use JaxbTableGenerator Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
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 JaxbTableGenerator
JaxbEntity. tableGenerator
protected JaxbTableGenerator
JaxbId. tableGenerator
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbTableGenerator Modifier and Type Field Description protected List<JaxbTableGenerator>
JaxbEntityMappings. tableGenerators
Methods in org.hibernate.boot.jaxb.mapping that return JaxbTableGenerator Modifier and Type Method Description JaxbTableGenerator
ObjectFactory. createJaxbTableGenerator()
Create an instance ofJaxbTableGenerator
JaxbTableGenerator
JaxbEntity. getTableGenerator()
Gets the value of the tableGenerator property.JaxbTableGenerator
JaxbId. 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. getTableGenerators()
Gets the value of the tableGenerators property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbTableGenerator Modifier and Type Method Description void
JaxbEntity. setTableGenerator(JaxbTableGenerator value)
Sets the value of the tableGenerator property.void
JaxbId. setTableGenerator(JaxbTableGenerator value)
Sets the value of the tableGenerator property. -
Uses of JaxbTableGenerator in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type JaxbTableGenerator Modifier and Type Method Description static TableGenerator
JPAXMLOverriddenAnnotationReader. buildTableGeneratorAnnotation(JaxbTableGenerator element, XMLContext.Default defaults)
-