public abstract class AbstractColumnMapper extends java.lang.Object implements ColumnMapper
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.Column |
columnAnnotation |
protected java.lang.String |
columnName |
protected java.lang.reflect.Field |
field |
| Constructor and Description |
|---|
AbstractColumnMapper(java.lang.reflect.Field field) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Field |
getField()
Return the field associated with this mapper
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfillMutationBatch, getColumnName, setField, validateprotected final java.lang.reflect.Field field
protected final javax.persistence.Column columnAnnotation
protected final java.lang.String columnName
public java.lang.reflect.Field getField()
ColumnMappergetField in interface ColumnMapper