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

A

AbstractBusinessMapperService<PK extends Serializable,BO extends BusinessObject<PK>,E extends BaseEntity<PK>,DAO extends EntityManagerDao<E,PK>,M extends EntityBOMapper<E,BO>> - Class in de.alpharogroup.db.service.entitymapper
 
AbstractBusinessMapperService() - Constructor for class de.alpharogroup.db.service.entitymapper.AbstractBusinessMapperService
 
AbstractBusinessService<T extends BaseEntity<PK>,PK extends Serializable,DAO extends EntityManagerDao<T,PK>> - Class in de.alpharogroup.db.service.jpa
The Class AbstractBusinessService.
AbstractBusinessService() - Constructor for class de.alpharogroup.db.service.jpa.AbstractBusinessService
 
AbstractBusinessService<T extends BaseEntity<PK>,PK extends Serializable,DAO extends SessionFactoryDao<T,PK>> - Class in de.alpharogroup.db.service.sessionfactory
The Class AbstractBusinessService.
AbstractBusinessService() - Constructor for class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
 
AbstractDatabaseInitialization - Class in de.alpharogroup.db.init
 
AbstractDatabaseInitialization(Properties) - Constructor for class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
AbstractEntityBOMapper<E extends BaseEntity<?>,BO extends BusinessObject<?>> - Class in de.alpharogroup.db.entitymapper
 
AbstractEntityBOMapper() - Constructor for class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
 
AbstractRestfulResource<PK extends Serializable,BO extends BusinessObject<PK>> - Class in de.alpharogroup.db.service.rs
 
AbstractRestfulResource() - Constructor for class de.alpharogroup.db.service.rs.AbstractRestfulResource
 
assemble(Serializable, Object) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType
Attribute<T extends Serializable> - Class in de.alpharogroup.db.entity
The Entity class Attribute is keeping the information for attributes that can be added to another Entity class.
Attribute() - Constructor for class de.alpharogroup.db.entity.Attribute
 

B

BaseAttribute<T extends Serializable> - Class in de.alpharogroup.db.entity
 
BaseAttribute() - Constructor for class de.alpharogroup.db.entity.BaseAttribute
 
BaseBusinessObject<K> - Class in de.alpharogroup.db.domain
The abstract class BaseBusinessObject is the base class for all business objects.
BaseBusinessObject() - Constructor for class de.alpharogroup.db.domain.BaseBusinessObject
 
BaseEntity<PK extends Serializable> - Class in de.alpharogroup.db.entity
The Class BaseEntity holds the primary key.
BaseEntity() - Constructor for class de.alpharogroup.db.entity.BaseEntity
 
BusinessMapperService<PK extends Serializable,BO extends BusinessObject<PK>> - Interface in de.alpharogroup.db.service.entitymapper
 
BusinessObject<K> - Interface in de.alpharogroup.db.domain
Marker interface for business objects.
BusinessService<T,PK extends Serializable> - Interface in de.alpharogroup.db.service.api
The Interface BusinessService.
BusinessService<T extends BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.service.jpa
The Interface BusinessService.

C

clone() - Method in class de.alpharogroup.db.entity.BaseEntity
create(T) - Method in interface de.alpharogroup.db.dao.jpa.EntityManagerDao
 
