public class Join extends Object implements AttributeContainer, Serializable
Constructor and Description |
---|
Join() |
public void addProperty(Property prop)
addProperty
in interface AttributeContainer
public void addMappedsuperclassProperty(Property prop)
public Iterator getDeclaredPropertyIterator()
public boolean containsProperty(Property prop)
public Iterator getPropertyIterator()
public Table getTable()
public void setTable(Table table)
public KeyValue getKey()
public void setKey(KeyValue key)
public PersistentClass getPersistentClass()
public void setPersistentClass(PersistentClass persistentClass)
public void createForeignKey()
public void createPrimaryKey()
public int getPropertySpan()
public void setCustomSQLInsert(String customSQLInsert, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
public String getCustomSQLInsert()
public boolean isCustomInsertCallable()
public ExecuteUpdateResultCheckStyle getCustomSQLInsertCheckStyle()
public void setCustomSQLUpdate(String customSQLUpdate, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
public String getCustomSQLUpdate()
public boolean isCustomUpdateCallable()
public ExecuteUpdateResultCheckStyle getCustomSQLUpdateCheckStyle()
public void setCustomSQLDelete(String customSQLDelete, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
public String getCustomSQLDelete()
public boolean isCustomDeleteCallable()
public ExecuteUpdateResultCheckStyle getCustomSQLDeleteCheckStyle()
public boolean isSequentialSelect()
public void setSequentialSelect(boolean deferred)
public boolean isInverse()
public void setInverse(boolean leftJoin)
public boolean isLazy()
public boolean isOptional()
public void setOptional(boolean nullable)
Copyright © 2016 JBoss by Red Hat. All rights reserved.