|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujoframework.orm.ao.CacheKey
public abstract class CacheKey
UJO CacheKey
MetaParams| Constructor Summary | |
|---|---|
CacheKey()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Has the two objects the same PK values include BO type ? |
abstract java.lang.Class |
getType()
OrmUjo class |
abstract java.lang.Object |
getValue(int index)
Returns a PK on the selected index. |
int |
hashCode()
Returns hash code |
static CacheKey |
newInstance(java.lang.Class type,
java.lang.Object... pks)
Constructor for many keys |
static CacheKey |
newInstance(java.lang.Class type,
java.lang.Object pk)
Constructor for one keyk |
static CacheKey |
newInstance(OrmUjo bo,
MetaPKey pkey)
Constructor for the OrmUjo |
abstract int |
size()
Count of PKs |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheKey()
| Method Detail |
|---|
public abstract int size()
public abstract java.lang.Object getValue(int index)
public abstract java.lang.Class getType()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
public static CacheKey newInstance(OrmUjo bo,
MetaPKey pkey)
public static CacheKey newInstance(java.lang.Class type,
java.lang.Object pk)
public static CacheKey newInstance(java.lang.Class type,
java.lang.Object... pks)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||