Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbGenericIdGeneratorImpl
Packages that use JaxbGenericIdGeneratorImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbGenericIdGeneratorImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbGenericIdGeneratorImplModifier and TypeFieldDescriptionprotected JaxbGenericIdGeneratorImpl
JaxbEntityImpl.genericGenerator
protected JaxbGenericIdGeneratorImpl
JaxbIdImpl.genericGenerator
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbGenericIdGeneratorImplModifier and TypeFieldDescriptionprotected List<JaxbGenericIdGeneratorImpl>
JaxbEntityMappingsImpl.genericGenerators
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbGenericIdGeneratorImplModifier and TypeMethodDescriptionObjectFactory.createJaxbGenericIdGeneratorImpl()
Create an instance ofJaxbGenericIdGeneratorImpl
@Nullable JaxbGenericIdGeneratorImpl
JaxbEntity.getGenericGenerator()
JaxbEntityImpl.getGenericGenerator()
Gets the value of the genericGenerator property.JaxbIdImpl.getGenericGenerator()
Gets the value of the genericGenerator property.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbGenericIdGeneratorImplModifier and TypeMethodDescriptionJaxbEntityMappingsImpl.getGenericGenerators()
Gets the value of the genericGenerators property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbGenericIdGeneratorImplModifier and TypeMethodDescriptionvoid
JaxbEntityImpl.setGenericGenerator
(JaxbGenericIdGeneratorImpl value) Sets the value of the genericGenerator property.void
JaxbIdImpl.setGenericGenerator
(JaxbGenericIdGeneratorImpl value) Sets the value of the genericGenerator property. -
Uses of JaxbGenericIdGeneratorImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbGenericIdGeneratorImplModifier and TypeMethodDescriptionstatic void
XmlAnnotationHelper.applyGenericGenerator
(JaxbGenericIdGeneratorImpl jaxbGenerator, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)