| Package | Description |
|---|---|
| br.com.sankhya.jape | |
| br.com.sankhya.jape.dao | |
| br.com.sankhya.jape.ejbcontainer | |
| br.com.sankhya.jape.vo |
| Modifier and Type | Method and Description |
|---|---|
PersistentLocalEntity |
EntityFacade.createEntity(java.lang.String entityName,
EntityVO vo) |
PersistentLocalEntity |
EntityFacade.findEntityByPrimaryKey(java.lang.String entityName,
EntityPrimaryKey key) |
PersistentLocalEntity |
EntityFacade.findEntityByPrimaryKey(java.lang.String entityName,
java.lang.Object keyValue) |
PersistentLocalEntity |
EntityFacade.findEntityByPrimaryKey(java.lang.String entityName,
java.lang.Object[] keyValues) |
PersistentLocalEntity |
EntityFacade.saveEntity(java.lang.String entityName,
EntityVO vo) |
| Modifier and Type | Method and Description |
|---|---|
PersistentLocalEntity |
EntityFinder.findByPrimaryKey(EntityPrimaryKey key) |
PersistentLocalEntity |
RelationshipManager.invokeFindByPrimaryKey(EntityPrimaryKey key) |
PersistentLocalEntity |
RelationshipManager.invokeFindByPrimaryKey(java.lang.Object[] data) |
| Modifier and Type | Method and Description |
|---|---|
PersistentLocalEntity |
EntityHome.create(EntityVO vo) |
PersistentLocalEntity |
EntityContainer.create(EntityVO vo) |
PersistentLocalEntity |
EntityHome.findByPrimaryKey(EntityPrimaryKey pk) |
PersistentLocalEntity |
EntityContainer.findByPrimaryKey(EntityPrimaryKey pk) |
| Modifier and Type | Method and Description |
|---|---|
PersistentLocalEntity |
PrePersistEntityState.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
static PrePersistEntityState |
PrePersistEntityState.build(EntityFacade ef,
java.lang.String entityName,
DynamicVO newVO,
DynamicVO oldVO,
PersistentLocalEntity entity) |
void |
PrePersistEntityState.setEntity(PersistentLocalEntity entity) |