@Component(value="immutableOrderInterceptor") public class ImmutableOrderInterceptor extends ImmutableEntityInterceptor
ImmutableEntityInterceptor
,
Serialized FormConstructor and Description |
---|
ImmutableOrderInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String[] |
getMutablePropertyNames()
Subclasses can override this to return fields that are allowed to be edited, returning null
or an empty array implies the entity is immutable
|
protected java.lang.Class<?> |
getSupportedType()
Returns the class handled by the interceptor
|
protected boolean |
ignoreVoidedOrRetiredObjects()
Subclasses can override this to specify whether voided or retired items are mutable
|
onFlushDirty
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onLoad, onPrepareStatement, onSave, postFlush, preFlush
protected java.lang.Class<?> getSupportedType()
ImmutableEntityInterceptor
getSupportedType
in class ImmutableEntityInterceptor
ImmutableEntityInterceptor.getSupportedType()
protected java.lang.String[] getMutablePropertyNames()
ImmutableEntityInterceptor
getMutablePropertyNames
in class ImmutableEntityInterceptor
ImmutableEntityInterceptor.getMutablePropertyNames()
protected boolean ignoreVoidedOrRetiredObjects()
ImmutableEntityInterceptor
ignoreVoidedOrRetiredObjects
in class ImmutableEntityInterceptor
ImmutableEntityInterceptor.ignoreVoidedOrRetiredObjects()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.