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 JaxbGenericIdGeneratorImplJaxbEntityImpl.genericGeneratorprotected JaxbGenericIdGeneratorImplJaxbIdImpl.genericGeneratorFields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbGenericIdGeneratorImplModifier and TypeFieldDescriptionprotected List<JaxbGenericIdGeneratorImpl> JaxbEntityMappingsImpl.genericGeneratorsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbGenericIdGeneratorImplModifier and TypeMethodDescriptionObjectFactory.createJaxbGenericIdGeneratorImpl()Create an instance ofJaxbGenericIdGeneratorImpl@Nullable JaxbGenericIdGeneratorImplJaxbEntity.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 TypeMethodDescriptionvoidJaxbEntityImpl.setGenericGenerator(JaxbGenericIdGeneratorImpl value) Sets the value of the genericGenerator property.voidJaxbIdImpl.setGenericGenerator(JaxbGenericIdGeneratorImpl value) Sets the value of the genericGenerator property.