Class FieldResolverImpl
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.interceptor.FieldResolverImpl
- All Implemented Interfaces:
FieldResolver
Combines all contributed
FieldResolverStrategy
with the default strategy.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolveField
(EntityModel entityModel, String fieldName) Allows to rewrite a field name of a specific entity type.void
setStrategies
(List<FieldResolverStrategy> strategies)
-
Constructor Details
-
FieldResolverImpl
public FieldResolverImpl()
-
-
Method Details
-
resolveField
Description copied from interface:FieldResolver
Allows to rewrite a field name of a specific entity type. This may be used to resolve virtual properties.- Specified by:
resolveField
in interfaceFieldResolver
-
setStrategies
-