| 接口 | 说明 |
|---|---|
| Constant |
constant declare
|
| IFaceManager |
Interface to handle database calls (save, load, count, etc...) for the fd_face table.
|
| IFeatureManager |
Interface to handle database calls (save, load, count, etc...) for the fd_feature table.
|
| IImageManager |
Interface to handle database calls (save, load, count, etc...) for the fd_image table.
|
| IStoreManager |
Interface to handle database calls (save, load, count, etc...) for the fd_store table.
|
| 类 | 说明 |
|---|---|
| FaceBean |
FaceBean is a mapping of fd_face Table.
|
| FaceBean.Builder |
a builder for FaceBean,the template instance is thread local variable
a instance of Builder can be reused.
|
| FaceMetaData |
Class to supply table meta data for the fd_face table.
|
| FeatureBean |
FeatureBean is a mapping of fd_feature Table.
|
| FeatureBean.Builder |
a builder for FeatureBean,the template instance is thread local variable
a instance of Builder can be reused.
|
| FeatureMetaData |
Class to supply table meta data for the fd_feature table.
|
| ImageBean |
ImageBean is a mapping of fd_image Table.
|
| ImageBean.Builder |
a builder for ImageBean,the template instance is thread local variable
a instance of Builder can be reused.
|
| ImageMetaData |
Class to supply table meta data for the fd_image table.
|
| StoreBean |
StoreBean is a mapping of fd_store Table.
|
| StoreBean.Builder |
a builder for StoreBean,the template instance is thread local variable
a instance of Builder can be reused.
|
| StoreMetaData |
Class to supply table meta data for the fd_store table.
|
Copyright © 2020. All Rights Reserved.