|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hudson.hibernatesynchronizer.mapping.BaseElement
com.hudson.hibernatesynchronizer.mapping.HibernateClassId
Constructor Summary | |
HibernateClassId(HibernateClass parent,
org.w3c.dom.Node node,
java.lang.String packageName)
|
Method Summary | |
int |
compareTo(java.lang.Object arg0)
Compare this to another object |
boolean |
exists()
Return true if the id exists for the parent and false if not |
HibernateIdGenerator |
getGenerator()
|
HibernateClass |
getParent()
Return the HibernateClass that this id belongs to |
java.util.List |
getProperties()
If this is a composite id, return a list of properties that make up the composite |
HibernateClassProperty |
getProperty()
Return either the column property if this is a non-composite or the object that represents the composite object. |
protected java.lang.String[] |
getReservedProperties()
Return the reserved properties associated with this element |
boolean |
hasExternalClass()
Return true if the id is represented in an external class or false if not |
boolean |
isComposite()
Return true if the id is a composite id and false otherwise |
Methods inherited from class com.hudson.hibernatesynchronizer.mapping.BaseElement |
clear, get, get, getCustomProperties, getJavaDoc, getJavaDoc, getMetaData, getNode, getNodeText, getParentRoot, saveMetaData, set, setNode, setParentRoot |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HibernateClassId(HibernateClass parent, org.w3c.dom.Node node, java.lang.String packageName)
Method Detail |
public boolean hasExternalClass()
public HibernateClass getParent()
public HibernateClassProperty getProperty()
public boolean isComposite()
public java.util.List getProperties()
public boolean exists()
public HibernateIdGenerator getGenerator()
protected java.lang.String[] getReservedProperties()
getReservedProperties
in class BaseElement
public int compareTo(java.lang.Object arg0)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |