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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveField(EntityModel entityModel, String fieldName) booleansupports(EntityModel entityModel, String fieldName) does this resolver support resolving this field?
-
Constructor Details
-
L10nFieldResolverStrategy
-
-
Method Details
-
supports
Description copied from interface:FieldResolverStrategydoes this resolver support resolving this field?- Specified by:
supportsin interfaceFieldResolverStrategy
-
resolveField
- Specified by:
resolveFieldin interfaceFieldResolverStrategy
-