Uses of Interface
com.smartfoxserver.v2.db.IDBManager
-
-
Uses of IDBManager in com.smartfoxserver.v2.components.login
Fields in com.smartfoxserver.v2.components.login declared as IDBManager Modifier and Type Field Description IDBManager
LoginConfiguration. customDBManager
ADVANCED -
Uses of IDBManager in com.smartfoxserver.v2.components.signup
Fields in com.smartfoxserver.v2.components.signup declared as IDBManager Modifier and Type Field Description IDBManager
SignUpConfiguration. customDbManager
(Optional) A custom Database Manager in case you don't want to use the default Zone's DB Manager.Methods in com.smartfoxserver.v2.components.signup that return IDBManager Modifier and Type Method Description IDBManager
SignUpAssistantComponent. getDbManager()
Methods in com.smartfoxserver.v2.components.signup with parameters of type IDBManager Modifier and Type Method Description void
ISignUpValidator. validate(IDBManager dbManager, ISFSObject data)
-
Uses of IDBManager in com.smartfoxserver.v2.db
Classes in com.smartfoxserver.v2.db that implement IDBManager Modifier and Type Class Description class
SFSDBManager
SFSDBManager is the default implementation of the IDBManager interface provided by the SFS2X platform. -
Uses of IDBManager in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that return IDBManager Modifier and Type Method Description IDBManager
SFSZone. getDBManager()
Obtain a reference to the Zone's Database Manager.IDBManager
Zone. getDBManager()
Obtain a reference to the Zone's Database Manager.Methods in com.smartfoxserver.v2.entities with parameters of type IDBManager Modifier and Type Method Description void
SFSZone. setDBManager(IDBManager manager)
void
Zone. setDBManager(IDBManager manager)
INTERNAL -
Uses of IDBManager in com.smartfoxserver.v2.persistence.room
Fields in com.smartfoxserver.v2.persistence.room declared as IDBManager Modifier and Type Field Description IDBManager
DBRoomStorageConfig. dbManager
An custom DBManager, by default the one configured in the Zone is used
-