- 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.
- 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.
- 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.
- 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