Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbGenericIdGeneratorImpl
Packages that use JaxbGenericIdGeneratorImpl
-
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.