public interface DelegateSupport<S extends Storable> extends MasterSupport<S>
DelegateStorableGenerator
.Modifier and Type | Method and Description |
---|---|
boolean |
doTryDelete(S storable) |
boolean |
doTryInsert(S storable) |
boolean |
doTryLoad(S storable) |
boolean |
doTryUpdate(S storable) |
getSequenceValueProducer
getDeleteTrigger, getInsertTrigger, getLoadTrigger, getUpdateTrigger, locallyDisableLoadTrigger, locallyEnableLoadTrigger
getRootRepository, isPropertySupported
boolean doTryLoad(S storable) throws FetchException
FetchException
boolean doTryInsert(S storable) throws PersistException
PersistException
boolean doTryUpdate(S storable) throws PersistException
PersistException
boolean doTryDelete(S storable) throws PersistException
PersistException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.