| Package | Description |
|---|---|
| com.ocs.dynamo.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTreeEntity<ID,P extends AbstractTreeEntity>
Base class for entities that have a tree hierarchy
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestEntity
Entity used for testing purposes - has to be included in src/main/java because otherwise QueryDSL
code generation fails
|
| Modifier and Type | Field and Description |
|---|---|
com.mysema.query.types.path.ListPath<AbstractTreeEntity<?,?>,QAbstractTreeEntity> |
QTestEntity.children |
com.mysema.query.types.path.ListPath<AbstractTreeEntity<?,?>,QAbstractTreeEntity> |
QAbstractTreeEntity.children |
| Constructor and Description |
|---|
QAbstractTreeEntity(Class<? extends AbstractTreeEntity<?,?>> type,
com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
QAbstractTreeEntity(com.mysema.query.types.Path<? extends AbstractTreeEntity> path) |
Copyright © 2017 Open Circle Solutions. All rights reserved.