|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityEnterpriseContext | |
org.jboss.cache.invalidation.triggers | |
org.jboss.ejb | Package description goes here. |
org.jboss.ejb.plugins | Package description goes here. |
org.jboss.ejb.plugins.cmp.bridge | Package description goes here. |
org.jboss.ejb.plugins.cmp.jdbc | Package description goes here. |
org.jboss.ejb.plugins.cmp.jdbc.bridge | Package description goes here. |
org.jboss.ejb.plugins.cmp.jdbc.keygen | |
org.jboss.ejb.plugins.cmp.jdbc2 | |
org.jboss.ejb.plugins.cmp.jdbc2.bridge |
Uses of EntityEnterpriseContext in org.jboss.cache.invalidation.triggers |
Methods in org.jboss.cache.invalidation.triggers with parameters of type EntityEnterpriseContext | |
protected boolean |
EntityBeanCacheBatchInvalidatorInterceptor.changed(Invocation mi,
EntityEnterpriseContext ctx)
|
Uses of EntityEnterpriseContext in org.jboss.ejb |
Methods in org.jboss.ejb that return EntityEnterpriseContext | |
EntityEnterpriseContext |
TxEntityMap.getCtx(Transaction tx,
Object key)
Deprecated. |
EntityEnterpriseContext |
TxEntityMap.getCtx(Object key)
Deprecated. |
Methods in org.jboss.ejb with parameters of type EntityEnterpriseContext | |
void |
TxEntityMap.associate(Transaction tx,
EntityEnterpriseContext entity)
Deprecated. associate entity with transaction |
void |
GlobalTxEntityMap.TxAssociation.scheduleSync(Transaction tx,
EntityEnterpriseContext instance)
Schedules the instance for synchronization. |
void |
GlobalTxEntityMap.TxAssociation.synchronize(Thread thread,
Transaction tx,
EntityEnterpriseContext instance)
Synchronizes the instance if it is needed. |
void |
GlobalTxEntityMap.TxAssociation.invokeEjbStore(Thread thread,
EntityEnterpriseContext instance)
Invokes ejbStore if needed |
void |
EntityPersistenceStore.initEntity(EntityEnterpriseContext ctx)
Initializes the instance context. |
Object |
EntityPersistenceStore.createEntity(Method m,
Object[] args,
EntityEnterpriseContext instance)
This method is called whenever an entity is to be created. |
Object |
EntityPersistenceStore.postCreateEntity(Method m,
Object[] args,
EntityEnterpriseContext instance)
This method is called after the createEntity. |
Object |
EntityPersistenceStore.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when single entities are to be found. |
Collection |
EntityPersistenceStore.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when collections of entities are to be found. |
void |
EntityPersistenceStore.activateEntity(EntityEnterpriseContext instance)
This method is called when an entity shall be activated. |
void |
EntityPersistenceStore.loadEntity(EntityEnterpriseContext instance)
This method is called whenever an entity shall be load from the underlying storage. |
boolean |
EntityPersistenceStore.isStoreRequired(EntityEnterpriseContext instance)
This method is used to determine if an entity should be stored. |
boolean |
EntityPersistenceStore.isModified(EntityEnterpriseContext instance)
This method is used to determined whether the instance was modified. |
void |
EntityPersistenceStore.storeEntity(EntityEnterpriseContext instance)
This method is called whenever an entity shall be stored to the underlying storage. |
void |
EntityPersistenceStore.passivateEntity(EntityEnterpriseContext instance)
This method is called when an entity shall be passivate. |
void |
EntityPersistenceStore.removeEntity(EntityEnterpriseContext instance)
This method is called when an entity shall be removed from the underlying storage. |
void |
EntityPersistenceManager.createEntity(Method m,
Object[] args,
EntityEnterpriseContext instance)
This method is called whenever an entity is to be created. |
void |
EntityPersistenceManager.postCreateEntity(Method m,
Object[] args,
EntityEnterpriseContext instance)
This method is called whenever an entity is to be created. |
Object |
EntityPersistenceManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when single entities are to be found. |
Collection |
EntityPersistenceManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when collections of entities are to be found. |
void |
EntityPersistenceManager.activateEntity(EntityEnterpriseContext instance)
This method is called when an entity shall be activated. |
void |
EntityPersistenceManager.loadEntity(EntityEnterpriseContext instance)
This method is called whenever an entity shall be load from the underlying storage. |
boolean |
EntityPersistenceManager.isStoreRequired(EntityEnterpriseContext instance)
This method is used to determine if an entity should be stored. |
boolean |
EntityPersistenceManager.isModified(EntityEnterpriseContext ctx)
This method is used to determined whether the instance was modified. |
void |
EntityPersistenceManager.storeEntity(EntityEnterpriseContext instance)
This method is called whenever an entity shall be stored to the underlying storage. |
void |
EntityPersistenceManager.invokeEjbStore(EntityEnterpriseContext instance)
Invokes ejbStore on the instance. |
void |
EntityPersistenceManager.passivateEntity(EntityEnterpriseContext instance)
This method is called when an entity shall be passivate. |
void |
EntityPersistenceManager.removeEntity(EntityEnterpriseContext instance)
This method is called when an entity shall be removed from the underlying storage. |
void |
EntityContainer.invokeEjbStore(EntityEnterpriseContext ctx)
Invokes ejbStore method on the instance |
void |
EntityContainer.storeEntity(EntityEnterpriseContext ctx)
For CMP actually stores the instance |
Uses of EntityEnterpriseContext in org.jboss.ejb.plugins |
Fields in org.jboss.ejb.plugins declared as EntityEnterpriseContext | |
protected EntityEnterpriseContext |
EntitySynchronizationInterceptor.InstanceSynchronization.ctx
The context we manage. |
protected EntityEnterpriseContext |
EntityMultiInstanceSynchronizationInterceptor.MultiInstanceSynchronization.ctx
The context we manage. |
Methods in org.jboss.ejb.plugins with parameters of type EntityEnterpriseContext | |
protected Synchronization |
EntitySynchronizationInterceptor.createSynchronization(Transaction tx,
EntityEnterpriseContext ctx)
|
protected void |
EntitySynchronizationInterceptor.register(EntityEnterpriseContext ctx,
Transaction tx)
Register a transaction synchronization callback with a context. |
protected Synchronization |
EntityMultiInstanceSynchronizationInterceptor.createSynchronization(Transaction tx,
EntityEnterpriseContext ctx)
Deprecated. |
void |
CMPPersistenceManager.createEntity(Method m,
Object[] args,
EntityEnterpriseContext ctx)
|
void |
CMPPersistenceManager.postCreateEntity(Method m,
Object[] args,
EntityEnterpriseContext ctx)
|
Object |
CMPPersistenceManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
CMPPersistenceManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
find multiple entities |
void |
CMPPersistenceManager.activateEntity(EntityEnterpriseContext ctx)
|
void |
CMPPersistenceManager.loadEntity(EntityEnterpriseContext ctx)
|
boolean |
CMPPersistenceManager.isStoreRequired(EntityEnterpriseContext ctx)
|
boolean |
CMPPersistenceManager.isModified(EntityEnterpriseContext ctx)
|
void |
CMPPersistenceManager.storeEntity(EntityEnterpriseContext ctx)
|
void |
CMPPersistenceManager.invokeEjbStore(EntityEnterpriseContext ctx)
|
void |
CMPPersistenceManager.passivateEntity(EntityEnterpriseContext ctx)
|
void |
CMPPersistenceManager.removeEntity(EntityEnterpriseContext ctx)
|
protected void |
CMPPersistenceManager.invokeLoad(EntityEnterpriseContext ctx)
|
void |
CMPInMemoryPersistenceManager.initEntity(EntityEnterpriseContext ctx)
Initializes the instance context. |
Object |
CMPInMemoryPersistenceManager.createEntity(Method m,
Object[] args,
EntityEnterpriseContext ctx)
This method is called whenever an entity is to be created. |
Object |
CMPInMemoryPersistenceManager.postCreateEntity(Method m,
Object[] args,
EntityEnterpriseContext ctx)
This method is called after the createEntity. |
Object |
CMPInMemoryPersistenceManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when single entities are to be found. |
Collection |
CMPInMemoryPersistenceManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when collections of entities are to be found. |
void |
CMPInMemoryPersistenceManager.activateEntity(EntityEnterpriseContext instance)
Non-operation. |
void |
CMPInMemoryPersistenceManager.loadEntity(EntityEnterpriseContext ctx)
This method is called whenever an entity shall be load from the underlying storage. |
boolean |
CMPInMemoryPersistenceManager.isStoreRequired(EntityEnterpriseContext ctx)
This method is used to determine if an entity should be stored. |
boolean |
CMPInMemoryPersistenceManager.isModified(EntityEnterpriseContext ctx)
|
void |
CMPInMemoryPersistenceManager.storeEntity(EntityEnterpriseContext ctx)
This method is called whenever an entity shall be stored to the underlying storage. |
void |
CMPInMemoryPersistenceManager.passivateEntity(EntityEnterpriseContext instance)
Non-operation. |
void |
CMPInMemoryPersistenceManager.removeEntity(EntityEnterpriseContext ctx)
This method is called when an entity shall be removed from the underlying storage. |
void |
CMPFilePersistenceManager.initEntity(EntityEnterpriseContext ctx)
Reset all attributes to default value |
Object |
CMPFilePersistenceManager.createEntity(Method m,
Object[] args,
EntityEnterpriseContext ctx)
|
Object |
CMPFilePersistenceManager.postCreateEntity(Method m,
Object[] args,
EntityEnterpriseContext ctx)
|
Object |
CMPFilePersistenceManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
CMPFilePersistenceManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
void |
CMPFilePersistenceManager.activateEntity(EntityEnterpriseContext ctx)
Non-operation. |
void |
CMPFilePersistenceManager.loadEntity(EntityEnterpriseContext ctx)
|
boolean |
CMPFilePersistenceManager.isStoreRequired(EntityEnterpriseContext ctx)
|
boolean |
CMPFilePersistenceManager.isModified(EntityEnterpriseContext ctx)
|
void |
CMPFilePersistenceManager.storeEntity(EntityEnterpriseContext ctx)
|
void |
CMPFilePersistenceManager.passivateEntity(EntityEnterpriseContext ctx)
Non-operation. |
void |
CMPFilePersistenceManager.removeEntity(EntityEnterpriseContext ctx)
|
void |
BMPPersistenceManager.createEntity(Method m,
Object[] args,
EntityEnterpriseContext ctx)
|
void |
BMPPersistenceManager.postCreateEntity(Method m,
Object[] args,
EntityEnterpriseContext ctx)
|
Object |
BMPPersistenceManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
BMPPersistenceManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
void |
BMPPersistenceManager.activateEntity(EntityEnterpriseContext ctx)
|
void |
BMPPersistenceManager.loadEntity(EntityEnterpriseContext ctx)
|
boolean |
BMPPersistenceManager.isStoreRequired(EntityEnterpriseContext ctx)
|
boolean |
BMPPersistenceManager.isModified(EntityEnterpriseContext ctx)
|
void |
BMPPersistenceManager.invokeEjbStore(EntityEnterpriseContext ctx)
|
void |
BMPPersistenceManager.storeEntity(EntityEnterpriseContext ctx)
|
void |
BMPPersistenceManager.passivateEntity(EntityEnterpriseContext ctx)
|
void |
BMPPersistenceManager.removeEntity(EntityEnterpriseContext ctx)
|
Uses of EntityEnterpriseContext in org.jboss.ejb.plugins.cmp.bridge |
Methods in org.jboss.ejb.plugins.cmp.bridge with parameters of type EntityEnterpriseContext | |
Object |
FieldBridge.getValue(EntityEnterpriseContext ctx)
Gets the value of this field for the specified instance context. |
void |
FieldBridge.setValue(EntityEnterpriseContext ctx,
Object value)
Sets the value of this field for the specified instance context. |
void |
EntityBridgeInvocationHandler.setContext(EntityEnterpriseContext ctx)
|
Object |
EntityBridgeInvocationHandler.BridgeInvoker.invoke(EntityEnterpriseContext ctx,
Method method,
Object[] args)
|
Object |
EntityBridgeInvocationHandler.FieldGetInvoker.invoke(EntityEnterpriseContext ctx,
Method method,
Object[] args)
|
Object |
EntityBridgeInvocationHandler.FieldSetInvoker.invoke(EntityEnterpriseContext ctx,
Method method,
Object[] args)
|
Uses of EntityEnterpriseContext in org.jboss.ejb.plugins.cmp.jdbc |
Methods in org.jboss.ejb.plugins.cmp.jdbc with parameters of type EntityEnterpriseContext | |
boolean |
ReadAheadCache.load(EntityEnterpriseContext ctx)
Loads all of the preloaded data for the ctx into it. |
void |
LockingStrategy.loaded(JDBCCMPFieldBridge field,
EntityEnterpriseContext ctx)
|
void |
LockingStrategy.accessed(JDBCCMPFieldBridge field,
EntityEnterpriseContext ctx)
|
void |
LockingStrategy.changed(JDBCCMPFieldBridge field,
EntityEnterpriseContext ctx)
|
void |
LockingStrategy.AbstractStrategy.loaded(JDBCCMPFieldBridge field,
EntityEnterpriseContext ctx)
|
void |
LockingStrategy.AbstractStrategy.accessed(JDBCCMPFieldBridge field,
EntityEnterpriseContext ctx)
|
void |
LockingStrategy.AbstractStrategy.changed(JDBCCMPFieldBridge field,
EntityEnterpriseContext ctx)
|
void |
JDBCStoreManager.initEntity(EntityEnterpriseContext ctx)
|
Object |
JDBCStoreManager.createEntity(Method createMethod,
Object[] args,
EntityEnterpriseContext ctx)
|
Object |
JDBCStoreManager.postCreateEntity(Method createMethod,
Object[] args,
EntityEnterpriseContext ctx)
|
Object |
JDBCStoreManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
JDBCStoreManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
void |
JDBCStoreManager.activateEntity(EntityEnterpriseContext ctx)
|
void |
JDBCStoreManager.loadEntity(EntityEnterpriseContext ctx)
Loads entity. |
boolean |
JDBCStoreManager.loadEntity(EntityEnterpriseContext ctx,
boolean failIfNotFound)
|
void |
JDBCStoreManager.loadField(JDBCCMPFieldBridge field,
EntityEnterpriseContext ctx)
|
boolean |
JDBCStoreManager.isStoreRequired(EntityEnterpriseContext ctx)
|
boolean |
JDBCStoreManager.isModified(EntityEnterpriseContext ctx)
|
void |
JDBCStoreManager.storeEntity(EntityEnterpriseContext ctx)
|
void |
JDBCStoreManager.passivateEntity(EntityEnterpriseContext ctx)
|
void |
JDBCStoreManager.removeEntity(EntityEnterpriseContext ctx)
|
void |
JDBCStoreEntityCommand.execute(EntityEnterpriseContext ctx)
|
void |
JDBCRemoveEntityCommand.execute(EntityEnterpriseContext ctx)
|
Collection |
JDBCQueryCommand.execute(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Object |
JDBCPostCreateEntityCommand.execute(Method m,
Object[] args,
EntityEnterpriseContext ctx)
|
void |
JDBCPassivateEntityCommand.execute(EntityEnterpriseContext ctx)
|
boolean |
JDBCLoadEntityCommand.execute(EntityEnterpriseContext ctx,
boolean failIfNotFound)
Loads entity. |
void |
JDBCLoadEntityCommand.execute(JDBCCMPFieldBridge requiredField,
EntityEnterpriseContext ctx)
Loads entity or required field. |
boolean |
JDBCIsModifiedCommand.execute(EntityEnterpriseContext ctx)
|
protected void |
JDBCInsertPKCreateCommand.beforeInsert(EntityEnterpriseContext ctx)
|
void |
JDBCInitEntityCommand.execute(EntityEnterpriseContext ctx)
Called before ejbCreate. |
protected int |
JDBCIdentityColumnCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
EntityEnterpriseContext ctx)
|
Object |
JDBCFindEntityCommand.execute(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
JDBCFindEntitiesCommand.execute(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
JDBCFindByPrimaryKeyQuery.execute(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
JDBCDynamicQLQuery.execute(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
JDBCCustomFinderQuery.execute(Method unused,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Object |
JDBCCreateCommand.execute(Method m,
Object[] args,
EntityEnterpriseContext ctx)
|
void |
JDBCActivateEntityCommand.execute(EntityEnterpriseContext ctx)
|
Collection |
JDBCAbstractQueryCommand.execute(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Object |
JDBCAbstractCreateCommand.execute(Method m,
Object[] args,
EntityEnterpriseContext ctx)
|
protected void |
JDBCAbstractCreateCommand.generateFields(EntityEnterpriseContext ctx)
|
protected void |
JDBCAbstractCreateCommand.beforeInsert(EntityEnterpriseContext ctx)
|
protected void |
JDBCAbstractCreateCommand.performInsert(EntityEnterpriseContext ctx)
|
protected PreparedStatement |
JDBCAbstractCreateCommand.prepareStatement(Connection c,
String sql,
EntityEnterpriseContext ctx)
|
protected int |
JDBCAbstractCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
EntityEnterpriseContext ctx)
|
protected void |
JDBCAbstractCreateCommand.afterInsert(EntityEnterpriseContext ctx)
|
protected Object |
JDBCAbstractCreateCommand.getPrimaryKey(EntityEnterpriseContext ctx)
|
abstract void |
CascadeDeleteStrategy.removedIds(EntityEnterpriseContext ctx,
Object[] oldRelationRefs,
List ids)
|
abstract void |
CascadeDeleteStrategy.cascadeDelete(EntityEnterpriseContext ctx,
List oldValues)
|
void |
CascadeDeleteStrategy.NoneCascadeDeleteStrategy.removedIds(EntityEnterpriseContext ctx,
Object[] oldRelationRefs,
List ids)
|
void |
CascadeDeleteStrategy.NoneCascadeDeleteStrategy.cascadeDelete(EntityEnterpriseContext ctx,
List oldValues)
|
void |
CascadeDeleteStrategy.DefaultCascadeDeleteStrategy.removedIds(EntityEnterpriseContext ctx,
Object[] oldRelationRef,
List ids)
|
void |
CascadeDeleteStrategy.DefaultCascadeDeleteStrategy.cascadeDelete(EntityEnterpriseContext ctx,
List oldValues)
|
void |
CascadeDeleteStrategy.BatchCascadeDeleteStrategy.removedIds(EntityEnterpriseContext ctx,
Object[] oldRelationRefs,
List ids)
|
void |
CascadeDeleteStrategy.BatchCascadeDeleteStrategy.cascadeDelete(EntityEnterpriseContext ctx,
List oldValues)
|
Uses of EntityEnterpriseContext in org.jboss.ejb.plugins.cmp.jdbc.bridge |
Methods in org.jboss.ejb.plugins.cmp.jdbc.bridge with parameters of type EntityEnterpriseContext | |
void |
JDBCTimestampVersionFieldBridge.setFirstVersion(EntityEnterpriseContext ctx)
|
Object |
JDBCTimestampVersionFieldBridge.updateVersion(EntityEnterpriseContext ctx)
|
Object |
JDBCSelectorBridge.invoke(EntityEnterpriseContext ctx,
Method method,
Object[] args)
|
void |
JDBCLongVersionFieldBridge.setFirstVersion(EntityEnterpriseContext ctx)
|
Object |
JDBCLongVersionFieldBridge.updateVersion(EntityEnterpriseContext ctx)
|
void |
JDBCKeyGenVersionFieldBridge.setFirstVersion(EntityEnterpriseContext ctx)
|
Object |
JDBCKeyGenVersionFieldBridge.updateVersion(EntityEnterpriseContext ctx)
|
boolean |
JDBCFieldBridge.isReadTimedOut(EntityEnterpriseContext ctx)
Has current data read timed out? |
boolean |
JDBCFieldBridge.isLoaded(EntityEnterpriseContext ctx)
Has the data been loaded? |
void |
JDBCFieldBridge.initInstance(EntityEnterpriseContext ctx)
Set CMPFieldValue to Java default value (i.e., 0 or null). |
void |
JDBCFieldBridge.resetPersistenceContext(EntityEnterpriseContext ctx)
Resets any persistence data maintained in the context. |
int |
JDBCFieldBridge.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
EntityEnterpriseContext ctx)
Sets the prepared statement parameters with the data from the instance associated with the context. |
Object |
JDBCFieldBridge.getInstanceValue(EntityEnterpriseContext ctx)
Gets the internal value of this field without user level checks. |
void |
JDBCFieldBridge.setInstanceValue(EntityEnterpriseContext ctx,
Object value)
Sets the internal value of this field without user level checks. |
int |
JDBCFieldBridge.loadInstanceResults(ResultSet rs,
int parameterIndex,
EntityEnterpriseContext ctx)
Loads the data from result set into the instance associated with the specified context. |
boolean |
JDBCFieldBridge.isDirty(EntityEnterpriseContext ctx)
Has the value of this field changes since the last time clean was called. |
void |
JDBCFieldBridge.setClean(EntityEnterpriseContext ctx)
Mark this field as clean. |
boolean |
JDBCEntityBridge.removeFromRelations(EntityEnterpriseContext ctx,
Object[] oldRelations)
|
void |
JDBCEntityBridge.cascadeDelete(EntityEnterpriseContext ctx,
Map oldRelations)
|
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.getLoadIterator(JDBCCMPFieldBridge requiredField,
JDBCReadAheadMetaData readahead,
EntityEnterpriseContext ctx)
|
void |
JDBCEntityBridge.initInstance(EntityEnterpriseContext ctx)
|
static boolean |
JDBCEntityBridge.isEjbCreateDone(EntityEnterpriseContext ctx)
|
static void |
JDBCEntityBridge.setCreated(EntityEnterpriseContext ctx)
|
static void |
JDBCEntityBridge.setEjbCreateDone(EntityEnterpriseContext ctx)
|
boolean |
JDBCEntityBridge.isModified(EntityEnterpriseContext ctx)
This method is used to determined whether the instance was modified. |
boolean |
JDBCEntityBridge.isStoreRequired(EntityEnterpriseContext ctx)
|
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.getDirtyIterator(EntityEnterpriseContext ctx)
|
boolean |
JDBCEntityBridge.hasLockedFields(EntityEnterpriseContext ctx)
|
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.getLockedIterator(EntityEnterpriseContext ctx)
|
void |
JDBCEntityBridge.initPersistenceContext(EntityEnterpriseContext ctx)
|
void |
JDBCEntityBridge.resetPersistenceContext(EntityEnterpriseContext ctx)
This is only called in commit option B |
static void |
JDBCEntityBridge.destroyPersistenceContext(EntityEnterpriseContext ctx)
|
Object |
JDBCEntityBridge.extractPrimaryKeyFromInstance(EntityEnterpriseContext ctx)
|
void |
JDBCEntityBridge.injectPrimaryKeyIntoInstance(EntityEnterpriseContext ctx,
Object pk)
|
void |
JDBCEntityBridge.setRemoved(EntityEnterpriseContext ctx)
Marks the context as removed. |
boolean |
JDBCEntityBridge.isRemoved(EntityEnterpriseContext ctx)
|
void |
JDBCEntityBridge.scheduleForCascadeDelete(EntityEnterpriseContext ctx)
Marks the instance as scheduled for cascade delete (not for batch cascade delete) |
boolean |
JDBCEntityBridge.isScheduledForCascadeDelete(EntityEnterpriseContext ctx)
|
void |
JDBCEntityBridge.scheduleForBatchCascadeDelete(EntityEnterpriseContext ctx)
Marks the instance as scheduled for batch cascade delete (not for cascade delete) |
boolean |
JDBCEntityBridge.isScheduledForBatchCascadeDelete(EntityEnterpriseContext ctx)
|
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.EntityState.getDirtyIterator(EntityEnterpriseContext ctx)
|
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.EntityState.getLockedIterator(EntityEnterpriseContext ctx)
|
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.EntityState.getLoadIterator(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMRFieldBridge.removeFromRelations(EntityEnterpriseContext ctx,
Object[] oldRelationsRef)
|
void |
JDBCCMRFieldBridge.cascadeDelete(EntityEnterpriseContext ctx,
List oldValues)
|
boolean |
JDBCCMRFieldBridge.isLoaded(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge.addRelatedPKsWaitedForMe(EntityEnterpriseContext ctx)
Establishes relationships with related entities waited for passed in context to be created. |
boolean |
JDBCCMRFieldBridge.isReadTimedOut(EntityEnterpriseContext ctx)
Had the read time expired? |
Object |
JDBCCMRFieldBridge.getValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge.setValue(EntityEnterpriseContext ctx,
Object value)
Sets new value. |
Object |
JDBCCMRFieldBridge.getInstanceValue(EntityEnterpriseContext myCtx)
Gets the value of the cmr field for the instance associated with the context. |
void |
JDBCCMRFieldBridge.setInstanceValue(EntityEnterpriseContext myCtx,
Object newValue)
Sets the value of the cmr field for the instance associated with the context. |
void |
JDBCCMRFieldBridge.createRelationLinks(EntityEnterpriseContext 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(EntityEnterpriseContext myCtx,
Object relatedId,
boolean updateForeignKey)
|
void |
JDBCCMRFieldBridge.destroyRelationLinks(EntityEnterpriseContext 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(EntityEnterpriseContext 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(EntityEnterpriseContext myCtx,
Object relatedId,
boolean updateValueCollection,
boolean updateForeignKey)
|
void |
JDBCCMRFieldBridge.scheduleChildrenForCascadeDelete(EntityEnterpriseContext ctx)
Schedules children for cascade delete. |
void |
JDBCCMRFieldBridge.scheduleChildrenForBatchCascadeDelete(EntityEnterpriseContext ctx)
Schedules children for batch cascade delete. |
Object |
JDBCCMRFieldBridge.getRelatedId(EntityEnterpriseContext myCtx)
Get the related entity's id. |
Object |
JDBCCMRFieldBridge.getRelatedIdFromContext(EntityEnterpriseContext ctx)
Creates a new instance of related id based on foreign key value in the context. |
void |
JDBCCMRFieldBridge.addRelation(EntityEnterpriseContext myCtx,
Object fk)
Adds the foreign key to the set of related ids, and updates any foreign key fields. |
void |
JDBCCMRFieldBridge.removeRelation(EntityEnterpriseContext myCtx,
Object fk)
Removes the foreign key to the set of related ids, and updates any foreign key fields. |
void |
JDBCCMRFieldBridge.load(EntityEnterpriseContext myCtx,
Collection values)
|
void |
JDBCCMRFieldBridge.setForeignKey(EntityEnterpriseContext myCtx,
Object fk)
Sets the foreign key field value. |
void |
JDBCCMRFieldBridge.initInstance(EntityEnterpriseContext ctx)
Initialized the foreign key fields. |
void |
JDBCCMRFieldBridge.resetPersistenceContext(EntityEnterpriseContext ctx)
resets the persistence context of the foreign key fields |
int |
JDBCCMRFieldBridge.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
EntityEnterpriseContext ctx)
|
int |
JDBCCMRFieldBridge.loadInstanceResults(ResultSet rs,
int parameterIndex,
EntityEnterpriseContext ctx)
|
boolean |
JDBCCMRFieldBridge.isDirty(EntityEnterpriseContext ctx)
This method is never called. |
boolean |
JDBCCMRFieldBridge.invalidateCache(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge.setClean(EntityEnterpriseContext ctx)
This method is never called. |
Object |
JDBCCMPFieldBridge.getLockedValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMPFieldBridge.lockInstanceValue(EntityEnterpriseContext ctx)
Optimistically locks field value. |
void |
JDBCCMP2xUpdatedTimeFieldBridge.setFirstVersion(EntityEnterpriseContext ctx)
|
Object |
JDBCCMP2xUpdatedTimeFieldBridge.updateVersion(EntityEnterpriseContext ctx)
|
void |
JDBCCMP2xUpdatedPrincipalFieldBridge.setFirstVersion(EntityEnterpriseContext ctx)
|
Object |
JDBCCMP2xUpdatedPrincipalFieldBridge.updateVersion(EntityEnterpriseContext ctx)
|
Object |
JDBCCMP2xFieldBridge.getInstanceValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMP2xFieldBridge.setInstanceValue(EntityEnterpriseContext ctx,
Object value)
|
void |
JDBCCMP2xFieldBridge.lockInstanceValue(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMP2xFieldBridge.isLoaded(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMP2xFieldBridge.isDirty(EntityEnterpriseContext ctx)
Has the value of this field changes since the last time clean was called. |
void |
JDBCCMP2xFieldBridge.setClean(EntityEnterpriseContext ctx)
Mark this field as clean. |
void |
JDBCCMP2xFieldBridge.resetPersistenceContext(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMP2xFieldBridge.isReadTimedOut(EntityEnterpriseContext ctx)
|
Object |
JDBCCMP2xFieldBridge.getLockedValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMP2xFieldBridge.updateState(EntityEnterpriseContext ctx,
Object value)
|
protected void |
JDBCCMP2xFieldBridge.setDirtyAfterGet(EntityEnterpriseContext ctx)
|
void |
JDBCCMP2xAutoUpdatedFieldBridge.initInstance(EntityEnterpriseContext ctx)
|
int |
JDBCCMP2xAutoUpdatedFieldBridge.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
EntityEnterpriseContext ctx)
|
abstract void |
JDBCCMP2xAutoUpdatedFieldBridge.setFirstVersion(EntityEnterpriseContext ctx)
|
abstract Object |
JDBCCMP2xAutoUpdatedFieldBridge.updateVersion(EntityEnterpriseContext ctx)
|
Object |
JDBCCMP1xFieldBridge.getInstanceValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMP1xFieldBridge.setInstanceValue(EntityEnterpriseContext ctx,
Object value)
|
Object |
JDBCCMP1xFieldBridge.getLockedValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMP1xFieldBridge.lockInstanceValue(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMP1xFieldBridge.isLoaded(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMP1xFieldBridge.isDirty(EntityEnterpriseContext ctx)
Has the value of this field changes since the last time clean was called. |
void |
JDBCCMP1xFieldBridge.setClean(EntityEnterpriseContext ctx)
Mark this field as clean. |
boolean |
JDBCCMP1xFieldBridge.isReadTimedOut(EntityEnterpriseContext ctx)
|
void |
JDBCCMP1xFieldBridge.resetPersistenceContext(EntityEnterpriseContext ctx)
|
protected void |
JDBCCMP1xFieldBridge.setDirtyAfterGet(EntityEnterpriseContext ctx)
|
Object |
JDBCAbstractCMPFieldBridge.getValue(EntityEnterpriseContext ctx)
|
void |
JDBCAbstractCMPFieldBridge.setValue(EntityEnterpriseContext ctx,
Object value)
|
abstract void |
JDBCAbstractCMPFieldBridge.resetPersistenceContext(EntityEnterpriseContext ctx)
|
void |
JDBCAbstractCMPFieldBridge.initInstance(EntityEnterpriseContext ctx)
Set CMPFieldValue to Java default value (i.e., 0 or null). |
int |
JDBCAbstractCMPFieldBridge.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
EntityEnterpriseContext ctx)
|
int |
JDBCAbstractCMPFieldBridge.loadInstanceResults(ResultSet rs,
int parameterIndex,
EntityEnterpriseContext ctx)
|
protected abstract void |
JDBCAbstractCMPFieldBridge.setDirtyAfterGet(EntityEnterpriseContext ctx)
|
Constructors in org.jboss.ejb.plugins.cmp.jdbc.bridge with parameters of type EntityEnterpriseContext | |
RelationSet(JDBCCMRFieldBridge cmrField,
EntityEnterpriseContext ctx,
List[] setHandle,
boolean readOnly)
|
Uses of EntityEnterpriseContext in org.jboss.ejb.plugins.cmp.jdbc.keygen |
Methods in org.jboss.ejb.plugins.cmp.jdbc.keygen with parameters of type EntityEnterpriseContext | |
protected int |
JDBCSQLServerCreateCommand.executeInsert(int index,
PreparedStatement ps,
EntityEnterpriseContext ctx)
|
protected int |
JDBCPostgreSQLCreateCommand.executeInsert(int index,
PreparedStatement ps,
EntityEnterpriseContext ctx)
|
protected void |
JDBCPkSqlCreateCommand.generateFields(EntityEnterpriseContext ctx)
|
protected PreparedStatement |
JDBCOracleCreateCommand.prepareStatement(Connection c,
String sql,
EntityEnterpriseContext ctx)
|
protected int |
JDBCOracleCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
EntityEnterpriseContext ctx)
|
protected int |
JDBCMySQLCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
EntityEnterpriseContext ctx)
|
protected void |
JDBCKeyGeneratorCreateCommand.generateFields(EntityEnterpriseContext ctx)
|
protected int |
JDBCInformixCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
EntityEnterpriseContext ctx)
|
protected int |
JDBCDB2IdentityValLocalCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
EntityEnterpriseContext ctx)
|
protected PreparedStatement |
JDBC30GeneratedKeysCreateCommand.prepareStatement(Connection c,
String sql,
EntityEnterpriseContext ctx)
|
protected int |
JDBC30GeneratedKeysCreateCommand.executeInsert(int paramIndex,
PreparedStatement ps,
EntityEnterpriseContext ctx)
|
Uses of EntityEnterpriseContext in org.jboss.ejb.plugins.cmp.jdbc2 |
Uses of EntityEnterpriseContext in org.jboss.ejb.plugins.cmp.jdbc2.bridge |
Methods in org.jboss.ejb.plugins.cmp.jdbc2.bridge with parameters of type EntityEnterpriseContext | |
Object |
JDBCEntityBridge2.extractPrimaryKeyFromInstance(EntityEnterpriseContext ctx)
|
static void |
JDBCEntityBridge2.destroyPersistenceContext(EntityEnterpriseContext ctx)
|
void |
JDBCEntityBridge2.initPersistenceContext(EntityEnterpriseContext ctx)
|
void |
JDBCEntityBridge2.initInstance(EntityEnterpriseContext ctx)
|
boolean |
JDBCEntityBridge2.isStoreRequired(EntityEnterpriseContext instance)
|
boolean |
JDBCEntityBridge2.isModified(EntityEnterpriseContext instance)
|
void |
JDBCEntityBridge2.remove(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMRFieldBridge2.removeRelatedId(EntityEnterpriseContext ctx,
Object relatedId)
|
boolean |
JDBCCMRFieldBridge2.addRelatedId(EntityEnterpriseContext ctx,
Object relatedId)
|
void |
JDBCCMRFieldBridge2.remove(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.destroyExistingRelationships(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMRFieldBridge2.isReadTimedOut(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMRFieldBridge2.isLoaded(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.initInstance(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.resetPersistenceContext(EntityEnterpriseContext ctx)
|
int |
JDBCCMRFieldBridge2.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
EntityEnterpriseContext ctx)
|
Object |
JDBCCMRFieldBridge2.getInstanceValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.setInstanceValue(EntityEnterpriseContext ctx,
Object value)
|
int |
JDBCCMRFieldBridge2.loadInstanceResults(ResultSet rs,
int parameterIndex,
EntityEnterpriseContext ctx)
|
boolean |
JDBCCMRFieldBridge2.isDirty(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.setClean(EntityEnterpriseContext ctx)
|
Object |
JDBCCMRFieldBridge2.getValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.setValue(EntityEnterpriseContext ctx,
Object value)
|
Object |
JDBCCMRFieldBridge2.SingleValuedFieldState.getValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.SingleValuedFieldState.setValue(EntityEnterpriseContext ctx,
Object value)
|
void |
JDBCCMRFieldBridge2.SingleValuedFieldState.cascadeDelete(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.SingleValuedFieldState.destroyExistingRelationships(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMRFieldBridge2.SingleValuedFieldState.removeRelatedId(EntityEnterpriseContext ctx,
Object relatedId)
|
boolean |
JDBCCMRFieldBridge2.SingleValuedFieldState.addRelatedId(EntityEnterpriseContext ctx,
Object relatedId)
|
void |
JDBCCMRFieldBridge2.SingleValuedFieldState.cacheValue(EntityEnterpriseContext ctx)
|
Object |
JDBCCMRFieldBridge2.CollectionValuedFieldState.getValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.CollectionValuedFieldState.setValue(EntityEnterpriseContext ctx,
Object value)
|
void |
JDBCCMRFieldBridge2.CollectionValuedFieldState.cascadeDelete(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.CollectionValuedFieldState.destroyExistingRelationships(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMRFieldBridge2.CollectionValuedFieldState.removeRelatedId(EntityEnterpriseContext ctx,
Object relatedId)
|
boolean |
JDBCCMRFieldBridge2.CollectionValuedFieldState.addRelatedId(EntityEnterpriseContext ctx,
Object relatedId)
|
void |
JDBCCMRFieldBridge2.CollectionValuedFieldState.cacheValue(EntityEnterpriseContext ctx)
|
Object |
JDBCCMRFieldBridge2.FieldState.getValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.FieldState.cascadeDelete(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.FieldState.destroyExistingRelationships(EntityEnterpriseContext ctx)
|
void |
JDBCCMRFieldBridge2.FieldState.setValue(EntityEnterpriseContext ctx,
Object value)
|
boolean |
JDBCCMRFieldBridge2.FieldState.removeRelatedId(EntityEnterpriseContext ctx,
Object relatedId)
|
boolean |
JDBCCMRFieldBridge2.FieldState.addRelatedId(EntityEnterpriseContext ctx,
Object value)
|
void |
JDBCCMRFieldBridge2.FieldState.cacheValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMPFieldBridge2.setValueInternal(EntityEnterpriseContext ctx,
Object value,
boolean makeDirty)
|
void |
JDBCCMPFieldBridge2.initInstance(EntityEnterpriseContext ctx)
|
void |
JDBCCMPFieldBridge2.resetPersistenceContext(EntityEnterpriseContext ctx)
|
int |
JDBCCMPFieldBridge2.setInstanceParameters(PreparedStatement ps,
int parameterIndex,
EntityEnterpriseContext ctx)
|
Object |
JDBCCMPFieldBridge2.getInstanceValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMPFieldBridge2.setInstanceValue(EntityEnterpriseContext ctx,
Object value)
|
int |
JDBCCMPFieldBridge2.loadInstanceResults(ResultSet rs,
int parameterIndex,
EntityEnterpriseContext ctx)
|
boolean |
JDBCCMPFieldBridge2.isDirty(EntityEnterpriseContext ctx)
|
void |
JDBCCMPFieldBridge2.setClean(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMPFieldBridge2.isReadTimedOut(EntityEnterpriseContext ctx)
|
boolean |
JDBCCMPFieldBridge2.isLoaded(EntityEnterpriseContext ctx)
|
Object |
JDBCCMPFieldBridge2.getValue(EntityEnterpriseContext ctx)
|
void |
JDBCCMPFieldBridge2.setValue(EntityEnterpriseContext ctx,
Object value)
|
Object |
EJBSelectBridge.invoke(EntityEnterpriseContext instance,
Method method,
Object[] args)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |