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 IDBManagerLoginConfiguration. customDBManagerADVANCED -
Uses of IDBManager in com.smartfoxserver.v2.components.signup
Fields in com.smartfoxserver.v2.components.signup declared as IDBManager Modifier and Type Field Description IDBManagerSignUpConfiguration. 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 IDBManagerSignUpAssistantComponent. getDbManager()Methods in com.smartfoxserver.v2.components.signup with parameters of type IDBManager Modifier and Type Method Description voidISignUpValidator. 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 classSFSDBManagerSFSDBManager 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 IDBManagerSFSZone. getDBManager()Obtain a reference to the Zone's Database Manager.IDBManagerZone. 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 voidSFSZone. setDBManager(IDBManager manager)voidZone. 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 IDBManagerDBRoomStorageConfig. dbManagerAn custom DBManager, by default the one configured in the Zone is used
-