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. genericGenerators
protected List<JaxbGenericIdGenerator>
JaxbEntity. identifierGenerator
Methods in org.hibernate.boot.jaxb.mapping that return JaxbGenericIdGenerator Modifier and Type Method Description JaxbGenericIdGenerator
ObjectFactory. createJaxbGenericIdGenerator()
Create an instance ofJaxbGenericIdGenerator
Methods 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.
-