AbstractThe concrete CoreDBCon type that the prefab operates on.
The concrete CoreDBCon type that the prefab operates on.
Create new Entity object
Delete Entity objects by ID
Delete Entity object by ID
Get Entity object list
Get Entity objects by ID
Get Entity object by ID
Get Entity object list
Init Entity object list
AbstractinitUpdate Entity objects
Update Entity object
Abstract base class for database prefabs that wrap a CoreDBCon instance.
A prefab encapsulates database operations and entity management while providing a unified interface for initializing, updating, and querying the underlying database. Concrete subclasses implement initPrefabDB to perform prefab‑specific initialization logic.
Implements
IDataBase<unknown, unknown>