Class StendhalPlayerDatabase
java.lang.Object
games.stendhal.server.core.engine.StendhalPlayerDatabase
initializes the database by setting up or updating the database structure and defining
the database access objects (DAOs).
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initializes the database by setting up or updating the database structure and defining the database access objects (DAOs).
-
Constructor Details
-
StendhalPlayerDatabase
public StendhalPlayerDatabase()
-
-
Method Details
-
initialize
public void initialize()initializes the database by setting up or updating the database structure and defining the database access objects (DAOs).
-