| Package | Description |
|---|---|
| com.devonfw.module.jpa.dataaccess.api.data | |
| com.devonfw.module.jpa.dataaccess.impl.data |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DefaultRepository<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>
GenericRepository with defaults applied for simple usage. |
interface |
DefaultRevisionedRepository<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>
GenericRevisionedRepository with defaults applied for simple usage. |
interface |
GenericRepository<E,ID extends Serializable>
JpaRepository with QueryDslSupport as well as typical devon4j standard operations. |
interface |
GenericRevisionedRepository<E,ID extends Serializable>
GenericRepository with additional support for Audited |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericRepositoryImpl<E,ID extends Serializable>
Implementation of
GenericRepository based on SimpleJpaRepository. |
class |
GenericRevisionedRepositoryImpl<E,ID extends Serializable>
Implementation of
GenericRevisionedRepository. |
Copyright © 2014–2019 devon4j-Team. All rights reserved.