public interface IdentityIF extends Cloneable
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
createInstance()
INTERNAL: Creates an object instance of the type defined by this
identity.
|
Object |
getKey(int index)
INTERNAL: Returns the primary key component with the specified index.
|
Class<?> |
getType()
INTERNAL: Returns the type of object.
|
int |
getWidth()
INTERNAL: Returns the number of primary key components that the
identity has.
|
Class<?> getType()
PersistentIF._p_getType()
.int getWidth()
Object getKey(int index)
Object createInstance() throws Exception
Exception
Object clone()