请参阅: 说明
| 接口 | 说明 |
|---|---|
| FieldGetterFactory | |
| FieldSetterFactory |
Created with IntelliJ IDEA.
|
| Getter |
The Getter interface is used by sql2o to get property values when doing automatic column to property mapping
|
| MethodGetterFactory | |
| MethodSetterFactory |
Created with IntelliJ IDEA.
|
| ObjectConstructor |
Created with IntelliJ IDEA.
|
| ObjectConstructorFactory |
Created with IntelliJ IDEA.
|
| Setter |
The Setter interface is used by sql2o to set property values when doing automatic column to property mapping
|
| 类 | 说明 |
|---|---|
| FactoryFacade | |
| FieldGetter |
used internally to get property values directly from the field.
|
| FieldSetter |
used internally to set property values directly into the field.
|
| MethodAccessorsGenerator | |
| MethodGetter |
used internally to get property values via its getter method.
|
| MethodSetter |
used internally to set property values via its setter method.
|
| Pojo |
Used internally to represent a plain old java object.
|
| PojoIntrospector |
User: dimzon
Date: 4/9/14
Time: 1:10 AM
|
| PojoIntrospector.ReadableProperty | |
| PojoMetadata |
Stores metadata for a POJO.
|
| ReflectionFieldGetterFactory | |
| ReflectionFieldSetterFactory |
Created with IntelliJ IDEA.
|
| ReflectionMethodGetterFactory | |
| ReflectionMethodSetterFactory |
Created with IntelliJ IDEA.
|
| ReflectionObjectConstructorFactory | |
| UnsafeFieldGetterFactory | |
| UnsafeFieldSetterFactory |
Copyright © 2021. All rights reserved.