org.hibernate.mapping
Class Join
java.lang.Object
org.hibernate.mapping.Join
- All Implemented Interfaces:
- Serializable
- public class Join
- extends Object
- implements Serializable
- Author:
- Gavin King
- See Also:
- Serialized Form
Constructor Summary |
Join()
|
Join
public Join()
addProperty
public void addProperty(Property prop)
containsProperty
public boolean containsProperty(Property prop)
getPropertyIterator
public Iterator getPropertyIterator()
getTable
public Table getTable()
setTable
public void setTable(Table table)
getKey
public KeyValue getKey()
setKey
public void setKey(KeyValue key)
getPersistentClass
public PersistentClass getPersistentClass()
setPersistentClass
public void setPersistentClass(PersistentClass persistentClass)
createForeignKey
public void createForeignKey()
createPrimaryKey
public void createPrimaryKey()
getPropertySpan
public int getPropertySpan()
getCustomSQLDelete
public String getCustomSQLDelete()
setCustomSQLDelete
public void setCustomSQLDelete(String customSQLDelete,
boolean callable)
getCustomSQLInsert
public String getCustomSQLInsert()
setCustomSQLInsert
public void setCustomSQLInsert(String customSQLInsert,
boolean callable)
getCustomSQLUpdate
public String getCustomSQLUpdate()
setCustomSQLUpdate
public void setCustomSQLUpdate(String customSQLUpdate,
boolean callable)
isCustomDeleteCallable
public boolean isCustomDeleteCallable()
isCustomInsertCallable
public boolean isCustomInsertCallable()
isCustomUpdateCallable
public boolean isCustomUpdateCallable()
isSequentialSelect
public boolean isSequentialSelect()
setSequentialSelect
public void setSequentialSelect(boolean deferred)
isInverse
public boolean isInverse()
setInverse
public void setInverse(boolean leftJoin)
toString
public String toString()
isLazy
public boolean isLazy()
isOptional
public boolean isOptional()
setOptional
public void setOptional(boolean nullable)