Skip navigation links
A C D E F G H I J L M N O P Q R S T U 

A

adapter - Variable in class js.transaction.hibernate.TransactionImpl
Hibernate session factory adapter.
adapter - Variable in class js.transaction.hibernate.TransactionManagerImpl
Adapter for Hibernate ORM engine.
assemble(Serializable, Object) - Method in class js.hibernate.hbm.ObjectHbm
 

C

ClassHbm - Class in js.hibernate.hbm
Hibernate user defined type for Java class.
ClassHbm() - Constructor for class js.hibernate.hbm.ClassHbm
Create user defined type for Java class.
clazz - Variable in class js.hibernate.hbm.ObjectHbm
Type to create Hibernate user type for.
close() - Method in class js.transaction.hibernate.TransactionImpl
 
closed - Variable in class js.transaction.hibernate.TransactionImpl
Flag indicating that transaction was closes and is not longer legal to operate on it.
commit() - Method in class js.transaction.hibernate.TransactionImpl
 
config(Config) - Method in class js.transaction.hibernate.HibernateAdapter
Hibernate adapter initialization.
config(Config) - Method in class js.transaction.hibernate.TransactionManagerImpl
 
context - Variable in class js.transaction.hibernate.SessionManagerImpl
Transaction executed in current thread.
converter - Variable in class js.hibernate.hbm.ObjectHbm
Converter instance.
createReadOnlyTransaction() - Method in class js.transaction.hibernate.TransactionManagerImpl
 
createTransaction(boolean) - Method in class js.transaction.hibernate.HibernateAdapter
Create a database handler.
createTransaction() - Method in class js.transaction.hibernate.TransactionManagerImpl
 

D

deepCopy(Object) - Method in class js.hibernate.hbm.ObjectHbm
 
DEFAULT_CONFIG - Static variable in class js.transaction.hibernate.HibernateAdapter
Defualt Hibernate configuration resource is used when Config object is not provided, that is, is null.
delete() - Method in interface js.transaction.hibernate.HqlQuery
Surrogate for update used for delete queries.
delete() - Method in class js.transaction.hibernate.HqlQueryImpl
 
delete(Class<?>, Object) - Method in interface js.transaction.hibernate.SessionManager
Delete the object identified by id, of requested type.
delete(String, Object) - Method in interface js.transaction.hibernate.SessionManager
Delete the object identified by id and mapped to requested entity.
delete(Class<?>, Collection<Integer>) - Method in interface js.transaction.hibernate.SessionManager
Delete collection of objects of requested type, in a single database query.
delete(String, Collection<Integer>) - Method in interface js.transaction.hibernate.SessionManager
Delete collection of objects mapped to requested entity, in a single database query.
delete(Class<?>, Object) - Method in class js.transaction.hibernate.SessionManagerImpl
 
delete(String, Object) - Method in class js.transaction.hibernate.SessionManagerImpl
 
delete(Class<?>, Collection<Integer>) - Method in class js.transaction.hibernate.SessionManagerImpl
 
delete(String, Collection<Integer>) - Method in class js.transaction.hibernate.SessionManagerImpl
 
delete() - Method in interface js.transaction.hibernate.SqlQuery
Surrogate for update used for delete queries.
delete() - Method in class js.transaction.hibernate.SqlQueryImpl
 
destroy() - Method in class js.transaction.hibernate.HibernateAdapter
Destroy Hibernate session factory and releases database resources.
destroy() - Method in class js.transaction.hibernate.TransactionManagerImpl
 
destroyTransaction() - Method in class js.transaction.hibernate.HibernateAdapter
Remote transaction from transactions cache.
disassemble(Object) - Method in class js.hibernate.hbm.ObjectHbm
 

E

equals(Object, Object) - Method in class js.hibernate.hbm.ObjectHbm
 
exec(WorkingUnit<S, T>, Object...) - Method in class js.transaction.hibernate.TransactionManagerImpl
 
exists(String, Object...) - Method in interface js.transaction.hibernate.SessionManager
 
