public class BMPInstanceCache
extends java.lang.Object
| Constructor and Description |
|---|
BMPInstanceCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AbstractBMPEntity bmp)
Atualiza a cache com uma instancia de entitybean.
|
AbstractBMPEntity |
getEntry(EntityPrimaryKey key)
Busca uma instancia de entitybean relativa a uma primary-key
|
java.util.Collection |
getFailedKeys(java.util.Collection inputKeys)
Processa a cache de entitybeans a procura de uma lista de chaves.
|
void |
remove(EntityPrimaryKey key)
Remove a instancia de entitybean relativa a uma primary-key.
|
public void add(AbstractBMPEntity bmp)
public AbstractBMPEntity getEntry(EntityPrimaryKey key)
key - chave de ligação.public java.util.Collection getFailedKeys(java.util.Collection inputKeys)
inputKeys - Chaves a serem procuradas.public void remove(EntityPrimaryKey key)
key -