Uses of Interface
com.hudson.hibernatesynchronizer.mapping.IHibernateClassProperty

Uses of IHibernateClassProperty in com.hudson.hibernatesynchronizer.mapping
 

Classes in com.hudson.hibernatesynchronizer.mapping that implement IHibernateClassProperty
 class HibernateClassCollectionProperty
           
 class HibernateClassProperty
           
 class HibernateComponentClass
           
 

Methods in com.hudson.hibernatesynchronizer.mapping that return IHibernateClassProperty
 IHibernateClassProperty HibernateClass.getProperty(java.lang.String propName)
          Return the property matching the property name
 IHibernateClassProperty HibernateClass.getPropertyByColName(java.lang.String colName)
          Return the property matching the column name