Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » mapping » [javadoc | source]
org.hibernate.mapping
public class: Join [javadoc | source]
java.lang.Object
   org.hibernate.mapping.Join

All Implemented Interfaces:
    Serializable

Method from org.hibernate.mapping.Join Summary:
addProperty,   containsProperty,   createForeignKey,   createPrimaryKey,   getCustomSQLDelete,   getCustomSQLDeleteCheckStyle,   getCustomSQLInsert,   getCustomSQLInsertCheckStyle,   getCustomSQLUpdate,   getCustomSQLUpdateCheckStyle,   getKey,   getPersistentClass,   getPropertyIterator,   getPropertySpan,   getTable,   isCustomDeleteCallable,   isCustomInsertCallable,   isCustomUpdateCallable,   isInverse,   isLazy,   isOptional,   isSequentialSelect,   setCustomSQLDelete,   setCustomSQLInsert,   setCustomSQLUpdate,   setInverse,   setKey,   setOptional,   setPersistentClass,   setSequentialSelect,   setTable,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.mapping.Join Detail:
 public  void addProperty(Property prop) 
 public boolean containsProperty(Property prop) 
 public  void createForeignKey() 
 public  void createPrimaryKey() 
 public String getCustomSQLDelete() 
 public ExecuteUpdateResultCheckStyle getCustomSQLDeleteCheckStyle() 
 public String getCustomSQLInsert() 
 public ExecuteUpdateResultCheckStyle getCustomSQLInsertCheckStyle() 
 public String getCustomSQLUpdate() 
 public ExecuteUpdateResultCheckStyle getCustomSQLUpdateCheckStyle() 
 public KeyValue getKey() 
 public PersistentClass getPersistentClass() 
 public Iterator getPropertyIterator() 
 public int getPropertySpan() 
 public Table getTable() 
 public boolean isCustomDeleteCallable() 
 public boolean isCustomInsertCallable() 
 public boolean isCustomUpdateCallable() 
 public boolean isInverse() 
 public boolean isLazy() 
 public boolean isOptional() 
 public boolean isSequentialSelect() 
 public  void setCustomSQLDelete(String customSQLDelete,
    boolean callable,
    ExecuteUpdateResultCheckStyle checkStyle) 
 public  void setCustomSQLInsert(String customSQLInsert,
    boolean callable,
    ExecuteUpdateResultCheckStyle checkStyle) 
 public  void setCustomSQLUpdate(String customSQLUpdate,
    boolean callable,
    ExecuteUpdateResultCheckStyle checkStyle) 
 public  void setInverse(boolean leftJoin) 
 public  void setKey(KeyValue key) 
 public  void setOptional(boolean nullable) 
 public  void setPersistentClass(PersistentClass persistentClass) 
 public  void setSequentialSelect(boolean deferred) 
 public  void setTable(Table table) 
 public String toString()