public class ColumnAccessor extends AbstractAnnotatedAccessor implements PropertyAccessor
| Modifier and Type | Field and Description |
|---|---|
protected Column |
column |
static String |
copyright |
static org.slf4j.Logger |
logger |
protected PropertyAccessor |
nestedPropertyAccessor |
annotations| Constructor and Description |
|---|
ColumnAccessor(Column column,
boolean inPk,
boolean autoGenerated,
PropertyAccessor nestedPropertyAccessor) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object obj) |
Column |
getColumn() |
int |
getModifiers() |
String |
getName() |
Class |
getType() |
void |
set(Object obj,
Object value) |
String |
toString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresentpublic static final String copyright
protected final Column column
protected final PropertyAccessor nestedPropertyAccessor
public static final org.slf4j.Logger logger
public ColumnAccessor(Column column, boolean inPk, boolean autoGenerated, PropertyAccessor nestedPropertyAccessor)
public String getName()
getName in interface PropertyAccessorpublic Class getType()
getType in interface PropertyAccessorpublic int getModifiers()
getModifiers in interface PropertyAccessorpublic Object get(Object obj)
get in interface PropertyAccessorpublic void set(Object obj, Object value)
set in interface PropertyAccessorpublic Column getColumn()