exists(String, Object...) - Method in class js.transaction.hibernate.SessionManagerImpl
 

F

FileHbm - Class in js.hibernate.hbm
File Hibernate user defined type.
FileHbm() - Constructor for class js.hibernate.hbm.FileHbm
Create Hibernate user defined type for Java file.
finalize() - Method in class js.transaction.hibernate.TransactionImpl
 
forceEmpty - Variable in class js.transaction.hibernate.HqlQueryImpl
Flag to force HqlQueryImpl.list() or HqlQueryImpl.list(Class) return empty result.

G

get(Class<T>, Serializable, String...) - Method in interface js.transaction.hibernate.SessionManager
Query to retrieve object by ID.
get(Class<T>, Serializable, String...) - Method in class js.transaction.hibernate.SessionManagerImpl
 
getAnnotation(Method, Class<? extends Annotation>) - Method in class js.transaction.hibernate.TransactionFactoryImpl.TransactionalProxy
 
getSession() - Method in class js.transaction.hibernate.HibernateAdapter
 
getSession() - Method in interface js.transaction.hibernate.SessionManager
Access to low level ;-) Hibernate session.
getSession() - Method in class js.transaction.hibernate.SessionManagerImpl
 
getSession() - Method in class js.transaction.hibernate.TransactionFactoryImpl
 
getSession() - Method in class js.transaction.hibernate.TransactionImpl
 
getSessionFactory() - Method in class js.transaction.hibernate.HibernateAdapter
Get session factory.

H

hashCode(Object) - Method in class js.hibernate.hbm.ObjectHbm
 
HibernateAdapter - Class in js.transaction.hibernate
Hibernate database adapter creates session factory and use it to create transactions.
HibernateAdapter() - Constructor for class js.transaction.hibernate.HibernateAdapter
 
hibernateConfiguration(Config) - Static method in class js.transaction.hibernate.HibernateAdapter
Configure Hibernate from j(s)-lib configuration object.
hql - Variable in class js.transaction.hibernate.HqlQueryImpl
Hibernate query.
HQL(String, Object...) - Method in interface js.transaction.hibernate.SessionManager
Create a HQL query instance wrapping given query string.
HQL(String, Object...) - Method in class js.transaction.hibernate.SessionManagerImpl
 
HqlQuery - Interface in js.transaction.hibernate
Hibernate query language helper.
HqlQueryImpl - Class in js.transaction.hibernate
Implementation of HqlQuery interface.
HqlQueryImpl(Session, String, Object...) - Constructor for class js.transaction.hibernate.HqlQueryImpl
Create Hibernate query with optional indexed parameters.

I

immutableClass - Variable in class js.transaction.hibernate.TransactionFactoryImpl.TransactionalProxy
 
incrementTransactionNestingLevel() - Method in class js.transaction.hibernate.TransactionImpl
Increment transaction nesting level.
instance - Variable in class js.transaction.hibernate.TransactionFactoryImpl.TransactionalProxy
 
invoke(Object, Method, Object[]) - Method in class js.transaction.hibernate.TransactionFactoryImpl.TransactionalProxy
 
isMutable() - Method in class js.hibernate.hbm.ObjectHbm
 

J

js.hibernate.hbm - package js.hibernate.hbm
Stock Hibernate user defined types.
js.transaction.hibernate - package js.transaction.hibernate
Transaction manager and transaction implementations.

L

lazyFields - Variable in class js.transaction.hibernate.HqlQueryImpl
Name for entity fields that should be explicitly loaded.
limit(int) - Method in interface js.transaction.hibernate.HqlQuery
Set the maximum number of rows this query may return.
limit(int, int) - Method in interface js.transaction.hibernate.HqlQuery
Set first record offset and maximum number of rows this query may return.
limit(int) - Method in class js.transaction.hibernate.HqlQueryImpl
 
limit(int, int) - Method in class js.transaction.hibernate.HqlQueryImpl
 
limit(int) - Method in interface js.transaction.hibernate.SqlQuery
Set the maximum number of rows this query may return.
limit(int, int) - Method in interface js.transaction.hibernate.SqlQuery
Set first record offset and maximum number of rows this query may return.
limit(int) - Method in class js.transaction.hibernate.SqlQueryImpl
 
limit(int, int) - Method in class js.transaction.hibernate.SqlQueryImpl
 
list() - Method in interface js.transaction.hibernate.HqlQuery
Execute database select and return list of entities.
list(Class<T>) - Method in interface js.transaction.hibernate.HqlQuery
Variant of HqlQuery.list() that return list of entities of specified type.
list() - Method in class js.transaction.hibernate.HqlQueryImpl
 
list(Class<T>) - Method in class js.transaction.hibernate.HqlQueryImpl
 
list(String, Class<T>) - Method in interface js.transaction.hibernate.SqlQuery
Execute database select and return list of scalar value.
list(Class<T>) - Method in interface js.transaction.hibernate.SqlQuery
Execute database select and return list of entities.
list(String, Class<T>) - Method in class js.transaction.hibernate.SqlQueryImpl
 
list(Class<T>) - Method in class js.transaction.hibernate.SqlQueryImpl
 
load(String...) - Method in interface js.transaction.hibernate.HqlQuery
Load fields declared as lazy into mapping definition.
load(String...) - Method in class js.transaction.hibernate.HqlQueryImpl
 
log - Static variable in class js.transaction.hibernate.HibernateAdapter
Class logger.
log - Static variable in class js.transaction.hibernate.SessionManagerImpl
Class logger.
log - Static variable in class js.transaction.hibernate.TransactionFactoryImpl
 
log - Static variable in class js.transaction.hibernate.TransactionManagerImpl
Class logger.

M

manager - Variable in class js.transaction.hibernate.TransactionFactoryImpl
 
map() - Method in interface js.transaction.hibernate.HqlQuery
Execute database select on two properties and returns them as key/values map, first property in query being the map key.
map() - Method in class js.transaction.hibernate.HqlQueryImpl
 
map() - Method in interface js.transaction.hibernate.SqlQuery
Execute database select on two columns and returns them as key/values map, first column in query being the map key.
map() - Method in class js.transaction.hibernate.SqlQueryImpl
 

N

namedParameters - Variable in class js.transaction.hibernate.HqlQueryImpl
Named parameters in no particular order.
namedParameters - Variable in class js.transaction.hibernate.SqlQueryImpl
Named parameters in no particular order.
nestingLevel - Variable in class js.transaction.hibernate.TransactionImpl
Nesting level count used to allow for nesting transactions.
newInstance(Class<? extends I>, Object...) - Method in class js.transaction.hibernate.TransactionFactoryImpl
 
nullSafeGet(ResultSet, String[], Object) - Method in class js.hibernate.hbm.ObjectHbm
 
nullSafeSet(PreparedStatement, Object, int) - Method in class js.hibernate.hbm.ObjectHbm
 

O

object() - Method in interface js.transaction.hibernate.HqlQuery
Execute database select and return single entity.
object() - Method in class js.transaction.hibernate.HqlQueryImpl
 
object(String, Class<T>) - Method in interface js.transaction.hibernate.SqlQuery
Execute scalar query.
object(String, Class<T>, Object) - Method in interface js.transaction.hibernate.SqlQuery
Convenient alternative to SqlQuery.object(String, Class) method returning given default value instead of null.
object(Class<T>) - Method in interface js.transaction.hibernate.SqlQuery
Execute database select and return single entity.
object(String, Class<T>) - Method in class js.transaction.hibernate.SqlQueryImpl
 
object(String, Class<T>, Object) - Method in class js.transaction.hibernate.SqlQueryImpl
 
object(Class<T>) - Method in class js.transaction.hibernate.SqlQueryImpl
 
