| java.lang.Object biz.hammurapi.sql.SimpleRelationship
SimpleRelationship | public class SimpleRelationship implements Relationship,ColumnChangeListener(Code) | | Base class for composite relationships where subitems exist only as part of the whole and removal of item from
relationship is equivalent to deletion of the item.
author: Pavel Vlasov |
SimpleRelationship | public SimpleRelationship(DatabaseObject owner, Class itemClass, String tableName, String[][] keyInfo, boolean isLazy)(Code) | | Parameters: owner - Relationship owner. Parameters: tableName - Table where child item are stored. Parameters: keyInfo - Mapping of owner's primary key columns to child foreign key columns. Parameters: isLazy - indicates whether relationship is lazy. |
isLazy | public boolean isLazy()(Code) | | |
isModified | public boolean isModified()(Code) | | |
|
|