| Interface | Description |
|---|---|
| BaseDao<ID,T extends AbstractEntity<ID>> |
Interface that all DAO objects must implement
|
| Pageable |
Interface for pagination information
|
| TreeDao<ID,T extends AbstractEntity<ID>> |
DAO for managing entities that support a tree structure
|
| Class | Description |
|---|---|
| FetchJoinInformation |
A DTO representing the properties of a fetch join
|
| PageableImpl |
Implementation of an object that holds paging information
|
| SortOrder |
Object representing a sort order and direction
|
| SortOrders |
A list of SortOrder objects
|
| Enum | Description |
|---|---|
| JoinType | |
| SortOrder.Direction |
Copyright © 2019 Open Circle Solutions. All rights reserved.