Package org.hibernate.sql
Class Template.NoOpColumnMapper
- java.lang.Object
-
- org.hibernate.sql.Template.NoOpColumnMapper
-
- All Implemented Interfaces:
ColumnMapper
- Enclosing class:
- Template
public static class Template.NoOpColumnMapper extends java.lang.Object implements ColumnMapper
-
-
Field Summary
Fields Modifier and Type Field Description static Template.NoOpColumnMapper
INSTANCE
-
Constructor Summary
Constructors Constructor Description NoOpColumnMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlValueReference[]
map(java.lang.String reference)
Resolve the property reference to its underlying columns.
-
-
-
Field Detail
-
INSTANCE
public static final Template.NoOpColumnMapper INSTANCE
-
-
Method Detail
-
map
public SqlValueReference[] map(java.lang.String reference)
Description copied from interface:ColumnMapper
Resolve the property reference to its underlying columns.- Specified by:
map
in interfaceColumnMapper
- Parameters:
reference
- The property reference name.- Returns:
- References to the columns/formulas that define the value mapping for the given property, or null if the property reference is unknown.
-
-