public interface MasterSupport<S extends Storable> extends TriggerSupport<S>
MasterStorableGenerator
.Modifier and Type | Method and Description |
---|---|
SequenceValueProducer |
getSequenceValueProducer(java.lang.String name)
Returns a sequence value producer by name, or throw PersistException if not found.
|
getDeleteTrigger, getInsertTrigger, getLoadTrigger, getUpdateTrigger, locallyDisableLoadTrigger, locallyEnableLoadTrigger
getRootRepository, isPropertySupported
SequenceValueProducer getSequenceValueProducer(java.lang.String name) throws PersistException
Note: this method throws PersistException even for fetch failures since this method is called by insert operations. Insert operations can only throw a PersistException.
PersistException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.