Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Packages that use JaxbTableGenerator
-
Uses of JaxbTableGenerator in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbTableGeneratorModifier and TypeFieldDescriptionprotected JaxbTableGeneratorJaxbEntity.tableGeneratorprotected JaxbTableGeneratorJaxbId.tableGeneratorFields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbTableGeneratorModifier and TypeFieldDescriptionprotected List<JaxbTableGenerator>JaxbEntityMappings.tableGeneratorsMethods in org.hibernate.boot.jaxb.mapping that return JaxbTableGeneratorModifier and TypeMethodDescriptionObjectFactory.createJaxbTableGenerator()Create an instance ofJaxbTableGeneratorJaxbEntity.getTableGenerator()Gets the value of the tableGenerator property.JaxbId.getTableGenerator()Gets the value of the tableGenerator property.Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbTableGeneratorModifier and TypeMethodDescriptionJaxbEntityMappings.getTableGenerators()Gets the value of the tableGenerators property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbTableGeneratorModifier and TypeMethodDescriptionvoidJaxbEntity.setTableGenerator(JaxbTableGenerator value) Sets the value of the tableGenerator property.voidJaxbId.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 JaxbTableGeneratorModifier and TypeMethodDescriptionstatic TableGeneratorJPAXMLOverriddenAnnotationReader.buildTableGeneratorAnnotation(JaxbTableGenerator element, XMLContext.Default defaults)