public interface MapKeyNaming
A naming convention controller for the keys contained in a
Map<String, Object> object.-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringapply(Method method, MapKeyNamingType mapKeyNamingType, String text) Applies the naming convention.
-
Method Details
-
apply
Applies the naming convention.- Parameters:
method- the DAO method ornullif the SQL is built with the query buildermapKeyNamingType- the naming conventiontext- the text- Returns:
- the converted text
- Throws:
DomaNullPointerException- ifmapKeyNamingTypeortextisnull
-