Class L10nFieldResolverStrategy
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.interceptor.L10nFieldResolverStrategy
- All Implemented Interfaces:
FieldResolverStrategy
Resolves the virtual localized field to the actual localized field for the current locale (value → value_de).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolveField
(EntityModel entityModel, String fieldName) boolean
supports
(EntityModel entityModel, String fieldName) does this resolver support resolving this field?
-
Constructor Details
-
L10nFieldResolverStrategy
-
-
Method Details
-
supports
Description copied from interface:FieldResolverStrategy
does this resolver support resolving this field?- Specified by:
supports
in interfaceFieldResolverStrategy
-
resolveField
- Specified by:
resolveField
in interfaceFieldResolverStrategy
-