Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
Packages that use JaxbGenericIdGenerator
-
Uses of JaxbGenericIdGenerator in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbGenericIdGeneratorModifier and TypeFieldDescriptionprotected List<JaxbGenericIdGenerator>JaxbEntityMappings.genericGeneratorsprotected List<JaxbGenericIdGenerator>JaxbEntity.identifierGeneratorMethods in org.hibernate.boot.jaxb.mapping that return JaxbGenericIdGeneratorModifier and TypeMethodDescriptionObjectFactory.createJaxbGenericIdGenerator()Create an instance ofJaxbGenericIdGeneratorMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbGenericIdGeneratorModifier and TypeMethodDescriptionJaxbEntityMappings.getGenericGenerators()Gets the value of the genericGenerators property.JaxbEntity.getIdentifierGenerator()Gets the value of the identifierGenerator property.