Package | Description |
---|---|
org.castor.cpa.jpa.info | |
org.castor.persist | |
org.exolab.castor.jdo |
The Java Data Objects API
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JPACallbackHandler
Handles JPA annotation-driven callback hooks.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransactionContext.setCallback(CallbackInterceptor callback)
Overrides the default callback interceptor by a custom interceptor for this
database source.
|
void |
TransactionContext.setCallback(CallbackInterceptor callback)
Overrides the default callback interceptor by a custom interceptor for this
database source.
|
Modifier and Type | Method and Description |
---|---|
CallbackInterceptor |
JDOManager.getCallbackInterceptor()
Returns the callback interceptor.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOManager.setCallbackInterceptor(CallbackInterceptor callback)
Overrides the default callback interceptor by a custom interceptor
for this database source.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOCallback |
Modifier and Type | Field and Description |
---|---|
protected CallbackInterceptor |
AbstractDatabaseImpl._callback
The default callback interceptor for transaction.
|
Constructor and Description |
---|
AbstractDatabaseImpl(String dbName,
int lockTimeout,
CallbackInterceptor callback,
InstanceFactory instanceFactory,
ClassLoader classLoader,
boolean autoStore)
Creates an instance of this class.
|
GlobalDatabaseImpl(String dbName,
int lockTimeout,
CallbackInterceptor callback,
InstanceFactory instanceFactory,
Transaction transaction,
ClassLoader classLoader,
boolean autoStore,
boolean isPoolInUseForGlobalTransactions)
Creates an instance of this class.
|
LocalDatabaseImpl(String dbName,
int lockTimeout,
CallbackInterceptor callback,
InstanceFactory instanceFactory,
ClassLoader classLoader,
boolean autoStore)
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
CallbackInterceptor |
ClassMolder.getCallback()
Get the callback interceptor of the base type.
|
Copyright © 2014. All rights reserved.