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 Object
- implements ColumnMapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final Template.NoOpColumnMapper INSTANCE
Template.NoOpColumnMapper
public Template.NoOpColumnMapper()
map
public SqlValueReference[] map(String reference)
- Description copied from interface:
ColumnMapper
- Resolve the property reference to its underlying columns.
- Specified by:
map
in interface ColumnMapper
- 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.
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.