org.datanucleus.store.mapped.scostore
Interface AbstractSetStoreSpecialization
- All Superinterfaces:
- AbstractCollectionStoreSpecialization, ElementContainerStoreSpecialization
public interface AbstractSetStoreSpecialization
- extends AbstractCollectionStoreSpecialization
Specialization interface for AbstractSetStore.
AbstractSetStore delegates to instances of this interface for behavior
that is tied to a specific datastore implementation.
internalAdd
int[] internalAdd(StateManager sm,
ManagedConnection mconn,
boolean batched,
java.lang.Object element,
boolean processNow,
AbstractSetStore abstractSetStore)
throws MappedDatastoreException
- Throws:
MappedDatastoreException- See Also:
AbstractSetStore.add(org.datanucleus.StateManager, java.lang.Object, int)
remove
boolean remove(StateManager sm,
java.lang.Object element,
int size,
AbstractSetStore setStore)
- See Also:
AbstractSetStore.remove(org.datanucleus.StateManager, java.lang.Object, int, boolean)
preInternalRemove
void preInternalRemove(ManagedConnection mconn)
throws MappedDatastoreException
- Throws:
MappedDatastoreException
Copyright © 2010. All Rights Reserved.