| Package | Description |
|---|---|
| com.ocs.dynamo.dao | |
| com.ocs.dynamo.dao.query | |
| com.ocs.dynamo.domain | |
| com.ocs.dynamo.service | |
| com.ocs.dynamo.ui |
| 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>>
TODO Description of TreeDao.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>>
An iterator for traversing large data sets without loading them all into memory
|
| 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
|
class |
TestDomain |
class |
TestEntity
Entity used for testing purposes - has to be included in src/main/java because otherwise QueryDSL
code generation fails
|
class |
TestEntity2 |
| 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
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Observer<T extends AbstractEntity<?>>
An Observer according to the well-known pattern
|
interface |
Subject<T extends AbstractEntity<?>>
A subject (also known as an Observable) according to the well-known pattern
|
Copyright © 2017 Open Circle Solutions. All rights reserved.