ObjectHbm<T> - Class in js.hibernate.hbm
Generic object for Hibernate user defined type.
ObjectHbm(Class<T>) - Constructor for class js.hibernate.hbm.ObjectHbm
Create Hibernate user defined type for request Java class.
offset - Variable in class js.transaction.hibernate.HqlQueryImpl
First result offset.
offset - Variable in class js.transaction.hibernate.SqlQueryImpl
First result offset.

P

param(String, Object) - Method in interface js.transaction.hibernate.HqlQuery
Bind a not null value to a named query parameter.
param(String, Collection<?>, boolean) - Method in interface js.transaction.hibernate.HqlQuery
Bind collection to named query parameter and select behavior for empty value.
param(String, Object) - Method in class js.transaction.hibernate.HqlQueryImpl
 
param(String, Collection<?>, boolean) - Method in class js.transaction.hibernate.HqlQueryImpl
 
param(String, Object) - Method in interface js.transaction.hibernate.SqlQuery
Bind a not null value to a named query parameter.
param(String, Object) - Method in class js.transaction.hibernate.SqlQueryImpl
 
positionedParameters - Variable in class js.transaction.hibernate.HqlQueryImpl
Positioned parameters into order declared by Hibernate query.
positionedParameters - Variable in class js.transaction.hibernate.SqlQueryImpl
Indexed parameters into order declared by SQL query.

Q

query(String, Class<?>...) - Method in class js.transaction.hibernate.HqlQueryImpl
Create Hibernate query object and initialize it from this helper properties.
query(Class<?>...) - Method in class js.transaction.hibernate.SqlQueryImpl
Create SQL query object and initialize it from this helper properties.

R

readOnly - Variable in class js.transaction.hibernate.TransactionImpl
A read only transaction does not explicitly begin or commit/rollback but rely on database (driver).
replace(Object, Object, Object) - Method in class js.hibernate.hbm.ObjectHbm
 
returnedClass() - Method in class js.hibernate.hbm.ObjectHbm
 
rollback() - Method in class js.transaction.hibernate.TransactionImpl
 
rowsCount - Variable in class js.transaction.hibernate.HqlQueryImpl
Maximum allowed number of items into results set.
rowsCount - Variable in class js.transaction.hibernate.SqlQueryImpl
Maximum allowed number of items into results set.

S

save(Object) - Method in interface js.transaction.hibernate.SessionManager
Save or update the object.
save(String, Object) - Method in interface js.transaction.hibernate.SessionManager
Save or update object instance mapped to requested entity name.
save(Collection<T>) - Method in interface js.transaction.hibernate.SessionManager
Convenient way to save or update collection of objects.
save(Object) - Method in class js.transaction.hibernate.SessionManagerImpl
 
save(String, Object) - Method in class js.transaction.hibernate.SessionManagerImpl
 
save(Collection<T>) - Method in class js.transaction.hibernate.SessionManagerImpl
 
scalar(String, Class<?>) - Method in class js.transaction.hibernate.SqlQueryImpl
Convenient method to convert Java type to Hibernate standard basic type and insert into scalars map.
scalars - Variable in class js.transaction.hibernate.SqlQueryImpl
Map of Java type associated with returned column name.
session - Variable in class js.transaction.hibernate.HqlQueryImpl
Hibernate session.
session - Variable in class js.transaction.hibernate.SqlQueryImpl
Hibernate session.
session - Variable in class js.transaction.hibernate.TransactionImpl
Hibernate session.
sessionFactory - Variable in class js.transaction.hibernate.HibernateAdapter
Hibernate session factory.
SessionManager - Interface in js.transaction.hibernate
Hibernate session manager present a simplified alternative for Hibernate session interface.
SessionManagerImpl - Class in js.transaction.hibernate
Implementation of SessionManager interface.
SessionManagerImpl(TransactionContext) - Constructor for class js.transaction.hibernate.SessionManagerImpl
Construct session manager instance and inject transaction context dependency.
sessionStorage - Variable in class js.transaction.hibernate.TransactionFactoryImpl
 
