Uses of Class
com.hudson.hibernatesynchronizer.mapping.HibernateClass

Uses of HibernateClass in com.hudson.hibernatesynchronizer.mapping
 

Subclasses of HibernateClass in com.hudson.hibernatesynchronizer.mapping
 class HibernateComponentClass
           
 

Fields in com.hudson.hibernatesynchronizer.mapping declared as HibernateClass
protected  HibernateClass HibernateClassProperty.parent
           
 

Methods in com.hudson.hibernatesynchronizer.mapping that return HibernateClass
 HibernateClass IHibernateClassProperty.getParent()
          Return the parent class for this property
 HibernateClass HibernateQuery.getParent()
          Return the parent HibernateClass
 HibernateClass HibernateMappingManager.getHibernateClass(java.lang.String className)
          Return the HibernateClass associated with the given classname
 HibernateClass HibernateMappingManager.getHibernateClassByTableName(java.lang.String table)
          Return the HibernateClass associated with the given table name
 HibernateClass HibernateComponentClass.getParentRoot()
          Return self as parent
 HibernateClass HibernateClassProperty.getParent()
          Return the parent class for this property
 HibernateClass HibernateClassProperty.getForeignParent()
          Return the HibernateClass representing the parent to the foreign key relationship or null if N/A
 HibernateClass HibernateClassId.getParent()
          Return the HibernateClass that this id belongs to
 HibernateClass HibernateClassCollectionProperty.getChildClass()
          Return the plural representatio of the property name
 HibernateClass HibernateClass.getParent()
          Return the parent HibernateClass object if this is a subclass or null if N/A
 HibernateClass HibernateClass.getParentRoot()
          Return the root parent of a subclass or this if no subclass
 HibernateClass BaseElement.getParentRoot()
          Return the class root for this element or self if this element is a HibernateClass that is the parent class
 

Methods in com.hudson.hibernatesynchronizer.mapping with parameters of type HibernateClass
 void BaseElement.setParentRoot(HibernateClass rootClass)
          Set the class root for this element
 

Constructors in com.hudson.hibernatesynchronizer.mapping with parameters of type HibernateClass
HibernateQuery(org.w3c.dom.Node node, HibernateClass parent)
           
HibernateComponentClass(org.w3c.dom.Node node, java.lang.String packageName, HibernateClass parent, boolean dynamic, IProject currentProject)
           
HibernateClassProperty(HibernateClass parent, org.w3c.dom.Node node)
          Constructor for standard property
HibernateClassProperty(HibernateClass parent, org.w3c.dom.Node node, boolean validate)
          Constructor for standard property (validating optional)
HibernateClassProperty(HibernateClass parent, org.w3c.dom.Node node, int refType, java.lang.String packageName)
          Constructor for many-to-one property
HibernateClassProperty(HibernateClass parent, org.w3c.dom.Node node, int refType, java.lang.String packageName, boolean validate, boolean primaryKey)
          Constructor
HibernateClassId(HibernateClass parent, org.w3c.dom.Node node, java.lang.String packageName)
           
HibernateClassCollectionProperty(HibernateClass parent, org.w3c.dom.Node node, java.lang.String propType, java.lang.String packageName, IProject currentProject)
           
HibernateClass(org.w3c.dom.Node node, java.lang.String packageName, HibernateClass parent, IProject project, HibernateDocument document)
          Constructor for subclass
HibernateClass(org.w3c.dom.Node node, java.lang.String packageName, HibernateClass parent, IProject project, boolean validate, int type, HibernateDocument document)
          Constructor for component