| Interface | Description |
|---|---|
| AccessControlContext | |
| AccessControlContextProvider | |
| AccessControlDAO<T,ID> | |
| GenericDAO<T,ID> |
A GenericDAO is the root interface for DAOs that fit within the Jeppetto framework.
|
| QueryModelDAO<T,ID> |
The QueryModelDAO interface defines an extension to the GenericDAO
functionality that offers significantly more richness around the
representation of queries to retrieve a specific object or a list of zero
or more items that match the given QueryModel.
|
| UpdateBehaviorDescriptor |
| Class | Description |
|---|---|
| Condition | |
| DAOBuilder | |
| EntityVelocityEnhancer<T> | |
| Pair<T1,T2> | |
| Projection | |
| QueryModel | |
| SettableAccessControlContextProvider | |
| SimpleAccessControlContext | |
| Sort |
| Enum | Description |
|---|---|
| AccessType | |
| ConditionType | |
| OperationType | |
| ProjectionType | |
| ResultFromUpdate | |
| SortDirection |
| Exception | Description |
|---|---|
| AccessControlException | |
| FailedBatchException | |
| JeppettoException | |
| NoSuchItemException | |
| OptimisticLockException | |
| TooManyItemsException |
Copyright © 2017. All Rights Reserved.