SQL(String, Object...) - Method in interface js.transaction.hibernate.SessionManager
Create a SQL query instance wrapping given query string.
SQL(String, Object...) - Method in class js.transaction.hibernate.SessionManagerImpl
 
sql - Variable in class js.transaction.hibernate.SqlQueryImpl
SQL query.
SQL_TYPES - Static variable in class js.hibernate.hbm.ObjectHbm
Supported SQL types.
SqlQuery - Interface in js.transaction.hibernate
SQL helper interface.
SqlQueryImpl - Class in js.transaction.hibernate
Implementation of SqlQuery interface.
SqlQueryImpl(Session, String, Object...) - Constructor for class js.transaction.hibernate.SqlQueryImpl
Construct SQL query instance.
sqlTypes() - Method in class js.hibernate.hbm.ObjectHbm
 

T

TEST_PERIOD - Static variable in class js.transaction.hibernate.HibernateAdapter
Database connection keep alive period, set to half hour.
TEST_QUERY - Static variable in class js.transaction.hibernate.HibernateAdapter
Query for database connection keep alive transaction.
TimeZoneHbm - Class in js.hibernate.hbm
Time zone Hibernate user defined type.
TimeZoneHbm() - Constructor for class js.hibernate.hbm.TimeZoneHbm
Create user defined type for Java time zone.
transaction - Variable in class js.transaction.hibernate.TransactionImpl
Hibernate transaction.
TransactionalProxy(Object) - Constructor for class js.transaction.hibernate.TransactionFactoryImpl.TransactionalProxy
 
TransactionFactoryImpl - Class in js.transaction.hibernate
Hibernate based implementation for TransactionFactory interface.
TransactionFactoryImpl() - Constructor for class js.transaction.hibernate.TransactionFactoryImpl
Convenient constructor using default Hibernate configuration file, hibernate.cfg.xml.
TransactionFactoryImpl(String) - Constructor for class js.transaction.hibernate.TransactionFactoryImpl
Create transaction factory instance and configure it from given resource name.
TransactionFactoryImpl.TransactionalProxy - Class in js.transaction.hibernate
Java invocation handler for transactional Proxy.
TransactionImpl - Class in js.transaction.hibernate
Transaction implementation for Hibernate session.
TransactionImpl(HibernateAdapter, int, boolean) - Constructor for class js.transaction.hibernate.TransactionImpl
Create transaction instance.
TransactionManagerImpl - Class in js.transaction.hibernate
Implementation for TransactionManager interface.
TransactionManagerImpl() - Constructor for class js.transaction.hibernate.TransactionManagerImpl
Create transaction manager instance.
transactionsCache - Variable in class js.transaction.hibernate.HibernateAdapter
Keep current on working transaction on thread local variable.
transactionTimeout - Variable in class js.transaction.hibernate.HibernateAdapter
Hibernate transaction timeout.
types - Static variable in class js.transaction.hibernate.SqlQueryImpl
Map of Java class to Hibernate standard basic types.

U

unused - Variable in class js.transaction.hibernate.TransactionImpl
Flag to detect if transaction working unit is actually using transactional session.
unused() - Method in class js.transaction.hibernate.TransactionImpl
 
update() - Method in interface js.transaction.hibernate.HqlQuery
Execute update designated by this HQL query.
update() - Method in class js.transaction.hibernate.HqlQueryImpl
 
update() - Method in interface js.transaction.hibernate.SqlQuery
Execute update designated by this SQL query.
update() - Method in class js.transaction.hibernate.SqlQueryImpl
 
UrlHbm - Class in js.hibernate.hbm
URL value Hibernate user defined type.
UrlHbm() - Constructor for class js.hibernate.hbm.UrlHbm
Create user defined type for Java URL.
UuidHbm - Class in js.hibernate.hbm
UUID Hibernate user defined type.
UuidHbm() - Constructor for class js.hibernate.hbm.UuidHbm
Create user defined type for Java UUID.
A C D E F G H I J L M N O P Q R S T U 
Skip navigation links

Copyright © 2019. All rights reserved.