| 程序包 | 说明 |
|---|---|
| net.gdface.facelog.db |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IDeviceGroupManager
Interface to handle database calls (save, load, count, etc...) for the fl_device_group table.
|
interface |
IDeviceManager
Interface to handle database calls (save, load, count, etc...) for the fl_device table.
|
interface |
IFaceManager
Interface to handle database calls (save, load, count, etc...) for the fl_face table.
|
interface |
IFeatureManager
Interface to handle database calls (save, load, count, etc...) for the fl_feature table.
|
interface |
IImageManager
Interface to handle database calls (save, load, count, etc...) for the fl_image table.
|
interface |
ILogLightManager
Interface to handle database calls (save, load, count, etc...) for the fl_log_light table.
|
interface |
ILogManager
Interface to handle database calls (save, load, count, etc...) for the fl_log table.
|
interface |
IPermitManager
Interface to handle database calls (save, load, count, etc...) for the fl_permit table.
|
interface |
IPersonGroupManager
Interface to handle database calls (save, load, count, etc...) for the fl_person_group table.
|
interface |
IPersonManager
Interface to handle database calls (save, load, count, etc...) for the fl_person table.
|
interface |
IStoreManager
Interface to handle database calls (save, load, count, etc...) for the fl_store table.
|
interface |
TableManager<B extends BaseBean<?>>
Interface to handle database calls (save, load, count, etc...) for table.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseDbConverterGeneric<R_DEVICE,R_DEVICEGROUP,R_FACE,R_FEATURE,R_IMAGE,R_LOG,R_PERMIT,R_PERSON,R_PERSONGROUP,R_STORE,R_LOGLIGHT>
generic type converter of
IDbConverter implementationusage:new BaseDbConverterGeneric<Model1,Model2,Model3,Model4,Model5,Model6,Model7,Model8,Model9,Model10,Model11>(){}; |
class |
BeanConverterUtils
generic type converter classes of
IBeanConverter implementation for fl_device,fl_device_group,fl_face,fl_feature,fl_image,fl_log,fl_permit,fl_person,fl_person_group,fl_store,fl_log_light |
class |
DeviceBean
DeviceBean is a mapping of fl_device Table.
|
class |
DeviceComparator
Comparator class is used to sort the DeviceBean objects.
|
class |
DeviceGroupBean
DeviceGroupBean is a mapping of fl_device_group Table.
|
class |
DeviceGroupComparator
Comparator class is used to sort the DeviceGroupBean objects.
|
class |
FaceBean
FaceBean is a mapping of fl_face Table.
|
class |
FaceComparator
Comparator class is used to sort the FaceBean objects.
|
class |
FeatureBean
FeatureBean is a mapping of fl_feature Table.
|
class |
FeatureComparator
Comparator class is used to sort the FeatureBean objects.
|
class |
ImageBean
ImageBean is a mapping of fl_image Table.
|
class |
ImageComparator
Comparator class is used to sort the ImageBean objects.
|
class |
LogBean
LogBean is a mapping of fl_log Table.
|
class |
LogComparator
Comparator class is used to sort the LogBean objects.
|
class |
LogLightBean
LogLightBean is a mapping of fl_log_light Table.
|
class |
LogLightComparator
Comparator class is used to sort the LogLightBean objects.
|
class |
PermitBean
PermitBean is a mapping of fl_permit Table.
|
class |
PermitComparator
Comparator class is used to sort the PermitBean objects.
|
class |
PersonBean
PersonBean is a mapping of fl_person Table.
|
class |
PersonComparator
Comparator class is used to sort the PersonBean objects.
|
class |
PersonGroupBean
PersonGroupBean is a mapping of fl_person_group Table.
|
class |
PersonGroupComparator
Comparator class is used to sort the PersonGroupBean objects.
|
class |
StoreBean
StoreBean is a mapping of fl_store Table.
|
class |
StoreComparator
Comparator class is used to sort the StoreBean objects.
|
static class |
TableManager.BaseAdapter<B extends BaseBean<B>> |
Copyright © 2019. All Rights Reserved.