| Interface | Description |
|---|---|
| Loader<C> |
Loader are used to trigger the loading of lazy collections/maps
|
| Class | Description |
|---|---|
| Persistence |
| Exception | Description |
|---|---|
| LazyInitializationException | |
| RuntimePersistenceException |
| Annotation Type | Description |
|---|---|
| Entity |
Client-side annotation indicating a persistent entity
|
| Id |
Client-side annotation indicating a persistent id
|
| Lazy |
Client-side annotation indicating a lazy property
|
| Uid |
Client-side annotation indicating a uid property
|
| Version |
Client-side annotation indicating a version property
|