Uses of Class
org.hibernate.persister.entity.BasicEntityPropertyMapping
-
Packages that use BasicEntityPropertyMapping Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of BasicEntityPropertyMapping in org.hibernate.persister.entity
Fields in org.hibernate.persister.entity declared as BasicEntityPropertyMapping Modifier and Type Field Description protected BasicEntityPropertyMapping
AbstractEntityPersister. propertyMapping
Warning: When there are duplicated property names in the subclasses then propertyMapping will only contain one of those properties.
-