@Component(value="blTypedEntityFieldPersistenceProvider") @Scope(value="prototype") public class TypedEntityFieldPersistenceProvider extends DefaultFieldPersistenceProvider
TypedEntitys and ensures that they are always
marked as dirty when they change, regardless of PreAdd state.| Constructor and Description |
|---|
TypedEntityFieldPersistenceProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canHandlePersistence(PopulateValueRequest populateValueRequest,
Serializable instance) |
protected boolean |
checkDirtyState(PopulateValueRequest request,
Object instance,
Object checkValue) |
int |
getOrder() |
MetadataProviderResponse |
populateValue(PopulateValueRequest populateValueRequest,
Serializable instance) |
extractValueaddSearchMapping, filterProperties, isFieldDirty, setNonDisplayableValuesalwaysRun, buildFieldInfo, getListFieldType, getMapFieldTypepublic MetadataProviderResponse populateValue(PopulateValueRequest populateValueRequest, Serializable instance)
populateValue in interface FieldPersistenceProviderpopulateValue in class DefaultFieldPersistenceProviderprotected boolean canHandlePersistence(PopulateValueRequest populateValueRequest, Serializable instance)
protected boolean checkDirtyState(PopulateValueRequest request, Object instance, Object checkValue) throws Exception
checkDirtyState in class FieldPersistenceProviderAdapterExceptionpublic int getOrder()
getOrder in interface org.springframework.core.OrderedgetOrder in class FieldPersistenceProviderAdapterCopyright © 2016. All rights reserved.