Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
-
Packages that use JaxbGenericIdGenerator Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbGenericIdGenerator in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbGenericIdGenerator Modifier and Type Field Description protected List<JaxbGenericIdGenerator>JaxbEntityMappings. genericGeneratorsprotected List<JaxbGenericIdGenerator>JaxbEntity. identifierGeneratorMethods in org.hibernate.boot.jaxb.mapping that return JaxbGenericIdGenerator Modifier and Type Method Description JaxbGenericIdGeneratorObjectFactory. createJaxbGenericIdGenerator()Create an instance ofJaxbGenericIdGeneratorMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbGenericIdGenerator Modifier and Type Method Description List<JaxbGenericIdGenerator>JaxbEntityMappings. getGenericGenerators()Gets the value of the genericGenerators property.List<JaxbGenericIdGenerator>JaxbEntity. getIdentifierGenerator()Gets the value of the identifierGenerator property.
-