| Package | Description |
|---|---|
| com.ocs.dynamo.dao | |
| com.ocs.dynamo.domain | |
| com.ocs.dynamo.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseDao<ID,T extends AbstractEntity<ID>>
Interface that all DAO objects must implement
|
interface |
TreeDao<ID,T extends AbstractEntity<ID>>
DAO for managing entities that support a tree structure
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuditableEntity<ID>
Base class for entities that store auditing information
|
class |
AbstractTreeEntity<ID,P extends AbstractTreeEntity>
Base class for entities that have a tree hierarchy
|
| Constructor and Description |
|---|
QAbstractEntity(com.mysema.query.types.Path<? extends AbstractEntity> path) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseService<ID,T extends AbstractEntity<ID>>
The interface for a service that manages an entity
|
Copyright © 2019 Open Circle Solutions. All rights reserved.