- Enclosing interface:
ORMConverter
public static interface ORMConverter.NameResolver
Interface for resolving names of record components.
-
Method Summary
Modifier and TypeMethodDescriptiongetName(RecordComponent component) Gets the column name of the given record component.
-
Method Details
-
getName
Gets the column name of the given record component.- Parameters:
component- the record component to resolve.- Returns:
- the name of the column.
- Throws:
SqlTemplateException- if an error occurs while resolving the name.
-