A C D E G H T U V 

A

AbstractHibernateConfiguration - Class in at.ipsquare.hibernate
An abstract HibernateConfiguration implementation, that requires clients only to supply values where no reasonable default can be found.
AbstractHibernateConfiguration() - Constructor for class at.ipsquare.hibernate.AbstractHibernateConfiguration
 
AbstractUnitOfWork<T> - Class in at.ipsquare.hibernate
Abstract base class for UnitOfWork implementations.
AbstractUnitOfWork() - Constructor for class at.ipsquare.hibernate.AbstractUnitOfWork
 
at.ipsquare.hibernate - package at.ipsquare.hibernate
 

C

currentSession() - Method in class at.ipsquare.hibernate.DefaultHibernateRepository
 
currentSession() - Method in interface at.ipsquare.hibernate.HibernateRepository
Returns the currently open session for this thread.

D

DefaultHibernateRepository - Class in at.ipsquare.hibernate
Default HibernateRepository implementation.
DefaultHibernateRepository(HibernateConfiguration) - Constructor for class at.ipsquare.hibernate.DefaultHibernateRepository
 

E

execute() - Method in interface at.ipsquare.hibernate.UnitOfWork
Performs some operations and returns the results.
executeUnitOfWork(UnitOfWork<T>) - Method in class at.ipsquare.hibernate.DefaultHibernateRepository
 
executeUnitOfWork(UnitOfWork<T>) - Method in interface at.ipsquare.hibernate.HibernateRepository
Executes the given UnitOfWork within a single transaction.
ExecutionError - Exception in at.ipsquare.hibernate
Thrown by HibernateRepository if the executed UnitOfWork throws an Exception.
ExecutionError(String) - Constructor for exception at.ipsquare.hibernate.ExecutionError
 
ExecutionError(String, Throwable) - Constructor for exception at.ipsquare.hibernate.ExecutionError
 
ExecutionError(Throwable) - Constructor for exception at.ipsquare.hibernate.ExecutionError
 

G

getDbConnectionUrl() - Method in interface at.ipsquare.hibernate.HibernateConfiguration
The connection URL.
getDbDriverClass() - Method in interface at.ipsquare.hibernate.HibernateConfiguration
The database driver.
getDbPass() - Method in interface at.ipsquare.hibernate.HibernateConfiguration
The password for the user.
getDbUser() - Method in interface at.ipsquare.hibernate.HibernateConfiguration
The database user.
getDomainClasses() - Method in interface at.ipsquare.hibernate.HibernateConfiguration
The domain classes.
getHbm2dllAuto() - Method in class at.ipsquare.hibernate.AbstractHibernateConfiguration
 
getHbm2dllAuto() - Method in interface at.ipsquare.hibernate.HibernateConfiguration
The value of hibernate.hbm2ddl.auto.
getName() - Method in class at.ipsquare.hibernate.AbstractUnitOfWork
 
getName() - Method in interface at.ipsquare.hibernate.UnitOfWork
A name that is used for logging.
getProperties() - Method in class at.ipsquare.hibernate.AbstractHibernateConfiguration
 
getProperties() - Method in interface at.ipsquare.hibernate.HibernateConfiguration
A map of arbitrary hibernate configuration properties.

H

HibernateConfiguration - Interface in at.ipsquare.hibernate
The database configuration.
HibernateHbm2dllAuto - Enum in at.ipsquare.hibernate
This enum represents the 'hibernate.hbm2ddl.auto' Hibernate configuration property.
HibernateRepository - Interface in at.ipsquare.hibernate
Wraps our Hibernate repository.

T

toString() - Method in class at.ipsquare.hibernate.AbstractUnitOfWork
 
toString() - Method in enum at.ipsquare.hibernate.HibernateHbm2dllAuto
 

U

UnitOfWork<T> - Interface in at.ipsquare.hibernate
An interface that represents a single Unit of Work.

V

valueOf(String) - Static method in enum at.ipsquare.hibernate.HibernateHbm2dllAuto
Returns the enum constant of this type with the specified name.
values() - Static method in enum at.ipsquare.hibernate.HibernateHbm2dllAuto
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H T U V 

Copyright © 2012-2013 IP SQUARE. All Rights Reserved.