E - The type containing the represented attributeP - The type of the represented attributepublic class Attribute<E,P> extends Object
| Constructor and Description |
|---|
Attribute(String name,
String column,
Class<?> type,
org.ibatis.cglib.Invoker getter,
org.ibatis.cglib.Invoker setter) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
String |
getColumn() |
String |
getName() |
Class<?> |
getType() |
Object |
getValue(E entity) |
void |
setValue(E entity,
P val) |
Copyright © 2084–2018 dukeware.com. All rights reserved.