| Modifier and Type | Method and Description |
|---|---|
EntityPrimaryKey |
EntityFacade.getPrimaryKeyFromMap(java.lang.String entityName,
java.util.Map data) |
EntityPrimaryKey |
EntityFacade.getPrimaryKeyFromXMLElement(java.lang.String entityName,
org.jdom.Element pkElement) |
| Modifier and Type | Method and Description |
|---|---|
PersistentLocalEntity |
EntityFacade.findEntityByPrimaryKey(java.lang.String entityName,
EntityPrimaryKey key) |
EntityVO |
EntityFacade.findEntityByPrimaryKeyAsVO(java.lang.String entityName,
EntityPrimaryKey key) |
EntityVO |
EntityFacade.findEntityByPrimaryKeyAsVO(java.lang.String entityName,
EntityPrimaryKey key,
java.lang.Class voClass) |
void |
EntityFacade.removeEntity(java.lang.String entityName,
EntityPrimaryKey key) |
| Modifier and Type | Method and Description |
|---|---|
EntityPrimaryKey |
AbstractBMPEntity.createEntity(EntityVO vo) |
EntityPrimaryKey |
AbstractBMPEntity.findEntity(EntityPrimaryKey key) |
EntityPrimaryKey |
AbstractBMPEntity.getPrimaryKey() |
| Modifier and Type | Method and Description |
|---|---|
EntityPrimaryKey |
AbstractBMPEntity.findEntity(EntityPrimaryKey key) |
AbstractBMPEntity |
BMPInstanceCache.getEntry(EntityPrimaryKey key)
Busca uma instancia de entitybean relativa a uma primary-key
|
void |
BMPInstanceCache.remove(EntityPrimaryKey key)
Remove a instancia de entitybean relativa a uma primary-key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JapeSession.enlist(EntityPrimaryKey key,
EntityContainer container) |
int |
JapeSession.getRowVersionOnSession(java.lang.String table,
EntityPrimaryKey key) |
java.lang.Integer |
JapeSession.getUpdateCounterForEntity(java.lang.String entityName,
EntityPrimaryKey key) |
void |
JapeSession.incrementRowVersionOnSession(java.lang.String table,
EntityPrimaryKey key)
Registra um update na tabela.
|
boolean |
JapeSession.isEnlisted(EntityPrimaryKey pk,
EntityContainer container) |
void |
JapeSession.registryUpdateForEntity(java.lang.String entityName,
EntityPrimaryKey key)
Registra um update na entidade.
|
| Modifier and Type | Method and Description |
|---|---|
EntityPrimaryKey |
EntityDAO.buildPrimaryKeyFromBMP(AbstractBMPEntity bmp) |
EntityPrimaryKey |
EntityDAO.buildPrimaryKeyFromPKValues(java.util.Map pkValues) |
EntityPrimaryKey |
EntityDAO.findEntity(EntityPrimaryKey key) |
static EntityPrimaryKey |
EntityPrimaryKey.getInstance(java.lang.Object[] values) |
EntityPrimaryKey |
FieldProxy.getKey() |
EntityPrimaryKey |
RelationshipContainer.getOneToOneReferenceKey(java.lang.String referenceName) |
EntityPrimaryKey |
InstanceByEntity.getPk() |
EntityPrimaryKey |
EntityDAO.getPrimaryKeyFromMap(java.util.Map data) |
EntityPrimaryKey |
EntityDAO.getPrimaryKeyFromValueObject(DynamicVO vo) |
EntityPrimaryKey |
EntityDAO.getPrimaryKeyFromXMLElement(org.jdom.Element elem) |
EntityPrimaryKey |
EntityDAO.insertDatabaseRow(AbstractBMPEntity bmp,
EntityVO vo) |
EntityPrimaryKey |
EntityDAO.insertEntity(AbstractBMPEntity bmp,
EntityVO vo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
EntityDAO.buildPropertyMapFromPK(EntityPrimaryKey key) |
PersistentLocalEntity |
EntityFinder.findByPrimaryKey(EntityPrimaryKey key) |
EntityPrimaryKey |
EntityDAO.findEntity(EntityPrimaryKey key) |
AbstractBMPEntity |
EntityDAO.getBMPFromCache(EntityPrimaryKey key) |
DynamicVO |
EntityDAO.getFromCircularReferenceCache(java.lang.String voName,
EntityPrimaryKey key) |
static java.lang.Object |
DefaultReferenceProxy.getOneToManyReferenceVO(RelationshipManager relationshipManager,
EntityPrimaryKey sourceKey,
boolean resolveProxies,
java.lang.Object[] linkData)
Carrega um referencia do tipo one-to-many.
|
static EntityVO |
DefaultReferenceProxy.getOnetoOneReferenceVO(RelationshipManager relationshipManager,
EntityPrimaryKey sourceKey,
boolean resolveProxies,
java.lang.Object[] linkData,
boolean usePojoVOs)
Carrega um referencia do tipo one-to-one.
|
RelationshipContainer |
EntityDAO.getRelationshipContainer(EntityPrimaryKey key) |
PersistentLocalEntity |
RelationshipManager.invokeFindByPrimaryKey(EntityPrimaryKey key) |
void |
RelationshipManager.invokeRemove(EntityPrimaryKey key) |
DynamicVO |
EntityDAO.removeFromCircularReferenceCache(java.lang.String voName,
EntityPrimaryKey key) |
void |
InstanceManager.removeKey(EntityPrimaryKey key) |
void |
EntityDAO.removeRelationshipContainer(EntityPrimaryKey key) |
void |
RelationshipContainer.setOneToOneReferenceKey(java.lang.String referenceName,
EntityPrimaryKey key) |
| Constructor and Description |
|---|
DefaultReferenceProxy(RelationshipManager relationshipManager,
EntityPrimaryKey rootPrimaryKey,
java.lang.Object[] linkData)
Este construtor será usado pelo mecanismo de persistencia quando a referencia tiver o atributo 'lazy-load' ligado.
|
DefaultReferenceProxy(RelationshipManager relationshipManager,
EntityPrimaryKey rootPrimaryKey,
java.lang.Object[] linkData,
boolean usePojoVOs)
Este construtor será usado pelo mecanismo de persistencia quando a referencia tiver o atributo 'lazy-load' ligado.
|
FieldProxy(EntityDAO entityDAO,
EntityPrimaryKey key,
EntityField field,
java.lang.Object[] linkData) |
InstanceByEntity(EntityPrimaryKey pk) |
| Modifier and Type | Method and Description |
|---|---|
EntityPrimaryKey |
SessionManager.LockWaitingInfo.getKey() |
| Modifier and Type | Method and Description |
|---|---|
PersistentLocalEntity |
EntityHome.findByPrimaryKey(EntityPrimaryKey pk) |
PersistentLocalEntity |
EntityContainer.findByPrimaryKey(EntityPrimaryKey pk) |
static void |
SessionManager.setLockWaitingInfo(JapeSession session,
EntityContainer container,
EntityPrimaryKey pk) |
void |
EntityContainer.JapeEntityContext.setPk(EntityPrimaryKey pk) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<EntityPrimaryKey> |
TransactionContext.getDeleted() |
java.util.Collection<EntityPrimaryKey> |
TransactionContext.getInserted() |
java.util.Collection<EntityPrimaryKey> |
TransactionContext.getUpdated() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionContext.addDeleted(EntityPrimaryKey key) |
void |
TransactionContext.addInserted(EntityPrimaryKey key) |
void |
TransactionContext.addUpdated(EntityPrimaryKey key) |
| Constructor and Description |
|---|
FluidUpdateVOImpl(java.lang.String entityName,
EntityPrimaryKey primaryKey) |