@Component(value="immutableOrderInterceptor") public class ImmutableOrderInterceptor extends ImmutableEntityInterceptor
ImmutableEntityInterceptor,
Serialized Form| Constructor 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
|
onFlushDirtyafterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onLoad, onPrepareStatement, onSave, postFlush, preFlushprotected java.lang.Class<?> getSupportedType()
ImmutableEntityInterceptorgetSupportedType in class ImmutableEntityInterceptorImmutableEntityInterceptor.getSupportedType()protected java.lang.String[] getMutablePropertyNames()
ImmutableEntityInterceptorgetMutablePropertyNames in class ImmutableEntityInterceptorImmutableEntityInterceptor.getMutablePropertyNames()protected boolean ignoreVoidedOrRetiredObjects()
ImmutableEntityInterceptorignoreVoidedOrRetiredObjects in class ImmutableEntityInterceptorImmutableEntityInterceptor.ignoreVoidedOrRetiredObjects()Copyright © 2018 OpenMRS Inc.. All Rights Reserved.