create(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
create(BO) - Method in class de.alpharogroup.db.service.entitymapper.AbstractBusinessMapperService
 
create(BO) - Method in interface de.alpharogroup.db.service.entitymapper.BusinessMapperService
 
create(BO) - Method in class de.alpharogroup.db.service.rs.AbstractRestfulResource
 
create(BO) - Method in interface de.alpharogroup.db.service.rs.RestfulResource
 
CREATE_PROCESS - Static variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
createInitializationScript(String) - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
Creates the initialization script.
createSchema(Connection, String) - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
createSchemaFromScript(Connection) - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
Creates the initialization script for the schema.

D

databaseName - Variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
databasePassword - Variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
databaseProperties - Variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
databaseUser - Variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
de.alpharogroup.db.dao.api - package de.alpharogroup.db.dao.api
 
de.alpharogroup.db.dao.jpa - package de.alpharogroup.db.dao.jpa
 
de.alpharogroup.db.domain - package de.alpharogroup.db.domain
 
de.alpharogroup.db.entity - package de.alpharogroup.db.entity
 
de.alpharogroup.db.entitymapper - package de.alpharogroup.db.entitymapper
 
de.alpharogroup.db.init - package de.alpharogroup.db.init
 
de.alpharogroup.db.postgres.usertype - package de.alpharogroup.db.postgres.usertype
 
de.alpharogroup.db.service.api - package de.alpharogroup.db.service.api
 
de.alpharogroup.db.service.entitymapper - package de.alpharogroup.db.service.entitymapper
 
de.alpharogroup.db.service.jpa - package de.alpharogroup.db.service.jpa
 
de.alpharogroup.db.service.rs - package de.alpharogroup.db.service.rs
 
de.alpharogroup.db.service.sessionfactory - package de.alpharogroup.db.service.sessionfactory
 
de.alpharogroup.db.sessionfactory - package de.alpharogroup.db.sessionfactory
 
deepCopy(Object) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType
delete(List<T>) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Delete all persistent objects in the given list.
delete(PK) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Deletes an object of a given Id.
delete(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Deletes the given object from persistent storage in the database.
delete(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Deletes the given object from persistent storage in the database.
delete(List<T>) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Delete all persistent objects in the given list.
delete(PK) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Deletes an object of a given Id.
delete(List<T>) - Method in interface de.alpharogroup.db.service.api.BusinessService
Delete all persistent objects in the given list.
delete(PK) - Method in interface de.alpharogroup.db.service.api.BusinessService
Deletes an object of a given Id.
delete(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Deletes the given object from persistent storage in the database.
delete(PK) - Method in class de.alpharogroup.db.service.entitymapper.AbstractBusinessMapperService
 
delete(PK) - Method in interface de.alpharogroup.db.service.entitymapper.BusinessMapperService
 
delete(List<T>) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Delete all persistent objects in the given list.
delete(PK) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Deletes an object of a given Id.
delete(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Deletes the given object from persistent storage in the database.
delete(List<T>) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Delete all persistent objects in the given list.
delete(PK) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Deletes an object of a given Id.
delete(T) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Deletes the given object from persistent storage in the database.
delete(PK) - Method in class de.alpharogroup.db.service.rs.AbstractRestfulResource
 
delete(PK) - Method in interface de.alpharogroup.db.service.rs.RestfulResource
 
delete(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Delete all persistent objects in the given list.
delete(PK) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Deletes an object of a given Id.
delete(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Deletes the given object from persistent storage in the database.
delete(PK) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Deletes an object of a given Id.
delete(PK, Session) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Deletes an object of a given Id with the given session object.
delete(T) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Deletes the given object from persistent storage in the database.
delete(T, Session) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Deletes the given object from persistent storage in the database with the given session object.
delete(List<T>) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Delete all persistent objects in the given list.
delete(PK, Session) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Deletes an object of a given Id with the given session object.
delete(T, Session) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Deletes the given object from persistent storage in the database with the given session object.
DELETE_PROCESS - Static variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
deleteAndCreateEmptyDatabaseWithoutTables() - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
Deletes and creates an empty database without tables so without creating the database schema.
deleteAndFlush(List<T>) - Method in interface de.alpharogroup.db.service.api.BusinessService
Delete all persistent objects in the given list and flush.
deleteAndFlush(PK) - Method in interface de.alpharogroup.db.service.api.BusinessService
Deletes an object of a given Id and flush after.
deleteAndFlush(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Delete and flush.
deleteAndFlush(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Delete and flush.
deleteAndFlush(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Delete and flush.
deleteAndFlush(PK) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Delete and flush.
disassemble(Object) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType
DROP_PROCESS - Static variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
dropTablesAndSequences(Connection) - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
Drops all tables and sequences.

E

EntityBOMapper<E extends BaseEntity<?>,BO extends BusinessObject<?>> - Interface in de.alpharogroup.db.entitymapper
 
EntityManagerDao<T extends BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.dao.jpa
 
equals(Object) - Method in class de.alpharogroup.db.entity.BaseEntity
equals(Object, Object) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType
evict(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Remove this instance from the session cache.
evict(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Remove this instance from the session cache.
evict(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Remove this instance from the session cache.
evict(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Remove this instance from the session cache.
evict(T) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Remove this instance from the session cache.
evict(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Remove this instance from the session cache.
evict(T) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Remove this instance from the session cache.
exists(PK) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Checks if an entry exists with the given id.
exists(PK) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Checks if an entry exists with the given id.
exists(PK) - Method in interface de.alpharogroup.db.service.api.BusinessService
Checks if an entry exists with the given id.
exists(PK) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Checks if an entry exists with the given id.
exists(PK) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Checks if an entry exists with the given id.
exists(PK) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Checks if an entry exists with the given id.
exists(PK) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Checks if an entry exists with the given id.

F

fileEncoding - Variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
find(String, String[], Object[], Type[], Integer, Integer) - Method in interface de.alpharogroup.db.service.api.BusinessService
Returns a list from the result from the given hqlquery.
find(String, String[], Object[], Type[], Integer, Integer) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Find.
find(String, String[], Object[], Type[], Integer, Integer) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Returns a list from the result from the given hqlquery.
find(String, String[], Object[], Type[], Integer, Integer) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Returns a list from the result from the given hqlquery.
findAll() - Method in interface de.alpharogroup.db.dao.api.GenericDao
Returns a list of all persistent objects.
findAll() - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Returns a list of all persistent objects.
findAll() - Method in interface de.alpharogroup.db.service.api.BusinessService
Returns a list of objects.
findAll() - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Returns a list of objects.
findAll() - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Returns a list of objects.
findAll() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Returns a list of objects.
findAll() - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Returns a list of all persistent objects.
findByCriteria(Criterion...) - Method in interface de.alpharogroup.db.service.api.BusinessService
Hibernate wrapper.
findByCriteria(Criterion...) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Find by criteria.
findByCriteria(Criterion...) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Hibernate wrapper.
findByCriteria(Criterion...) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Hibernate wrapper.
findByExample(T, String...) - Method in interface de.alpharogroup.db.service.api.BusinessService
Find by example.
findByExample(T, String...) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Find by example.
findByExample(T, String...) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Find by example.
findByExample(T, String...) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Find by example.
flush() - Method in interface de.alpharogroup.db.service.api.BusinessService
Flush.
flush() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Flush.
fromXMLString(String) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType

G

GenericDao<T extends BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.dao.api
Generic DAO class.
GenericHibernateDao<T extends BaseEntity<PK>,PK extends Serializable> - Class in de.alpharogroup.db.sessionfactory
The Class GenericHibernateDao.
GenericHibernateDao() - Constructor for class de.alpharogroup.db.sessionfactory.GenericHibernateDao
 
get(PK) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Retrieve a persisted object with a given id from the database.
get(PK) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Retrieve a persisted object with a given id from the database.
get(PK) - Method in interface de.alpharogroup.db.service.api.BusinessService
Retrieve a persisted object with a given id from the database.
get(PK) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Retrieve a persisted object with a given id from the database.
get(PK) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Retrieve a persisted object with a given id from the database.
get(PK) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Retrieve a persisted object with a given id from the database.
get(PK) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Retrieve a persisted object with a given id from the database.
get(PK, Session) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Loads the given Object with the given session object.
get(PK, Session) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Loads the given Object with the given session object.
getDao() - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Gets the dao reference.
getDao() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Gets the dao reference.
getDatabaseProperties() - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
getDataSource() - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Gets the data source.
getEntityManager() - Method in interface de.alpharogroup.db.dao.jpa.EntityManagerDao
 
getId() - Method in interface de.alpharogroup.db.domain.BusinessObject
 
getInsertDir() - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
Gets the insert dir.
getJdbcTemplate() - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Gets the jdbc template.
getPersistentClass() - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Gets the persitent class.
getProcessType() - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
Gets the process type to execute.
getQuery(String) - Method in interface de.alpharogroup.db.dao.jpa.EntityManagerDao
 
getQuery(String) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
getQuery(String) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Gets the query.
getQuery(String) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Gets the query.
getQuery(String) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Gets a query object from the given String.
getQuery(String, Session) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Gets a query object from the given String with the given session object.
getQuery(String, Session) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Gets a query object from the given String with the given session object.
getQuery(String) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Gets a query object from the given String.
getScriptFiles() - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
getSession() - Method in interface de.alpharogroup.db.service.api.BusinessService
Gets the hibernate session.
getSession() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Gets the session.
getSession() - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Gets the hibernate session.
getSession() - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Gets the hibernate session.
getSessionFactory() - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Gets the session factory.
getSqlDir() - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
Gets the sql dir.
getType() - Method in interface de.alpharogroup.db.dao.api.GenericDao
Gets the class type.
getType() - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Gets the class type.

H

hashCode() - Method in class de.alpharogroup.db.entity.BaseEntity
hashCode(Object) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType
host - Variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 

I

initializationProcess - Variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
initializeDatabase() - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
initializeDatabase(Connection) - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
Initialize database.
initializeScriptFiles() - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
Initialize the script files from the generated schema file from the hibernate3-maven-plugin.
isMutable() - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType

J

JpaEntityManagerDao<T extends BaseEntity<PK>,PK extends Serializable> - Class in de.alpharogroup.db.dao.jpa
 
JpaEntityManagerDao() - Constructor for class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
 

L

load(PK) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Retrieve a persisted object with a given id from the database.
load(PK) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Retrieve a persisted object with a given id from the database.
load(PK) - Method in interface de.alpharogroup.db.service.api.BusinessService
Retrieve a persisted object with a given id from the database.
load(PK) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Retrieve a persisted object with a given id from the database.
load(PK) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Retrieve a persisted object with a given id from the database.
load(PK) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Retrieve a persisted object with a given id from the database.
load(PK) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Retrieve a persisted object with a given id from the database.
load(PK, Session) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Retrieve a persisted object with a given id from the database with the given session object.
load(PK, Session) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Retrieve a persisted object with a given id from the database with the given session object.
log - Variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 

M

merge(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Merges the given object.
merge(List<T>) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Merges all new objects in the given list.
merge(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Merges the given object.
merge(List<T>) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Merges all new objects in the given list.
merge(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Merges the given object.
merge(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Merges the given object.
merge(List<T>) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Merges all new objects in the given list.
merge(T) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Merges the given object.
merge(List<T>) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Merges all new objects in the given list.
merge(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Merges the given object.
merge(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Merges all new objects in the given list.
merge(T) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Merges the given object.
merge(List<T>) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
 
mergeAndFlush(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Merge and flush.
mergeAndFlush(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Merge and flush.

N

newEmptyDatabaseWithoutTables() - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
Creates an empty database without tables and no database schema.
newMapper() - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
 
newMapper(List<String>) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
 
newToStringStyle() - Method in class de.alpharogroup.db.entity.BaseEntity
Factory method that can be overwritten to get another ToStringStyle object for the BaseEntity.toString().
nullSafeGet(ResultSet, String[], Object) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType
Null safe get.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType
nullSafeSet(PreparedStatement, Object, int) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType
Null safe set.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType

O

objectToSQLString(Object) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType

P

PGEnumUserType - Class in de.alpharogroup.db.postgres.usertype
Note: Only use with Postgres and hibernate!!!
PGEnumUserType() - Constructor for class de.alpharogroup.db.postgres.usertype.PGEnumUserType
 
postgresDatabase - Variable in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 

R

read(PK) - Method in class de.alpharogroup.db.service.entitymapper.AbstractBusinessMapperService
 
read(PK) - Method in interface de.alpharogroup.db.service.entitymapper.BusinessMapperService
 
read(PK) - Method in class de.alpharogroup.db.service.rs.AbstractRestfulResource
 
read(PK) - Method in interface de.alpharogroup.db.service.rs.RestfulResource
 
refresh(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Re-read the state of the given instance from the underlying database.
refresh(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
 
refresh(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Re-read the state of the given instance from the underlying database.
refresh(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Re-read the state of the given instance from the underlying database.
refresh(T) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Re-read the state of the given instance from the underlying database.
refresh(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Re-read the state of the given instance from the underlying database.
refresh(T) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Re-read the state of the given instance from the underlying database.
replace(Object, Object, Object) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType
replaceMediumblobToBytea(File) - Method in class de.alpharogroup.db.init.AbstractDatabaseInitialization
 
RestfulResource<PK extends Serializable,BO extends BusinessObject<PK>> - Interface in de.alpharogroup.db.service.rs
 
returnedClass() - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType

S

save(List<T>) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Save all new objects in the given list.
save(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Persist the given object into database.
save(List<T>) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Save all new objects in the given list.
save(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Persist the given object into database.
save(List<T>) - Method in interface de.alpharogroup.db.service.api.BusinessService
Save all new objects in the given list.
save(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Persist the given object into database.
save(List<T>) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Save all new objects in the given list.
save(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Persist the given object into database.
save(List<T>) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Save all new objects in the given list.
save(T) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Persist the given object into database.
save(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Save all new objects in the given list.
save(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Persist the given object into database.
save(T) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Persist the given object into database.
save(T, Session) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Save the given object.
save(List<T>) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Save all new objects in the given list.
save(T, Session) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Save the given object.
saveAndFlush(List<T>) - Method in interface de.alpharogroup.db.service.api.BusinessService
Save all given objects into database and flush.
saveAndFlush(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Save the given object into database and flush.
saveAndFlush(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Save and flush.
saveAndFlush(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Save and flush.
saveOrUpdate(List<T>) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Save or update all transient objects in the given list.
saveOrUpdate(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Save or update the given persistent object.
saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Save or update all transient objects in the given list.
saveOrUpdate(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Save or update the given persistent object.
saveOrUpdate(List<T>) - Method in interface de.alpharogroup.db.service.api.BusinessService
Save or update all given objects into database.
saveOrUpdate(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Save or update the given object into database.
saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Save or update all given objects into database.
saveOrUpdate(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Save or update the given object into database.
saveOrUpdate(List<T>) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Save or update all given objects into database.
saveOrUpdate(T) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Save or update the given object into database.
saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Save or update all given objects into database.
saveOrUpdate(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Save or update the given object into database.
saveOrUpdate(T) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Save or update the given persistent object.
saveOrUpdate(T, Session) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Save or update the given transient object.
saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Save or update all transient objects in the given list.
saveOrUpdate(T, Session) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Save or update the given transient object.
saveOrUpdateAndFlush(List<T>) - Method in interface de.alpharogroup.db.service.api.BusinessService
Save or update all given objects into database and flush.
saveOrUpdateAndFlush(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Save or update the given object into database and flush.
saveOrUpdateAndFlush(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Save or update and flush.
saveOrUpdateAndFlush(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Save or update and flush.
SessionFactoryDao<T extends BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.sessionfactory
 
setDao(DAO) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Sets the dao reference.
setDao(DAO) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Sets the dao reference.
setDataSource(DataSource) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Sets the data source.
setEntityManager(EntityManager) - Method in interface de.alpharogroup.db.dao.jpa.EntityManagerDao
 
setId(K) - Method in interface de.alpharogroup.db.domain.BusinessObject
 
setJdbcTemplate(JdbcTemplate) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Sets the jdbc template.
setParameterValues(Properties) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType
setSession(Session) - Method in interface de.alpharogroup.db.service.api.BusinessService
Sets the hibernate session.
setSession(Session) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Sets the session.
setSession(Session) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Sets the hibernate session.
setSession(Session) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Sets the hibernate session.
setSessionFactory(SessionFactory) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Sets the session factory.
sqlTypes() - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType

T

toBusinessObject(E) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
 
toBusinessObject(E, List<String>) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
 
toBusinessObject(E) - Method in interface de.alpharogroup.db.entitymapper.EntityBOMapper
 
toBusinessObject(E, List<String>) - Method in interface de.alpharogroup.db.entitymapper.EntityBOMapper
 
toEntity(BO) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
 
toEntity(BO, List<String>) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
 
toEntity(BO) - Method in interface de.alpharogroup.db.entitymapper.EntityBOMapper
 
toEntity(BO, List<String>) - Method in interface de.alpharogroup.db.entitymapper.EntityBOMapper
 
toString() - Method in class de.alpharogroup.db.entity.BaseEntity
toXml() - Method in class de.alpharogroup.db.entity.BaseEntity
Returns a xml string representation of the object.
toXMLString(Object) - Method in class de.alpharogroup.db.postgres.usertype.PGEnumUserType

U

update(List<T>) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Update all transient objects in the given list.
update(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
Update changes made to the given object.
update(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Update changes made to the given object.
update(List<T>) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
Update all transient objects in the given list.
update(BO) - Method in class de.alpharogroup.db.service.entitymapper.AbstractBusinessMapperService
 
update(BO) - Method in interface de.alpharogroup.db.service.entitymapper.BusinessMapperService
 
update(BO) - Method in class de.alpharogroup.db.service.rs.AbstractRestfulResource
 
update(BO) - Method in interface de.alpharogroup.db.service.rs.RestfulResource
 
update(T) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Update changes made to the given object.
update(T, Session) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Updates the given object with the given session object.
update(List<T>) - Method in class de.alpharogroup.db.sessionfactory.GenericHibernateDao
Update all transient objects in the given list.
update(T, Session) - Method in interface de.alpharogroup.db.sessionfactory.SessionFactoryDao
Updates the given object with the given session object.
A B C D E F G H I J L M N O P R S T U 
Skip navigation links

Copyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.