Package net.sf.basedb.core.hibernate
package net.sf.basedb.core.hibernate
-
ClassDescriptionAbstract base class used to cache queries for a session.A work implementation that can create, update and drop indexes on tables.Wraps a hibernate query and adds checks so that unsaved items aren't added to the query as parameters.A JDBC work implementation that executes an update/insert/delete query and returns the number of rows that was affected by the query.A work implementation that return the name of the current database catalog.A JDBC Work implementation that executes multiple queries that doesn't return any result.A simple wrapper around hibernate native (SQL) queries which simply forwards all calls to a parent query.Helper class for mixing native SQL with HQL queries.QueryWrapper<R>A simple wrapper around hibernate queries which simply forwards all calls to a parent query.A work implementation that executes an SQL query on the connection, and returns a value that is picked by a subclass from the resulting
ResultSet
.A wrapper work that protects a parent work with a savepoint.A work implementation that checks if a given catalog+schema exists in the database or not.Replaces the Hibernate SchemaExport and SchemaUpdate tools.Helper class used for collecting SQL statements generated by Hibernate schema creation/update tools.The installation mode.Deprecated.Wrapper around Hibernate sessions that includes a query cache.Wrapper around stateless Hibernate sessions that includes a query cache.A work implementation that checks if a given table exists in the database or not.A work implementation that loads database metadata for a table and returns it as aTableInfo
object.TypeWrapper<T extends Type>Wrapper class for Hibernate types that will try to "hide" issues with the redesign of the type system in Hibernate that is going on in Hibernate 3.5.2 --> Hibernate 3.6.
ServiceSessionControl.createSessionFactoryConfiguration(String, String, int, ClassLoader)
instead