Package | Description |
---|---|
org.castor.persist | |
org.castor.persist.resolver |
Modifier and Type | Class and Description |
---|---|
class |
UpdateAndRemovedFlags
Holder object for flags related to update/remove operations.
|
Modifier and Type | Method and Description |
---|---|
UpdateFlags |
PrimitiveResolver.preStore(TransactionContext tx,
OID oid,
Object object,
int timeout,
Object field) |
UpdateFlags |
SerializableResolver.preStore(TransactionContext tx,
OID oid,
Object object,
int timeout,
Object field) |
UpdateFlags |
OneToManyRelationResolver.preStore(TransactionContext tx,
OID oid,
Object object,
int timeout,
Object field) |
UpdateFlags |
PersistanceCapableRelationResolver.preStore(TransactionContext tx,
OID oid,
Object object,
int timeout,
Object field) |
UpdateFlags |
ResolverStrategy.preStore(TransactionContext tx,
OID oid,
Object object,
int timeout,
Object field)
Check the object for modification.
|
abstract UpdateFlags |
ManyRelationResolver.preStore(TransactionContext tx,
OID oid,
Object object,
int timeout,
Object field) |
UpdateFlags |
ManyToManyRelationResolver.preStore(TransactionContext tx,
OID oid,
Object object,
int timeout,
Object field) |
Copyright © 2016. All rights reserved.