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 JaxbTableGeneratorImpl
JaxbEntityImpl.tableGenerator
protected JaxbTableGeneratorImpl
JaxbIdImpl.tableGenerator
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbTableGeneratorImplModifier and TypeFieldDescriptionprotected List<JaxbTableGeneratorImpl>
JaxbEntityMappingsImpl.tableGenerators
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbTableGeneratorImplModifier and TypeMethodDescriptionObjectFactory.createJaxbTableGeneratorImpl()
Create an instance ofJaxbTableGeneratorImpl
@Nullable JaxbTableGeneratorImpl
JaxbEntity.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 TypeMethodDescriptionvoid
JaxbEntityImpl.setTableGenerator
(JaxbTableGeneratorImpl value) Sets the value of the tableGenerator property.void
JaxbIdImpl.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 TypeMethodDescriptionvoid
TableGeneratorJpaAnnotation.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 TypeMethodDescriptionvoid
GlobalRegistrationsImpl.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 void
XmlAnnotationHelper.applyTableGenerator
(JaxbTableGeneratorImpl jaxbGenerator, org.hibernate.models.spi.MutableAnnotationTarget generatorTarget, XmlDocumentContext xmlDocumentContext)