| com.methodhead.persistable.Key
All known Subclasses: com.methodhead.aikp.IntKey,
Key | public interface Key (Code) | | Defines a unique key for a KeyedPersistable.
|
Method Summary | |
public String | getWhereClause() Returns an expression suitable for use in a WHERE clause. | public void | setKeyValue(Persistable persistable) Sets the value of the key using the specified persistable. | public void | setProperties(Persistable persistable) Sets the properties to which this key corresponds for the
specified persistable. |
getWhereClause | public String getWhereClause()(Code) | | Returns an expression suitable for use in a WHERE clause. The expression
does not include the WHERE keyword.
|
setKeyValue | public void setKeyValue(Persistable persistable)(Code) | | Sets the value of the key using the specified persistable.
|
setProperties | public void setProperties(Persistable persistable)(Code) | | Sets the properties to which this key corresponds for the
specified persistable.
|
|
|