Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.PropertyWrapper
-
Packages that use PropertyWrapper Package Description org.hibernate.tool.orm.jbt.api.wrp org.hibernate.tool.orm.jbt.internal.factory -
-
Uses of PropertyWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return PropertyWrapper Modifier and Type Method Description PropertyWrapperPersistentClassWrapper. getIdentifierProperty()PropertyWrapperPersistentClassWrapper. getParentProperty()PropertyWrapperPersistentClassWrapper. getProperty()PropertyWrapperPersistentClassWrapper. getProperty(String name)PropertyWrapperPersistentClassWrapper. getVersion()Methods in org.hibernate.tool.orm.jbt.api.wrp that return types with arguments of type PropertyWrapper Modifier and Type Method Description List<PropertyWrapper>PersistentClassWrapper. getProperties()List<PropertyWrapper>PersistentClassWrapper. getPropertyClosure()Iterator<PropertyWrapper>PersistentClassWrapper. getPropertyClosureIterator()Iterator<PropertyWrapper>JoinWrapper. getPropertyIterator()Iterator<PropertyWrapper>PersistentClassWrapper. getPropertyIterator()Iterator<PropertyWrapper>ValueWrapper. getPropertyIterator()Methods in org.hibernate.tool.orm.jbt.api.wrp with parameters of type PropertyWrapper Modifier and Type Method Description voidPersistentClassWrapper. addProperty(PropertyWrapper p)StringCfg2HbmToolWrapper. getTag(PropertyWrapper pw)voidPersistentClassWrapper. setIdentifierProperty(PropertyWrapper property) -
Uses of PropertyWrapper in org.hibernate.tool.orm.jbt.internal.factory
Methods in org.hibernate.tool.orm.jbt.internal.factory that return PropertyWrapper Modifier and Type Method Description static PropertyWrapperPropertyWrapperFactory. createPropertyWrapper()Methods in org.hibernate.tool.orm.jbt.internal.factory with parameters of type PropertyWrapper Modifier and Type Method Description static ObjectPersistentClassWrapperFactory. createSpecialRootClassWrapper(PropertyWrapper propertyWrapper)
-