public interface IPrimaryKeyConvertor
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getPrimaryKey(java.lang.Object objValue)
Gets the serializable primary key of the given value
|
java.lang.Object |
getValue(java.lang.Object objPrimaryKey)
Gets the value corresponding the given primary key
|
java.lang.Object getPrimaryKey(java.lang.Object objValue)
objValue
- the value for which a primary key needs to be extractedjava.lang.Object getValue(java.lang.Object objPrimaryKey)
objPrimaryKey
- the primary key for which a value needs to be generated