| Package | Description |
|---|---|
| net.dontdrinkandroot.persistence.dao |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TypedDao<E extends Entity<K>,K>
Contract of a Data Access Object that manages a specific
Entity class. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericJpaDao
Base implementation of a
GenericDao that uses a JPA EntityManager. |
class |
TypedJpaDao<E extends Entity<I>,I>
Base implementation of a
TypedDao that uses a JPA EntityManager. |
Copyright © 2014 dontdrinkandroot. All rights reserved.