|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProposedEntity | |
|---|---|
| org.castor.cpa.persistence.sql.engine | |
| org.castor.cpa.persistence.sql.keygen | |
| org.castor.persist | |
| org.castor.persist.resolver | |
| org.exolab.castor.jdo.engine | Implementation of the Castor JDO engine. |
| org.exolab.castor.persist | The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking. |
| org.exolab.castor.persist.spi | Defines the interfaces for persistence engine service providers. |
| Uses of ProposedEntity in org.castor.cpa.persistence.sql.engine |
|---|
| Methods in org.castor.cpa.persistence.sql.engine with parameters of type ProposedEntity | |
|---|---|
Object |
SQLStatementUpdate.executeStatement(Connection conn,
Identity identity,
ProposedEntity newentity,
ProposedEntity oldentity)
Stores the identity to the database using JDBC Connection. |
Object |
SQLStatementInsert.executeStatement(Database database,
Connection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement. |
| Uses of ProposedEntity in org.castor.cpa.persistence.sql.keygen |
|---|
| Methods in org.castor.cpa.persistence.sql.keygen with parameters of type ProposedEntity | |
|---|---|
Object |
SequenceDuringKeyGenerator.executeStatement(Database database,
Connection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement. |
Object |
NoKeyGenerator.executeStatement(Database database,
Connection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement. |
Object |
KeyGenerator.executeStatement(Database database,
Connection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement. |
Object |
AbstractBeforeKeyGenerator.executeStatement(Database database,
Connection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement. |
Object |
AbstractAfterKeyGenerator.executeStatement(Database database,
Connection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement. |
| Uses of ProposedEntity in org.castor.persist |
|---|
| Methods in org.castor.persist with parameters of type ProposedEntity | |
|---|---|
Object |
TransactionContext.load(Identity identity,
ProposedEntity proposedObject,
AccessMode suggestedAccessMode)
Load an object for use within the transaction. |
Object |
AbstractTransactionContext.load(Identity identity,
ProposedEntity proposedObject,
AccessMode suggestedAccessMode)
Load an object for use within the transaction. |
Object |
TransactionContext.load(Identity identity,
ProposedEntity proposedObject,
AccessMode suggestedAccessMode,
QueryResults results)
Load an object for use within the transaction. |
Object |
AbstractTransactionContext.load(Identity identity,
ProposedEntity proposedObject,
AccessMode suggestedAccessMode,
QueryResults results)
Load an object for use within the transaction. |
| Constructors in org.castor.persist with parameters of type ProposedEntity | |
|---|---|
ProposedEntity(ProposedEntity proposedEntity)
Creates an instance of this class based upon the values passed in. |
|
| Uses of ProposedEntity in org.castor.persist.resolver |
|---|
| Methods in org.castor.persist.resolver with parameters of type ProposedEntity | |
|---|---|
void |
SerializableResolver.load(TransactionContext tx,
OID oid,
ProposedEntity proposedObject,
AccessMode suggestedAccessMode)
|
void |
ResolverStrategy.load(TransactionContext tx,
OID oid,
ProposedEntity proposedObject,
AccessMode suggestedAccessMode)
Load an object with specified identity from the persistent storage. |
void |
PrimitiveResolver.load(TransactionContext tx,
OID oid,
ProposedEntity proposedObject,
AccessMode suggestedAccessMode)
|
void |
PersistanceCapableRelationResolver.load(TransactionContext tx,
OID oid,
ProposedEntity proposedObject,
AccessMode suggestedAccessMode)
|
void |
ManyRelationResolver.load(TransactionContext tx,
OID oid,
ProposedEntity proposedObject,
AccessMode suggestedAccessMode)
|
| Uses of ProposedEntity in org.exolab.castor.jdo.engine |
|---|
| Methods in org.exolab.castor.jdo.engine with parameters of type ProposedEntity | |
|---|---|
Identity |
SQLEngine.create(Database database,
Object conn,
ProposedEntity entity,
Identity identity)
|
void |
SQLStatementLoad.executeStatement(Connection conn,
Identity identity,
ProposedEntity entity,
AccessMode accessMode)
|
void |
SQLQuery.fetch(ProposedEntity proposedObject)
|
void |
SQLEngine.load(Object conn,
ProposedEntity entity,
Identity identity,
AccessMode accessMode)
Loads the object from persistence storage. |
Object |
SQLEngine.store(Object conn,
Identity identity,
ProposedEntity newentity,
ProposedEntity oldentity)
|
| Uses of ProposedEntity in org.exolab.castor.persist |
|---|
| Methods in org.exolab.castor.persist with parameters of type ProposedEntity | |
|---|---|
void |
LockEngine.load(AbstractTransactionContext tx,
OID oid,
ProposedEntity proposedObject,
AccessMode suggestedAccessMode,
int timeout,
QueryResults results,
ClassMolder molder)
Loads an object of the specified type and identity from persistent storage. |
void |
ClassMolder.load(TransactionContext tx,
DepositBox locker,
ProposedEntity proposedObject,
AccessMode accessMode,
QueryResults results)
Loads the field values. |
void |
ClassMolder.mold(TransactionContext tx,
DepositBox locker,
ProposedEntity proposedObject,
AccessMode accessMode)
|
| Uses of ProposedEntity in org.exolab.castor.persist.spi |
|---|
| Methods in org.exolab.castor.persist.spi with parameters of type ProposedEntity | |
|---|---|
Identity |
Persistence.create(Database database,
Object conn,
ProposedEntity entity,
Identity identity)
Creates a new object in persistence storage. |
void |
PersistenceQuery.fetch(ProposedEntity proposedObject)
Loades the object. |
void |
AbstractCallQuery.fetch(ProposedEntity proposedObject)
|
void |
Persistence.load(Object conn,
ProposedEntity proposedObject,
Identity identity,
AccessMode accessMode)
Loads the object from persistence storage. |
Object |
Persistence.store(Object conn,
Identity identity,
ProposedEntity newentity,
ProposedEntity oldentity)
Stores the object in persistent storage, given the object fields and its identity. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||