Modifier and Type | Method and Description |
---|---|
void |
TransactionEntityMap.GlobalTxSynchronization.associate(CmpEntityBeanContext context) |
void |
TransactionEntityMap.TxAssociation.invokeEjbStore(Thread thread,
CmpEntityBeanContext context)
Invokes ejbStore if needed
|
void |
TransactionEntityMap.TxAssociation.scheduleSync(Transaction tx,
CmpEntityBeanContext context)
Schedules the instance for synchronization.
|
void |
TransactionEntityMap.TxAssociation.synchronize(Thread thread,
Transaction tx,
CmpEntityBeanContext context)
Synchronizes the instance if it is needed.
|
Modifier and Type | Method and Description |
---|---|
Object |
SelectorBridge.execute(CmpEntityBeanContext context,
Object[] args) |
Object |
FieldBridge.getValue(CmpEntityBeanContext ctx)
Gets the value of this field for the specified instance context.
|
Object |
EntityBridgeInvocationHandler.BridgeInvoker.invoke(CmpEntityBeanContext ctx,
Method method,
Object[] args) |
Object |
EntityBridgeInvocationHandler.FieldGetInvoker.invoke(CmpEntityBeanContext ctx,
Method method,
Object[] args) |
Object |
EntityBridgeInvocationHandler.FieldSetInvoker.invoke(CmpEntityBeanContext ctx,
Method method,
Object[] args) |
void |
FieldBridge.setValue(CmpEntityBeanContext ctx,
Object value)
Sets the value of this field for the specified instance context.
|
Modifier and Type | Method and Description |
---|---|
CmpEntityBeanContext |
CmpEntityBeanComponentInstance.getEjbContext() |
Modifier and Type | Method and Description |
---|---|
void |
CmpEntityBeanComponent.invokeEjbStore(CmpEntityBeanContext ctx)
Invokes ejbStore method on the instance
|
void |
CmpEntityBeanComponent.storeEntity(CmpEntityBeanContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
LockingStrategy.accessed(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
LockingStrategy.AbstractStrategy.accessed(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
JDBCEntityPersistenceStore.activateEntity(CmpEntityBeanContext instance)
This method is called when an entity shall be activated.
|
void |
JDBCStoreManager.activateEntity(CmpEntityBeanContext ctx) |
protected void |
JDBCAbstractCreateCommand.afterInsert(CmpEntityBeanContext ctx) |
protected void |
JDBCAbstractCreateCommand.beforeInsert(CmpEntityBeanContext ctx) |
protected void |
JDBCInsertPKCreateCommand.beforeInsert(CmpEntityBeanContext ctx) |
abstract void |
CascadeDeleteStrategy.cascadeDelete(CmpEntityBeanContext ctx,
List oldValues) |
void |
CascadeDeleteStrategy.NoneCascadeDeleteStrategy.cascadeDelete(CmpEntityBeanContext ctx,
List oldValues) |
void |
CascadeDeleteStrategy.DefaultCascadeDeleteStrategy.cascadeDelete(CmpEntityBeanContext ctx,
List oldValues) |
void |
CascadeDeleteStrategy.BatchCascadeDeleteStrategy.cascadeDelete(CmpEntityBeanContext ctx,
List oldValues) |
void |
LockingStrategy.changed(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
LockingStrategy.AbstractStrategy.changed(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
Object |
JDBCEntityPersistenceStore.createEntity(Method m,
Object[] args,
CmpEntityBeanContext instance)
This method is called whenever an entity is to be created.
|
Object |
JDBCStoreManager.createEntity(Method createMethod,
Object[] args,
CmpEntityBeanContext ctx) |
void |
JDBCInitEntityCommand.execute(CmpEntityBeanContext ctx)
Called before ejbCreate.
|
void |
JDBCRemoveEntityCommand.execute(CmpEntityBeanContext ctx) |
boolean |
JDBCIsModifiedCommand.execute(CmpEntityBeanContext ctx) |
void |
JDBCStoreEntityCommand.execute(CmpEntityBeanContext ctx) |
void |
JDBCActivateEntityCommand.execute(CmpEntityBeanContext ctx) |
void |
JDBCPassivateEntityCommand.execute(CmpEntityBeanContext ctx) |
boolean |
JDBCLoadEntityCommand.execute(CmpEntityBeanContext ctx,
boolean failIfNotFound)
Loads entity.
|
void |
JDBCLoadEntityCommand.execute(JDBCCMPFieldBridge requiredField,
CmpEntityBeanContext ctx)
Loads entity or required field.
|
Object |
JDBCCreateCommand.execute(Method m,
Object[] args,
CmpEntityBeanContext ctx) |
Object |
JDBCPostCreateEntityCommand.execute(Method m,
Object[] args,
CmpEntityBeanContext ctx) |
Object |
JDBCAbstractCreateCommand.execute(Method m,
Object[] args,
CmpEntityBeanContext ctx) |
Collection |
JDBCQueryCommand.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Object |
JDBCFindEntityCommand.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCFindEntitiesCommand.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCAbstractQueryCommand.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCDynamicQLQuery.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCCustomFinderQuery.execute(Method unused,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCFindByPrimaryKeyQuery.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
protected int |
JDBCIdentityColumnCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
protected int |
JDBCAbstractCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
Collection |
JDBCEntityPersistenceStore.findEntities(Method finderMethod,
Object[] args,
CmpEntityBeanContext instance,
JDBCQueryCommand.EntityProxyFactory factory)
This method is called when collections of entities are to be found.
|
Collection |
JDBCStoreManager.findEntities(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Object |
JDBCEntityPersistenceStore.findEntity(Method finderMethod,
Object[] args,
CmpEntityBeanContext instance,
JDBCQueryCommand.EntityProxyFactory factory)
This method is called when single entities are to be found.
|
Object |
JDBCStoreManager.findEntity(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
protected void |
JDBCAbstractCreateCommand.generateFields(CmpEntityBeanContext ctx) |
protected Object |
JDBCAbstractCreateCommand.getPrimaryKey(CmpEntityBeanContext ctx) |
void |
JDBCEntityPersistenceStore.initEntity(CmpEntityBeanContext ctx)
Initializes the instance context.
|
void |
JDBCStoreManager.initEntity(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityPersistenceStore.isModified(CmpEntityBeanContext instance)
This method is used to determined whether the instance was modified.
|
boolean |
JDBCStoreManager.isModified(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityPersistenceStore.isStoreRequired(CmpEntityBeanContext instance)
This method is used to determine if an entity should be stored.
|
boolean |
JDBCStoreManager.isStoreRequired(CmpEntityBeanContext ctx) |
boolean |
ReadAheadCache.load(CmpEntityBeanContext ctx)
Loads all of the preloaded data for the ctx into it.
|
void |
LockingStrategy.loaded(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
LockingStrategy.AbstractStrategy.loaded(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
JDBCEntityPersistenceStore.loadEntity(CmpEntityBeanContext instance)
This method is called whenever an entity shall be load from the
underlying storage.
|
void |
JDBCStoreManager.loadEntity(CmpEntityBeanContext ctx)
Loads entity.
|
boolean |
JDBCStoreManager.loadEntity(CmpEntityBeanContext ctx,
boolean failIfNotFound) |
void |
JDBCStoreManager.loadField(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
JDBCEntityPersistenceStore.passivateEntity(CmpEntityBeanContext instance)
This method is called when an entity shall be passivate.
|
void |
JDBCStoreManager.passivateEntity(CmpEntityBeanContext ctx) |
protected void |
JDBCAbstractCreateCommand.performInsert(CmpEntityBeanContext ctx) |
Object |
JDBCEntityPersistenceStore.postCreateEntity(Method m,
Object[] args,
CmpEntityBeanContext instance)
This method is called after the createEntity.
|
Object |
JDBCStoreManager.postCreateEntity(Method createMethod,
Object[] args,
CmpEntityBeanContext ctx) |
protected PreparedStatement |
JDBCAbstractCreateCommand.prepareStatement(Connection c,
String sql,
CmpEntityBeanContext ctx) |
abstract void |
CascadeDeleteStrategy.removedIds(CmpEntityBeanContext ctx,
Object[] oldRelationRefs,
List ids) |
void |
CascadeDeleteStrategy.NoneCascadeDeleteStrategy.removedIds(CmpEntityBeanContext ctx,
Object[] oldRelationRefs,
List ids) |
void |
CascadeDeleteStrategy.DefaultCascadeDeleteStrategy.removedIds(CmpEntityBeanContext ctx,
Object[] oldRelationRef,
List ids) |
void |
CascadeDeleteStrategy.BatchCascadeDeleteStrategy.removedIds(CmpEntityBeanContext ctx,
Object[] oldRelationRefs,
List ids) |
void |
JDBCEntityPersistenceStore.removeEntity(CmpEntityBeanContext instance)
This method is called when an entity shall be removed from the
underlying storage.
|
void |
JDBCStoreManager.removeEntity(CmpEntityBeanContext ctx) |
void |
JDBCEntityPersistenceStore.storeEntity(CmpEntityBeanContext instance)
This method is called whenever an entity shall be stored to the
underlying storage.
|
void |
JDBCStoreManager.storeEntity(CmpEntityBeanContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCCMRFieldBridge.addRelatedPKsWaitedForMe(CmpEntityBeanContext ctx)
Establishes relationships with related entities waited for passed in context
to be created.
|
void |
JDBCCMRFieldBridge.addRelation(CmpEntityBeanContext myCtx,
Object fk)
Adds the foreign key to the set of related ids, and updates any foreign key fields.
|
void |
JDBCCMRFieldBridge.cascadeDelete(CmpEntityBeanContext ctx,
List oldValues) |
void |
JDBCEntityBridge.cascadeDelete(CmpEntityBeanContext ctx,
Map oldRelations) |
void |
JDBCCMRFieldBridge.createRelationLinks(CmpEntityBeanContext myCtx,
Object relatedId)
Creates the relation links between the instance associated with the
context and the related instance (just the id is passed in).
|
void |
JDBCCMRFieldBridge.createRelationLinks(CmpEntityBeanContext myCtx,
Object relatedId,
boolean updateForeignKey) |
static void |
JDBCEntityBridge.destroyPersistenceContext(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge.destroyRelationLinks(CmpEntityBeanContext myCtx,
Object relatedId)
Destroys the relation links between the instance associated with the
context and the related instance (just the id is passed in).
|
void |
JDBCCMRFieldBridge.destroyRelationLinks(CmpEntityBeanContext myCtx,
Object relatedId,
boolean updateValueCollection)
Destroys the relation links between the instance associated with the
context and the related instance (just the id is passed in).
|
void |
JDBCCMRFieldBridge.destroyRelationLinks(CmpEntityBeanContext myCtx,
Object relatedId,
boolean updateValueCollection,
boolean updateForeignKey) |
Object |
JDBCSelectorBridge.execute(CmpEntityBeanContext ctx,
Object[] args) |
Object |
JDBCEntityBridge.extractPrimaryKeyFromInstance(CmpEntityBeanContext ctx) |
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.getDirtyIterator(CmpEntityBeanContext ctx) |
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.EntityState.getDirtyIterator(CmpEntityBeanContext ctx) |
Object |
JDBCFieldBridge.getInstanceValue(CmpEntityBeanContext ctx)
Gets the internal value of this field without user level checks.
|
Object |
JDBCCMRFieldBridge.getInstanceValue(CmpEntityBeanContext myCtx)
Gets the value of the cmr field for the instance associated with
the context.
|
Object |
JDBCCMP2xFieldBridge.getInstanceValue(CmpEntityBeanContext ctx) |
Object |
JDBCCMP1xFieldBridge.getInstanceValue(CmpEntityBeanContext ctx) |
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.EntityState.getLoadIterator(CmpEntityBeanContext ctx) |
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.getLoadIterator(JDBCCMPFieldBridge requiredField,
JDBCReadAheadMetaData readahead,
CmpEntityBeanContext ctx) |
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.getLockedIterator(CmpEntityBeanContext ctx) |
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.EntityState.getLockedIterator(CmpEntityBeanContext ctx) |
Object |
JDBCCMPFieldBridge.getLockedValue(CmpEntityBeanContext ctx) |
Object |
JDBCCMP2xFieldBridge.getLockedValue(CmpEntityBeanContext ctx) |
Object |
JDBCCMP1xFieldBridge.getLockedValue(CmpEntityBeanContext ctx) |
Object |
JDBCCMRFieldBridge.getRelatedId(CmpEntityBeanContext myCtx)
Get the related entity's id.
|
Object |
JDBCCMRFieldBridge.getRelatedIdFromContext(CmpEntityBeanContext ctx)
Creates a new instance of related id based on foreign key value in the context.
|
Object |
JDBCCMRFieldBridge.getValue(CmpEntityBeanContext ctx) |
Object |
JDBCAbstractCMPFieldBridge.getValue(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityBridge.hasLockedFields(CmpEntityBeanContext ctx) |
void |
JDBCFieldBridge.initInstance(CmpEntityBeanContext ctx)
Set CMPFieldValue to Java default value (i.e., 0 or null).
|
void |
JDBCEntityBridge.initInstance(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge.initInstance(CmpEntityBeanContext ctx)
Initialized the foreign key fields.
|
void |
JDBCAbstractCMPFieldBridge.initInstance(CmpEntityBeanContext ctx)
Set CMPFieldValue to Java default value (i.e., 0 or null).
|
void |
JDBCCMP2xAutoUpdatedFieldBridge.initInstance(CmpEntityBeanContext ctx) |
void |
JDBCEntityBridge.initPersistenceContext(CmpEntityBeanContext ctx) |
void |
JDBCEntityBridge.injectPrimaryKeyIntoInstance(CmpEntityBeanContext ctx,
Object pk) |
boolean |
JDBCCMRFieldBridge.invalidateCache(CmpEntityBeanContext ctx) |
Object |
JDBCSelectorBridge.invoke(CmpEntityBeanContext ctx,
Method method,
Object[] args) |
boolean |
JDBCEntityBridge.isBeingRemoved(CmpEntityBeanContext ctx) |
boolean |
JDBCFieldBridge.isDirty(CmpEntityBeanContext ctx)
Has the value of this field changes since the last time clean was called.
|
boolean |
JDBCCMRFieldBridge.isDirty(CmpEntityBeanContext ctx)
This method is never called.
|
boolean |
JDBCCMP2xFieldBridge.isDirty(CmpEntityBeanContext ctx)
Has the value of this field changes since the last time clean was called.
|
boolean |
JDBCCMP1xFieldBridge.isDirty(CmpEntityBeanContext ctx)
Has the value of this field changes since the last time clean was called.
|
static boolean |
JDBCEntityBridge.isEjbCreateDone(CmpEntityBeanContext ctx) |
boolean |
JDBCFieldBridge.isLoaded(CmpEntityBeanContext ctx)
Has the data been loaded?
|
boolean |
JDBCCMRFieldBridge.isLoaded(CmpEntityBeanContext ctx) |
boolean |
JDBCCMP2xFieldBridge.isLoaded(CmpEntityBeanContext ctx) |
boolean |
JDBCCMP1xFieldBridge.isLoaded(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityBridge.isModified(CmpEntityBeanContext ctx)
This method is used to determined whether the instance was modified.
|
boolean |
JDBCFieldBridge.isReadTimedOut(CmpEntityBeanContext ctx)
Has current data read timed out?
|
boolean |
JDBCCMRFieldBridge.isReadTimedOut(CmpEntityBeanContext ctx)
Had the read time expired?
|
boolean |
JDBCCMP2xFieldBridge.isReadTimedOut(CmpEntityBeanContext ctx) |
boolean |
JDBCCMP1xFieldBridge.isReadTimedOut(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityBridge.isRemoved(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityBridge.isScheduledForBatchCascadeDelete(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityBridge.isScheduledForCascadeDelete(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityBridge.isStoreRequired(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge.load(CmpEntityBeanContext myCtx,
Collection values) |
int |
JDBCFieldBridge.loadInstanceResults(ResultSet rs,
int parameterIndex,
CmpEntityBeanContext ctx)
Loads the data from result set into the instance associated with
the specified context.
|
int |
JDBCCMRFieldBridge.loadInstanceResults(ResultSet rs,
int parameterIndex,
CmpEntityBeanContext ctx) |
int |
JDBCAbstractCMPFieldBridge.loadInstanceResults(ResultSet rs,
int parameterIndex,
CmpEntityBeanContext ctx) |
void |
JDBCCMPFieldBridge.lockInstanceValue(CmpEntityBeanContext ctx)
Optimistically locks field value.
|
void |
JDBCCMP2xFieldBridge.lockInstanceValue(CmpEntityBeanContext ctx) |
void |
JDBCCMP1xFieldBridge.lockInstanceValue(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityBridge.removeFromRelations(CmpEntityBeanContext ctx,
Object[] oldRelations) |
boolean |
JDBCCMRFieldBridge.removeFromRelations(CmpEntityBeanContext ctx,
Object[] oldRelationsRef) |
void |
JDBCCMRFieldBridge.removeRelation(CmpEntityBeanContext myCtx,
Object fk)
Removes the foreign key to the set of related ids, and updates any foreign key fields.
|
void |
JDBCFieldBridge.resetPersistenceContext(CmpEntityBeanContext ctx)
Resets any persistence data maintained in the context.
|
void |
JDBCEntityBridge.resetPersistenceContext(CmpEntityBeanContext ctx)
This is only called in commit option B
|
void |
JDBCCMRFieldBridge.resetPersistenceContext(CmpEntityBeanContext ctx)
resets the persistence context of the foreign key fields
|
void |
JDBCCMP2xFieldBridge.resetPersistenceContext(CmpEntityBeanContext ctx) |
abstract void |
JDBCAbstractCMPFieldBridge.resetPersistenceContext(CmpEntityBeanContext ctx) |
void |
JDBCCMP1xFieldBridge.resetPersistenceContext(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge.scheduleChildrenForBatchCascadeDelete(CmpEntityBeanContext ctx)
Schedules children for batch cascade delete.
|
void |
JDBCCMRFieldBridge.scheduleChildrenForCascadeDelete(CmpEntityBeanContext ctx)
Schedules children for cascade delete.
|
void |
JDBCEntityBridge.scheduleForBatchCascadeDelete(CmpEntityBeanContext ctx)
Marks the instance as scheduled for batch cascade delete (not for cascade delete)
|
void |
JDBCEntityBridge.scheduleForCascadeDelete(CmpEntityBeanContext ctx)
Marks the instance as scheduled for cascade delete (not for batch cascade delete)
|
void |
JDBCFieldBridge.setClean(CmpEntityBeanContext ctx)
Mark this field as clean.
|
void |
JDBCCMRFieldBridge.setClean(CmpEntityBeanContext ctx)
This method is never called.
|
void |
JDBCCMP2xFieldBridge.setClean(CmpEntityBeanContext ctx)
Mark this field as clean.
|
void |
JDBCCMP1xFieldBridge.setClean(CmpEntityBeanContext ctx)
Mark this field as clean.
|
static void |
JDBCEntityBridge.setCreated(CmpEntityBeanContext ctx) |
protected void |
JDBCCMP2xFieldBridge.setDirtyAfterGet(CmpEntityBeanContext ctx) |
protected abstract void |
JDBCAbstractCMPFieldBridge.setDirtyAfterGet(CmpEntityBeanContext ctx) |
protected void |
JDBCCMP1xFieldBridge.setDirtyAfterGet(CmpEntityBeanContext ctx) |
static void |
JDBCEntityBridge.setEjbCreateDone(CmpEntityBeanContext ctx) |
void |
JDBCLongVersionFieldBridge.setFirstVersion(CmpEntityBeanContext ctx) |
abstract void |
JDBCCMP2xAutoUpdatedFieldBridge.setFirstVersion(CmpEntityBeanContext ctx) |
void |
JDBCCMP2xUpdatedTimeFieldBridge.setFirstVersion(CmpEntityBeanContext ctx) |
void |
JDBCKeyGenVersionFieldBridge.setFirstVersion(CmpEntityBeanContext ctx) |
void |
JDBCCMP2xUpdatedPrincipalFieldBridge.setFirstVersion(CmpEntityBeanContext ctx) |
void |
JDBCTimestampVersionFieldBridge.setFirstVersion(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge.setForeignKey(CmpEntityBeanContext myCtx,
Object fk)
Sets the foreign key field value.
|
int |
JDBCFieldBridge.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
CmpEntityBeanContext ctx)
Sets the prepared statement parameters with the data from the
instance associated with the context.
|
int |
JDBCCMRFieldBridge.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
CmpEntityBeanContext ctx) |
int |
JDBCAbstractCMPFieldBridge.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
CmpEntityBeanContext ctx) |
int |
JDBCCMP2xAutoUpdatedFieldBridge.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
CmpEntityBeanContext ctx) |
void |
JDBCFieldBridge.setInstanceValue(CmpEntityBeanContext ctx,
Object value)
Sets the internal value of this field without user level checks.
|
void |
JDBCCMRFieldBridge.setInstanceValue(CmpEntityBeanContext myCtx,
Object newValue)
Sets the value of the cmr field for the instance associated with
the context.
|
void |
JDBCCMP2xFieldBridge.setInstanceValue(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCCMP1xFieldBridge.setInstanceValue(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCEntityBridge.setIsBeingRemoved(CmpEntityBeanContext ctx)
Marks an instance as being removed
|
void |
JDBCEntityBridge.setRemoved(CmpEntityBeanContext ctx)
Marks the context as removed.
|
void |
JDBCCMRFieldBridge.setValue(CmpEntityBeanContext ctx,
Object value)
Sets new value.
|
void |
JDBCAbstractCMPFieldBridge.setValue(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCCMP2xFieldBridge.updateState(CmpEntityBeanContext ctx,
Object value) |
Object |
JDBCLongVersionFieldBridge.updateVersion(CmpEntityBeanContext ctx) |
abstract Object |
JDBCCMP2xAutoUpdatedFieldBridge.updateVersion(CmpEntityBeanContext ctx) |
Object |
JDBCCMP2xUpdatedTimeFieldBridge.updateVersion(CmpEntityBeanContext ctx) |
Object |
JDBCKeyGenVersionFieldBridge.updateVersion(CmpEntityBeanContext ctx) |
Object |
JDBCCMP2xUpdatedPrincipalFieldBridge.updateVersion(CmpEntityBeanContext ctx) |
Object |
JDBCTimestampVersionFieldBridge.updateVersion(CmpEntityBeanContext ctx) |
Constructor and Description |
---|
RelationSet(JDBCCMRFieldBridge cmrField,
CmpEntityBeanContext ctx,
List[] setHandle,
boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
protected int |
JDBCPostgreSQLCreateCommand.executeInsert(int index,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
protected int |
JDBCDB2IdentityValLocalCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
protected int |
JDBCOracleCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
protected int |
JDBCSQLServerCreateCommand.executeInsert(int index,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
protected int |
JDBCMySQLCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
protected int |
JDBCOracleSequenceCreateCommand.executeInsert(int paramInd,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
protected int |
JDBC30GeneratedKeysCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
protected int |
JDBCInformixCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
protected void |
JDBCPkSqlCreateCommand.generateFields(CmpEntityBeanContext ctx) |
protected void |
JDBCKeyGeneratorCreateCommand.generateFields(CmpEntityBeanContext ctx) |
protected PreparedStatement |
JDBCOracleCreateCommand.prepareStatement(Connection c,
String sql,
CmpEntityBeanContext ctx) |
protected PreparedStatement |
JDBCOracleSequenceCreateCommand.prepareStatement(Connection c,
String sql,
CmpEntityBeanContext ctx) |
protected PreparedStatement |
JDBC30GeneratedKeysCreateCommand.prepareStatement(Connection c,
String sql,
CmpEntityBeanContext ctx) |
Modifier and Type | Method and Description |
---|---|
boolean |
JDBCCMRFieldBridge2.addRelatedId(CmpEntityBeanContext ctx,
Object relatedId) |
boolean |
JDBCCMRFieldBridge2.SingleValuedFieldState.addRelatedId(CmpEntityBeanContext ctx,
Object relatedId) |
boolean |
JDBCCMRFieldBridge2.CollectionValuedFieldState.addRelatedId(CmpEntityBeanContext ctx,
Object relatedId) |
boolean |
JDBCCMRFieldBridge2.FieldState.addRelatedId(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCCMRFieldBridge2.SingleValuedFieldState.cacheValue(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.CollectionValuedFieldState.cacheValue(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.FieldState.cacheValue(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.SingleValuedFieldState.cascadeDelete(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.CollectionValuedFieldState.cascadeDelete(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.FieldState.cascadeDelete(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.destroyExistingRelationships(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.SingleValuedFieldState.destroyExistingRelationships(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.CollectionValuedFieldState.destroyExistingRelationships(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.FieldState.destroyExistingRelationships(CmpEntityBeanContext ctx) |
static void |
JDBCEntityBridge2.destroyPersistenceContext(CmpEntityBeanContext ctx) |
Object |
EJBSelectBridge.execute(CmpEntityBeanContext ctx,
Object[] args) |
Object |
JDBCEntityBridge2.extractPrimaryKeyFromInstance(CmpEntityBeanContext ctx) |
Object |
JDBCCMPFieldBridge2.getInstanceValue(CmpEntityBeanContext ctx) |
Object |
JDBCCMRFieldBridge2.getInstanceValue(CmpEntityBeanContext ctx) |
Object |
JDBCCMPFieldBridge2.getValue(CmpEntityBeanContext ctx) |
Object |
JDBCCMRFieldBridge2.getValue(CmpEntityBeanContext ctx) |
Object |
JDBCCMRFieldBridge2.SingleValuedFieldState.getValue(CmpEntityBeanContext ctx) |
Object |
JDBCCMRFieldBridge2.CollectionValuedFieldState.getValue(CmpEntityBeanContext ctx) |
Object |
JDBCCMRFieldBridge2.FieldState.getValue(CmpEntityBeanContext ctx) |
void |
JDBCEntityBridge2.initInstance(CmpEntityBeanContext ctx) |
void |
JDBCCMPFieldBridge2.initInstance(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.initInstance(CmpEntityBeanContext ctx) |
void |
JDBCEntityBridge2.initPersistenceContext(CmpEntityBeanContext ctx) |
Object |
EJBSelectBridge.invoke(CmpEntityBeanContext instance,
Method method,
Object[] args) |
boolean |
JDBCCMPFieldBridge2.isDirty(CmpEntityBeanContext ctx) |
boolean |
JDBCCMRFieldBridge2.isDirty(CmpEntityBeanContext ctx) |
boolean |
JDBCCMPFieldBridge2.isLoaded(CmpEntityBeanContext ctx) |
boolean |
JDBCCMRFieldBridge2.isLoaded(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityBridge2.isModified(CmpEntityBeanContext instance) |
boolean |
JDBCCMPFieldBridge2.isReadTimedOut(CmpEntityBeanContext ctx) |
boolean |
JDBCCMRFieldBridge2.isReadTimedOut(CmpEntityBeanContext ctx) |
boolean |
JDBCEntityBridge2.isStoreRequired(CmpEntityBeanContext instance) |
int |
JDBCCMPFieldBridge2.loadInstanceResults(ResultSet rs,
int parameterIndex,
CmpEntityBeanContext ctx) |
int |
JDBCCMRFieldBridge2.loadInstanceResults(ResultSet rs,
int parameterIndex,
CmpEntityBeanContext ctx) |
void |
JDBCEntityBridge2.remove(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.remove(CmpEntityBeanContext ctx) |
boolean |
JDBCCMRFieldBridge2.removeRelatedId(CmpEntityBeanContext ctx,
Object relatedId) |
boolean |
JDBCCMRFieldBridge2.SingleValuedFieldState.removeRelatedId(CmpEntityBeanContext ctx,
Object relatedId) |
boolean |
JDBCCMRFieldBridge2.CollectionValuedFieldState.removeRelatedId(CmpEntityBeanContext ctx,
Object relatedId) |
boolean |
JDBCCMRFieldBridge2.FieldState.removeRelatedId(CmpEntityBeanContext ctx,
Object relatedId) |
void |
JDBCCMPFieldBridge2.resetPersistenceContext(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.resetPersistenceContext(CmpEntityBeanContext ctx) |
void |
JDBCCMPFieldBridge2.setClean(CmpEntityBeanContext ctx) |
void |
JDBCCMRFieldBridge2.setClean(CmpEntityBeanContext ctx) |
int |
JDBCCMPFieldBridge2.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
CmpEntityBeanContext ctx) |
int |
JDBCCMRFieldBridge2.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
CmpEntityBeanContext ctx) |
void |
JDBCCMPFieldBridge2.setInstanceValue(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCCMRFieldBridge2.setInstanceValue(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCCMPFieldBridge2.setValue(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCCMRFieldBridge2.setValue(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCCMRFieldBridge2.SingleValuedFieldState.setValue(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCCMRFieldBridge2.CollectionValuedFieldState.setValue(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCCMRFieldBridge2.FieldState.setValue(CmpEntityBeanContext ctx,
Object value) |
void |
JDBCCMPFieldBridge2.setValueInternal(CmpEntityBeanContext ctx,
Object value,
boolean makeDirty) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractCreateCommand.execute(Method m,
Object[] args,
CmpEntityBeanContext ctx) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.