Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
Packages that use JaxbTableGeneratorImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbTableGeneratorImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbTableGeneratorImplModifier and TypeFieldDescriptionprotected JaxbTableGeneratorImplJaxbEntityImpl.tableGeneratorprotected JaxbTableGeneratorImplJaxbIdImpl.tableGeneratorFields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbTableGeneratorImplModifier and TypeFieldDescriptionprotected List<JaxbTableGeneratorImpl>JaxbEntityMappingsImpl.tableGeneratorsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbTableGeneratorImplModifier and TypeMethodDescriptionObjectFactory.createJaxbTableGeneratorImpl()Create an instance ofJaxbTableGeneratorImpl@Nullable JaxbTableGeneratorImplJaxbEntity.getTableGenerator()JaxbEntityImpl.getTableGenerator()Gets the value of the tableGenerator property.JaxbIdImpl.getTableGenerator()Gets the value of the tableGenerator property.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbTableGeneratorImplModifier and TypeMethodDescriptionJaxbEntityMappingsImpl.getTableGenerators()Gets the value of the tableGenerators property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbTableGeneratorImplModifier and TypeMethodDescriptionvoidJaxbEntityImpl.setTableGenerator(JaxbTableGeneratorImpl value) Sets the value of the tableGenerator property.voidJaxbIdImpl.setTableGenerator(JaxbTableGeneratorImpl value) Sets the value of the tableGenerator property. -
Uses of JaxbTableGeneratorImpl in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal with parameters of type JaxbTableGeneratorImplModifier and TypeMethodDescriptionvoidTableGeneratorJpaAnnotation.apply(JaxbTableGeneratorImpl jaxbGenerator, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbTableGeneratorImpl in org.hibernate.boot.models.internal
Method parameters in org.hibernate.boot.models.internal with type arguments of type JaxbTableGeneratorImplModifier and TypeMethodDescriptionvoidGlobalRegistrationsImpl.collectTableGenerators(List<JaxbTableGeneratorImpl> jaxbGenerators) -
Uses of JaxbTableGeneratorImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbTableGeneratorImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applyTableGenerator(JaxbTableGeneratorImpl jaxbGenerator, org.hibernate.models.spi.MutableAnnotationTarget generatorTarget, XmlDocumentContext xmlDocumentContext)