public class

Join

extends Object
implements Serializable
java.lang.Object
   ↳ org.hibernate.mapping.Join

Summary

Public Constructors
Join()
Public Methods
void addMappedsuperclassProperty(Property prop)
void addProperty(Property prop)
boolean containsProperty(Property prop)
void createForeignKey()
void createPrimaryKey()
String getCustomSQLDelete()
ExecuteUpdateResultCheckStyle getCustomSQLDeleteCheckStyle()
String getCustomSQLInsert()
ExecuteUpdateResultCheckStyle getCustomSQLInsertCheckStyle()
String getCustomSQLUpdate()
ExecuteUpdateResultCheckStyle getCustomSQLUpdateCheckStyle()
Iterator getDeclaredPropertyIterator()
KeyValue getKey()
PersistentClass getPersistentClass()
Iterator getPropertyIterator()
int getPropertySpan()
Table getTable()
boolean isCustomDeleteCallable()
boolean isCustomInsertCallable()
boolean isCustomUpdateCallable()
boolean isInverse()
boolean isLazy()
boolean isOptional()
boolean isSequentialSelect()
void setCustomSQLDelete(String customSQLDelete, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void setCustomSQLInsert(String customSQLInsert, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void setCustomSQLUpdate(String customSQLUpdate, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void setInverse(boolean leftJoin)
void setKey(KeyValue key)
void setOptional(boolean nullable)
void setPersistentClass(PersistentClass persistentClass)
void setSequentialSelect(boolean deferred)
void setTable(Table table)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Join ()

Public Methods

public void addMappedsuperclassProperty (Property prop)

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 Iterator getDeclaredPropertyIterator ()

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 ()