| Package | Description |
|---|---|
| com.ocs.dynamo.functional.dao | |
| com.ocs.dynamo.functional.domain | |
| com.ocs.dynamo.functional.service |
| Modifier and Type | Method and Description |
|---|---|
<C extends DomainChild<C,P>,P extends DomainParent<C,P>> |
DomainDaoImpl.findChildren(P parent) |
<C extends DomainChild<C,P>,P extends DomainParent<C,P>> |
DomainDao.findChildren(P parent)
Returns the children for a certain parent
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainChild<C extends DomainChild<C,P>,P extends DomainParent<C,P>>
The persistent class for the domain entity that manages hierarchical reference information.
|
class |
DomainParent<C extends DomainChild<C,P>,P extends DomainParent<C,P>>
The persistent class for the domain entity that manages hierarchical reference information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Country
A Country identified by an ISO country code
|
| Modifier and Type | Field and Description |
|---|---|
com.mysema.query.types.path.SetPath<DomainChild<?,?>,QDomainChild> |
QRegion.children |
com.mysema.query.types.path.SetPath<DomainChild<?,?>,QDomainChild> |
QDomainParent.children |
| Constructor and Description |
|---|
QDomainChild(Class<? extends DomainChild<?,? extends DomainParent<?,?>>> type,
com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
QDomainChild(com.mysema.query.types.Path<? extends DomainChild> path) |
| Modifier and Type | Method and Description |
|---|---|
<C extends DomainChild<C,P>,P extends DomainParent<C,P>> |
DomainServiceImpl.findChildren(P parent) |
<C extends DomainChild<C,P>,P extends DomainParent<C,P>> |
DomainService.findChildren(P parent)
Query the children for a given parent
|
Copyright © 2019 Open Circle Solutions. All rights reserved.