| Package | Description |
|---|---|
| dk.heick.caching.persistences.jpa.grouped | |
| dk.heick.caching.persistences.jpa.single |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachedGroupJPAEntity<K extends Serializable,V extends Serializable>
The interface your Entity class has to implement to have grouped JPA cache table definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachedJPAEntity<K extends Serializable,V extends Serializable>
The interface your Entity class has to implement to have JPA cache table definition.
Must have a no args constructor. |
Copyright © 2016. All rights reserved.