| Modifier and Type | Class and Description |
|---|---|
class |
InstanceNotFoundException |
class |
PersistenceRecoverableException |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
KeyGenerator.generateKey(KeyGenerateEvent event) |
static void |
PersistenceException.throwMe(java.lang.Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBMPEntity.fillValueObject(EntityVO vo) |
EntityVO |
PersistentLocalEntity.getValueObject() |
EntityVO |
PersistentEntity.getValueObject() |
EntityVO |
AbstractBMPEntity.getValueObject() |
EntityVO |
PersistentLocalEntity.getValueObject(java.lang.String name) |
EntityVO |
PersistentEntity.getValueObject(java.lang.String name) |
EntityVO |
AbstractBMPEntity.getValueObject(java.lang.String name) |
EntityVO |
PersistentLocalEntity.getValueObject(java.lang.String name,
int loadPolicy) |
EntityVO |
PersistentEntity.getValueObject(java.lang.String name,
int loadPolicy) |
EntityVO |
AbstractBMPEntity.getValueObject(java.lang.String name,
int loadPolicy) |
void |
PersistentLocalEntity.setValueObject(EntityVO vo) |
void |
PersistentEntity.setValueObject(EntityVO vo) |
void |
AbstractBMPEntity.setValueObject(EntityVO vo) |
void |
AbstractBMPEntity.setValueObjectWithUpdate(EntityVO vo)
Faz sincronização dos dados do VO para a entidade e força a execução de ejbStore.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AnonymizationOfData.theWholeDataProtectionPartIsHere(java.sql.Connection connection,
java.lang.String commandToBeExecuted,
java.lang.Boolean sqlServer,
java.lang.Boolean oracle,
java.lang.Boolean mySQL,
java.lang.String schema) |
| Modifier and Type | Class and Description |
|---|---|
static class |
TXLock.LockNotAcquiredException |
| Modifier and Type | Method and Description |
|---|---|
EntityTreeNode |
EntityDAO.buildEntityTree() |
void |
EntityDAO.deleteEntity(AbstractBMPEntity bmp) |
void |
EntityDAO.fillObject(AbstractBMPEntity bmp,
java.lang.Object[] dataArray) |
java.util.Collection |
EntityDAO.findByReferenceFinder(ReferenceFinder referenceFinder) |
java.util.Collection |
EntityDAO.findEntities(FinderWrapper finder) |
java.util.Collection |
EntityDAO.findEntities(java.lang.String filter,
java.lang.String orderBy,
int maxResults,
java.util.Map additionalTables) |
EntityPrimaryKey |
EntityDAO.findEntity(EntityPrimaryKey key) |
EntityDAO |
EntityDAOLocator.findEntityDAOByClass(java.lang.String bmpClassName) |
EntityDAO |
EntityDAOLocator.findEntityDAOByName(java.lang.String fullName)
Procura um DAO no provedor fornecido ou na hieraquia do mesmo.
|
void |
EntityDAO.generateAutomaticKey(EntityVO vo) |
EntityVO |
EntityDAO.getDefaultValueObjectInstance() |
int |
EntityDAO.getEntityRelationType(java.lang.String path) |
RelationshipManager |
EntityDAO.getJoinableOneToOneRelation(java.lang.String path) |
EntityVO |
EntityDAO.getValueObject(java.lang.String voName,
AbstractBMPEntity bmp,
int loadReferencesPolicy) |
EntityVO |
EntityDAO.getValueObject(java.lang.String voName,
AbstractBMPEntity bmp,
int loadReferencesPolicy,
boolean managedInstance,
EntityVO voToFill) |
EntityPrimaryKey |
EntityDAO.insertDatabaseRow(AbstractBMPEntity bmp,
EntityVO vo) |
EntityPrimaryKey |
EntityDAO.insertEntity(AbstractBMPEntity bmp,
EntityVO vo) |
boolean |
EntityDAO.isOneToOneRelationType(java.lang.String path) |
boolean |
EntityDAO.isTransient(DynamicVO vo)
Checa se a entidade descrita pelo VO é transiente (não existe no banco).
|
void |
EntityDAO.japeInitialized() |
void |
EntityDAO.loadObject(AbstractBMPEntity bmp) |
void |
EntityDAO.loadObject(AbstractBMPEntity bmp,
boolean forceDataBaseLoad) |
void |
TXLock.lockResource(java.lang.String resourceName) |
void |
TXLock.lockResource(java.lang.String resourceName,
boolean waitFor) |
boolean |
EntityDAO.missingDatabaseColumns(JdbcWrapper jdbc) |
boolean |
EntityDAO.missingDatabaseColumnsOld(JdbcWrapper jdbc) |
void |
EntityDAO.runKeyGenerationTask(EntityVO vo,
JdbcWrapper jdbcWrapper) |
void |
EntityDAO.setValueObject(EntityVO vo,
AbstractBMPEntity bmp) |
void |
EntityDAO.setValueObject(EntityVO vo,
AbstractBMPEntity bmp,
int syncType,
boolean dispatchEvents)
Sincroniza as propriedades constantes no ValueObject com as do bean.
|
void |
EntityDAO.transferDataToValueObject(EntityVO vo,
java.util.Map transferData) |
boolean |
EntityDAO.updateEntity(AbstractBMPEntity bmp) |
| Constructor and Description |
|---|
EntityDAO(EntityMetaData entity) |
EntityDAO(EntityMetaData entity,
EntityContainer entityContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.dispatchEvent(int when,
JdbcWrapper jdbcWrapper) |
void |
EventDispatcher.dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo) |
void |
EventDispatcher.dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo,
AbstractBMPEntity sourceBmp,
java.util.Map modifiedFields) |
void |
EventDispatcher.dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo,
AbstractBMPEntity sourceBmp,
java.util.Map modifiedFields,
java.util.Map transferData) |
void |
EventDispatcher.dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo,
java.util.Map transferData) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
SequenceKeyGen.generateKey(KeyGenerateEvent event) |
| Modifier and Type | Method and Description |
|---|---|
FinderWrapper |
CriteriaCompiler.buildFinder(FinderWrapper f) |
FinderWrapper |
CriteriaCompiler.buildFinder(java.lang.Object[] params,
java.util.Map manualAditionalTables) |
void |
CriteriaCompiler.compile() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DynamicVOValidator.checkNotNull(DynamicVO vo,
java.lang.String[] properties) |
static java.lang.Object |
JapeSessionContext.getRequiredProperty(java.lang.String name) |