| Package | Description |
|---|---|
| de.alpharogroup.db.dao.api | |
| de.alpharogroup.db.dao.jpa | |
| de.alpharogroup.db.dao.sessionfactory | |
| de.alpharogroup.db.entity |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericDao<T extends BaseEntity<PK>,PK extends Serializable>
Generic DAO class.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityManagerDao<T extends BaseEntity<PK>,PK extends Serializable>
The Interface
EntityManagerDao. |
class |
JpaEntityManagerDao<T extends BaseEntity<PK>,PK extends Serializable> |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericHibernateDao<T extends BaseEntity<PK>,PK extends Serializable>
The Class GenericHibernateDao.
|
interface |
SessionFactoryDao<T extends BaseEntity<PK>,PK extends Serializable>
The Interface
SessionFactoryDao. |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatableBaseEntity<T extends Serializable>
The class
ValidatableBaseEntity is a base entity and has a validFrom property and a validTill property for restricting an entity in a range in which it is valid. |
class |
VersionableBaseEntity<T extends Serializable>
The class
VersionableBaseEntity has a version property for the optimistic lock value. |
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.