- de.alpharogroup.db.converter - package de.alpharogroup.db.converter
-
- 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.dao.sessionfactory - package de.alpharogroup.db.dao.sessionfactory
-
- de.alpharogroup.db.entity - package de.alpharogroup.db.entity
-
- de.alpharogroup.db.entity.create - package de.alpharogroup.db.entity.create
-
- de.alpharogroup.db.entity.delete - package de.alpharogroup.db.entity.delete
-
- de.alpharogroup.db.entity.name - package de.alpharogroup.db.entity.name
-
- de.alpharogroup.db.entity.name.unique - package de.alpharogroup.db.entity.name.unique
-
- de.alpharogroup.db.entity.validation - package de.alpharogroup.db.entity.validation
-
- de.alpharogroup.db.entity.version - package de.alpharogroup.db.entity.version
-
- de.alpharogroup.db.repository - package de.alpharogroup.db.repository
-
- de.alpharogroup.db.repository.api - package de.alpharogroup.db.repository.api
-
- de.alpharogroup.db.strategies - package de.alpharogroup.db.strategies
-
- de.alpharogroup.db.strategies.api - package de.alpharogroup.db.strategies.api
-
- DefaultDaoDeleteStrategy<T extends BaseEntity<PK>,PK extends Serializable> - Class in de.alpharogroup.db.strategies
-
- DefaultDaoDeleteStrategy(EntityManagerDao<T, PK>) - Constructor for class de.alpharogroup.db.strategies.DefaultDaoDeleteStrategy
-
- DefaultDaoMergeStrategy<T extends BaseEntity<PK>,PK extends Serializable> - Class in de.alpharogroup.db.strategies
-
- DefaultDaoMergeStrategy(EntityManagerDao<T, PK>) - Constructor for class de.alpharogroup.db.strategies.DefaultDaoMergeStrategy
-
- DefaultDaoSaveOrUpdateStrategy<T extends BaseEntity<PK>,PK extends Serializable> - Class in de.alpharogroup.db.strategies
-
- DefaultDaoSaveOrUpdateStrategy(EntityManagerDao<T, PK>) - Constructor for class de.alpharogroup.db.strategies.DefaultDaoSaveOrUpdateStrategy
-
- DefaultDeleteStrategy<T extends BaseEntity<PK>,PK extends Serializable> - Class in de.alpharogroup.db.strategies
-
- DefaultDeleteStrategy(AbstractRepository<T, PK>) - Constructor for class de.alpharogroup.db.strategies.DefaultDeleteStrategy
-
- DefaultMergeStrategy<T extends BaseEntity<PK>,PK extends Serializable> - Class in de.alpharogroup.db.strategies
-
- DefaultMergeStrategy(AbstractRepository<T, PK>) - Constructor for class de.alpharogroup.db.strategies.DefaultMergeStrategy
-
- DefaultSaveOrUpdateStrategy<T extends BaseEntity<PK>,PK extends Serializable> - Class in de.alpharogroup.db.strategies
-
- DefaultSaveOrUpdateStrategy(AbstractRepository<T, PK>) - Constructor for class de.alpharogroup.db.strategies.DefaultSaveOrUpdateStrategy
-
- delete(List<T>) - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Delete all persistent entities in the given list.
- delete(PK) - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Deletes an entity of a given Id.
- delete(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Deletes the given entity from persistent storage in the database.
- delete(List<T>) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Delete all persistent entities in the given list.
- delete(PK) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Deletes an entity of a given Id.
- delete(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Deletes the given entity from persistent storage in the database.
- delete(List<T>) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Delete all persistent entities in the given list.
- delete(PK) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Deletes an entity of a given Id.
- delete(PK, Session) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Deletes an entity of a given Id with the given session entity.
- delete(T) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Deletes the given entity from persistent storage in the database.
- delete(T, Session) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Deletes the given entity from persistent storage in the database with the given session
entity.
- delete(PK, Session) - Method in interface de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao
-
Deletes an entity of a given Id with the given session entity.
- delete(T, Session) - Method in interface de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao
-
Deletes the given entity from persistent storage in the database with the given session
entity.
- delete(List<T>) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Delete all persistent entities in the given list.
- delete(PK) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Deletes an entity of a given Id.
- delete(T) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Deletes the given entity from persistent storage in the database.
- delete(List<T>) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Delete all persistent entities in the given list.
- delete(PK) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Deletes an entity of a given Id.
- delete(T) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Deletes the given entity from persistent storage in the database.
- delete(List<T>) - Method in interface de.alpharogroup.db.strategies.api.DeleteStrategy
-
Delete all persistent entities in the given list.
- delete(PK) - Method in interface de.alpharogroup.db.strategies.api.DeleteStrategy
-
Deletes an entity of a given Id.
- delete(T) - Method in interface de.alpharogroup.db.strategies.api.DeleteStrategy
-
Deletes the given entity from persistent storage in the database.
- delete(List<T>) - Method in class de.alpharogroup.db.strategies.DefaultDaoDeleteStrategy
-
Delete all persistent entities in the given list.
- delete(PK) - Method in class de.alpharogroup.db.strategies.DefaultDaoDeleteStrategy
-
Deletes an entity of a given Id.
- delete(T) - Method in class de.alpharogroup.db.strategies.DefaultDaoDeleteStrategy
-
Deletes the given entity from persistent storage in the database.
- delete(List<T>) - Method in class de.alpharogroup.db.strategies.DefaultDeleteStrategy
-
Delete all persistent entities in the given list.
- delete(PK) - Method in class de.alpharogroup.db.strategies.DefaultDeleteStrategy
-
Deletes an entity of a given Id.
- delete(T) - Method in class de.alpharogroup.db.strategies.DefaultDeleteStrategy
-
Deletes the given entity from persistent storage in the database.
- DeleteStrategy<T extends BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.strategies.api
-
- Deletion<PK extends Serializable,U> - Class in de.alpharogroup.db.entity.delete
-
The entity class
Deletion is keeping the information for the deletion of an parent
entity.
- Deletion() - Constructor for class de.alpharogroup.db.entity.delete.Deletion
-
- GenericDao<T extends BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.dao.api
-
The interface
GenericDao provide an API for database operations like insert, delete,
update and selections.
- GenericHibernateDao<T extends BaseEntity<PK>,PK extends Serializable> - Class in de.alpharogroup.db.dao.sessionfactory
-
The Class GenericHibernateDao.
- GenericHibernateDao() - Constructor for class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
- GenericRepository<T extends BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.repository.api
-
The interface
GenericRepository provide an API for database operations like insert,
delete, update and selections.
- get(PK) - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Retrieve a persisted entity with a given id from the database.
- get(PK) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Retrieve a persisted entity with a given id from the database.
- get(PK) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Retrieve a persisted entity with a given id from the database.
- get(PK, Session) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Loads the given Object with the given session entity.
- get(PK, Session) - Method in interface de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao
-
Loads the given Object with the given session entity.
- get(PK) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Retrieve a persisted entity with a given id from the database.
- get(PK) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Retrieve a persisted entity with a given id from the database.
- getDataSource() - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Gets the data source.
- getEntityManager() - Method in interface de.alpharogroup.db.dao.jpa.EntityManagerDao
-
Gets the entity manager.
- getEntityManager() - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Gets the entity manager.
- getJdbcTemplate() - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Gets the jdbc template.
- getPersistentClass() - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Gets the persitent class.
- getQuery(String) - Method in interface de.alpharogroup.db.dao.jpa.EntityManagerDao
-
Gets a Query from the given hql query.
- getQuery(String) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Gets a Query from the given hql query.
- getQuery(String) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Gets a query entity from the given String.
- getQuery(String, Session) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Gets a query entity from the given String with the given session entity.
- getQuery(String) - Method in interface de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao
-
Gets a query entity from the given String.
- getQuery(String, Session) - Method in interface de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao
-
Gets a query entity from the given String with the given session entity.
- getQuery(String) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Gets a Query from the given hql query.
- getQuery(String) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Gets a Query from the given hql query.
- getSession() - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Gets the hibernate session.
- getSession() - Method in interface de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao
-
Gets the hibernate session.
- getSessionFactory() - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Gets the session factory.
- getType() - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Gets the class type.
- getType() - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Gets the class type.
- getType() - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Gets the class type.
- save(List<T>) - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Save all new entities in the given list.
- save(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Persist the given entity into database.
- save(List<T>) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Save all new entities in the given list.
- save(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Persist the given entity into database.
- save(List<T>) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Save all new entities in the given list.
- save(T) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Persist the given entity into database.
- save(T, Session) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Save the given entity.
- save(T, Session) - Method in interface de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao
-
Save the given entity.
- save(List<T>) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Save all new entities in the given list.
- save(T) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Persist the given entity into database.
- save(List<T>) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Save all new entities in the given list.
- save(T) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Persist the given entity into database.
- save(List<T>) - Method in interface de.alpharogroup.db.strategies.api.SaveOrUpdateStrategy
-
Save all new entities in the given list.
- save(T) - Method in interface de.alpharogroup.db.strategies.api.SaveOrUpdateStrategy
-
Persist the given entity into database.
- save(List<T>) - Method in class de.alpharogroup.db.strategies.DefaultDaoSaveOrUpdateStrategy
-
Save all new entities in the given list.
- save(T) - Method in class de.alpharogroup.db.strategies.DefaultDaoSaveOrUpdateStrategy
-
Persist the given entity into database.
- save(List<T>) - Method in class de.alpharogroup.db.strategies.DefaultSaveOrUpdateStrategy
-
Save all new entities in the given list.
- save(T) - Method in class de.alpharogroup.db.strategies.DefaultSaveOrUpdateStrategy
-
Persist the given entity into database.
- saveOrUpdate(List<T>) - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Save or update all transient entities in the given list.
- saveOrUpdate(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Save or update the given persistent entity.
- saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Save or update all transient entities in the given list.
- saveOrUpdate(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Save or update the given persistent entity.
- saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Save or update all transient entities in the given list.
- saveOrUpdate(T) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Save or update the given persistent entity.
- saveOrUpdate(T, Session) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Save or update the given transient entity.
- saveOrUpdate(T, Session) - Method in interface de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao
-
Save or update the given transient entity.
- saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Save or update all transient entities in the given list.
- saveOrUpdate(T) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Save or update the given persistent entity.
- saveOrUpdate(List<T>) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Save or update all transient entities in the given list.
- saveOrUpdate(T) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Save or update the given persistent entity.
- saveOrUpdate(List<T>) - Method in interface de.alpharogroup.db.strategies.api.SaveOrUpdateStrategy
-
Save or update all transient entities in the given list.
- saveOrUpdate(T) - Method in interface de.alpharogroup.db.strategies.api.SaveOrUpdateStrategy
-
Save or update the given persistent entity.
- saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.strategies.DefaultDaoSaveOrUpdateStrategy
-
Save or update all transient entities in the given list.
- saveOrUpdate(T) - Method in class de.alpharogroup.db.strategies.DefaultDaoSaveOrUpdateStrategy
-
Save or update the given persistent entity.
- saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.strategies.DefaultSaveOrUpdateStrategy
-
Save or update all transient entities in the given list.
- saveOrUpdate(T) - Method in class de.alpharogroup.db.strategies.DefaultSaveOrUpdateStrategy
-
Save or update the given persistent entity.
- SaveOrUpdateStrategy<T extends BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.strategies.api
-
- SessionFactoryDao<T extends BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.dao.sessionfactory
-
- setDataSource(DataSource) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Sets the data source.
- setEntityManager(EntityManager) - Method in interface de.alpharogroup.db.dao.jpa.EntityManagerDao
-
Sets the entity manager.
- setEntityManager(EntityManager) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Sets the entity manager.
- setJdbcTemplate(JdbcTemplate) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Sets the jdbc template.
- setSession(Session) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Sets the hibernate session.
- setSession(Session) - Method in interface de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao
-
Sets the hibernate session.
- setSessionFactory(SessionFactory) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Sets the session factory.
- SmallNameBaseEntity<T extends Serializable> - Class in de.alpharogroup.db.entity.name
-
- SmallNameBaseEntity() - Constructor for class de.alpharogroup.db.entity.name.SmallNameBaseEntity
-
- SmallUNameBaseEntity<T extends Serializable> - Class in de.alpharogroup.db.entity.name.unique
-
- SmallUNameBaseEntity() - Constructor for class de.alpharogroup.db.entity.name.unique.SmallUNameBaseEntity
-
- UNameBaseEntity<T extends Serializable> - Class in de.alpharogroup.db.entity.name.unique
-
The class
UNameBaseEntity is a base entity for a table with a single value.
- UNameBaseEntity() - Constructor for class de.alpharogroup.db.entity.name.unique.UNameBaseEntity
-
- update(List<T>) - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Update all transient entities in the given list.
- update(T) - Method in interface de.alpharogroup.db.dao.api.GenericDao
-
Update changes made to the given entity.
- update(List<T>) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Update all transient entities in the given list.
- update(T) - Method in class de.alpharogroup.db.dao.jpa.JpaEntityManagerDao
-
Update changes made to the given entity.
- update(List<T>) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Update all transient entities in the given list.
- update(T) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Update changes made to the given entity.
- update(T, Session) - Method in class de.alpharogroup.db.dao.sessionfactory.GenericHibernateDao
-
Updates the given entity with the given session entity.
- update(T, Session) - Method in interface de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao
-
Updates the given entity with the given session entity.
- update(List<T>) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Update all transient entities in the given list.
- update(T) - Method in class de.alpharogroup.db.repository.AbstractRepository
-
Update changes made to the given entity.
- update(List<T>) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Update all transient entities in the given list.
- update(T) - Method in interface de.alpharogroup.db.repository.api.GenericRepository
-
Update changes made to the given entity.
- update(List<T>) - Method in interface de.alpharogroup.db.strategies.api.SaveOrUpdateStrategy
-
Update all transient entities in the given list.
- update(T) - Method in interface de.alpharogroup.db.strategies.api.SaveOrUpdateStrategy
-
Update changes made to the given entity.
- update(List<T>) - Method in class de.alpharogroup.db.strategies.DefaultDaoSaveOrUpdateStrategy
-
Update all transient entities in the given list.
- update(T) - Method in class de.alpharogroup.db.strategies.DefaultDaoSaveOrUpdateStrategy
-
Update changes made to the given entity.
- update(List<T>) - Method in class de.alpharogroup.db.strategies.DefaultSaveOrUpdateStrategy
-
Update all transient entities in the given list.
- update(T) - Method in class de.alpharogroup.db.strategies.DefaultSaveOrUpdateStrategy
-
Update changes made to the given entity.