org.datanucleus.store.mapped.scostore
Interface AbstractArrayStoreSpecialization
- All Superinterfaces:
- AbstractCollectionStoreSpecialization, ElementContainerStoreSpecialization
- All Known Subinterfaces:
- FKArrayStoreSpecialization, JoinArrayStoreSpecialization
public interface AbstractArrayStoreSpecialization
- extends AbstractCollectionStoreSpecialization
Specialization interface for AbstractArrayStore. AbstractArrayStore delegates to instances
of this interface for behavior that is tied to a specific datastore implementation.
clear
void clear(StateManager ownerSM,
ElementContainerStore ecs)
internalAdd
int[] internalAdd(StateManager ownerSM,
AbstractArrayStore aas,
java.lang.Object element,
ManagedConnection mconn,
boolean batched,
int orderId,
boolean executeNow)
throws MappedDatastoreException
- Throws:
MappedDatastoreException
processBatchedWrites
void processBatchedWrites(ManagedConnection mconn)
throws MappedDatastoreException
- Throws:
MappedDatastoreException
Copyright © 2010. All Rights Reserved.