public class DomainReferenceCache<T> extends Object
| Constructor and Description |
|---|
DomainReferenceCache() |
| Modifier and Type | Method and Description |
|---|---|
T |
getObjectByPk(T pkObject) |
T |
getObjectByUk(T ukObject) |
T |
getPkByUk(T ukObject) |
T |
getUkByPk(T pkObject,
int iteration) |
void |
put(T fullObject,
T... key)
put insert the full object for a set of searchable mapping keys the first passed is the primarykey of the object,
the others are the uk
|
void |
put(T fullObject,
T pkObject,
T ukObject,
int iteration) |
Copyright © 2015. All rights reserved.