Package org.hibernate.mapping
Class Join
- java.lang.Object
-
- org.hibernate.mapping.Join
-
- All Implemented Interfaces:
java.io.Serializable
,AttributeContainer
public class Join extends java.lang.Object implements AttributeContainer, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Join()
-
Method Summary
-
-
-
Method Detail
-
addProperty
public void addProperty(Property prop)
- Specified by:
addProperty
in interfaceAttributeContainer
-
addMappedsuperclassProperty
public void addMappedsuperclassProperty(Property prop)
-
getDeclaredPropertyIterator
public java.util.Iterator getDeclaredPropertyIterator()
-
containsProperty
public boolean containsProperty(Property prop)
-
getPropertyIterator
public java.util.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()
-
setCustomSQLInsert
public void setCustomSQLInsert(java.lang.String customSQLInsert, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
-
getCustomSQLInsert
public java.lang.String getCustomSQLInsert()
-
isCustomInsertCallable
public boolean isCustomInsertCallable()
-
getCustomSQLInsertCheckStyle
public ExecuteUpdateResultCheckStyle getCustomSQLInsertCheckStyle()
-
setCustomSQLUpdate
public void setCustomSQLUpdate(java.lang.String customSQLUpdate, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
-
getCustomSQLUpdate
public java.lang.String getCustomSQLUpdate()
-
isCustomUpdateCallable
public boolean isCustomUpdateCallable()
-
getCustomSQLUpdateCheckStyle
public ExecuteUpdateResultCheckStyle getCustomSQLUpdateCheckStyle()
-
setCustomSQLDelete
public void setCustomSQLDelete(java.lang.String customSQLDelete, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
-
getCustomSQLDelete
public java.lang.String getCustomSQLDelete()
-
isCustomDeleteCallable
public boolean isCustomDeleteCallable()
-
getCustomSQLDeleteCheckStyle
public ExecuteUpdateResultCheckStyle getCustomSQLDeleteCheckStyle()
-
isSequentialSelect
public boolean isSequentialSelect()
-
setSequentialSelect
public void setSequentialSelect(boolean deferred)
-
isInverse
public boolean isInverse()
-
setInverse
public void setInverse(boolean leftJoin)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isLazy
public boolean isLazy()
-
isOptional
public boolean isOptional()
-
setOptional
public void setOptional(boolean nullable)
-
-