Class HibernateDaoProvider
java.lang.Object
pro.gravit.launchserver.dao.provider.DaoProvider
pro.gravit.launchserver.dao.provider.HibernateDaoProvider
- All Implemented Interfaces:
AutoCloseable,Reconfigurable
@Deprecated
public abstract class HibernateDaoProvider
extends DaoProvider
implements Reconfigurable, AutoCloseable
Deprecated.
Deprecated from 5.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Deprecated.Deprecated.booleanDeprecated.Deprecated.Deprecated.protected org.hibernate.SessionFactoryDeprecated.Deprecated.Deprecated.Fields inherited from class pro.gravit.launchserver.dao.provider.DaoProvider
providers, userDAO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.Deprecated.Gets a list of commands available for this object.voidinit(LaunchServer server)Deprecated.protected abstract UserDAODeprecated.protected abstract voidonConfigure(org.hibernate.cfg.Configuration configuration)Deprecated.Methods inherited from class pro.gravit.launchserver.dao.provider.DaoProvider
registerProvidersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.gravit.launchserver.Reconfigurable
defaultCommandsMap
-
Field Details
-
driver
Deprecated. -
url
Deprecated. -
username
Deprecated. -
password
Deprecated. -
dialect
Deprecated. -
pool_size
Deprecated. -
hibernateConfig
Deprecated. -
parallelHibernateInit
public boolean parallelHibernateInitDeprecated. -
sessionFactory
protected transient org.hibernate.SessionFactory sessionFactoryDeprecated.
-
-
Constructor Details
-
HibernateDaoProvider
public HibernateDaoProvider()Deprecated.
-
-
Method Details
-
init
Deprecated.- Specified by:
initin classDaoProvider
-
onConfigure
protected abstract void onConfigure(org.hibernate.cfg.Configuration configuration)Deprecated. -
newUserDAO
Deprecated. -
getCommands
Deprecated.Description copied from interface:ReconfigurableGets a list of commands available for this object.- Specified by:
getCommandsin interfaceReconfigurable- Returns:
- Key - Command Name Value is a command object
-
close
public void close()Deprecated.- Specified by:
closein interfaceAutoCloseable
-