类 Template.NoOpColumnMapper
- java.lang.Object
-
- org.hibernate.sql.Template.NoOpColumnMapper
-
- 所有已实现的接口:
ColumnMapper
- 封闭类:
- Template
public static class Template.NoOpColumnMapper extends Object implements ColumnMapper
-
-
字段概要
字段 修饰符和类型 字段 说明 static Template.NoOpColumnMapperINSTANCE
-
构造器概要
构造器 构造器 说明 NoOpColumnMapper()
-
-
-
字段详细资料
-
INSTANCE
public static final Template.NoOpColumnMapper INSTANCE
-
-
方法详细资料
-
map
public SqlValueReference[] map(String reference)
从接口复制的说明:ColumnMapperResolve the property reference to its underlying columns.- 指定者:
map在接口中ColumnMapper- 参数:
reference- The property reference name.- 返回:
- References to the columns/formulas that define the value mapping for the given property, or null if the property reference is unknown.
-
-