Uses of Class
org.hibernate.tuple.IdentifierProperty
-
Packages that use IdentifierProperty Package Description org.hibernate.tuple org.hibernate.tuple.entity -
-
Uses of IdentifierProperty in org.hibernate.tuple
Methods in org.hibernate.tuple that return IdentifierProperty Modifier and Type Method Description static IdentifierProperty
PropertyFactory. buildIdentifierAttribute(PersistentClass mappedEntity, IdentifierGenerator generator)
Generates the attribute representation of the identifier for a given entity mapping. -
Uses of IdentifierProperty in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return IdentifierProperty Modifier and Type Method Description IdentifierProperty
EntityMetamodel. getIdentifierProperty()
-