| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains most of the needed contracts when using ToPIA.
|
| org.nuiton.topia.persistence.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopiaQueryBuilderAddCriteriaOrRunQueryStep<E extends TopiaEntity>
Additional contract that aggregate both
TopiaQueryBuilderAddCriteriaStep and
TopiaQueryBuilderRunQueryStep contracts. |
interface |
TopiaQueryBuilderRunQueryStep<E extends TopiaEntity>
This interface represents different common operations that a user may do after a query is defined (using the
TopiaQueryBuilderAddCriteriaStep)
There are different methods according to the supposed existence or uniqueness of the result. |
| Modifier and Type | Method and Description |
|---|---|
TopiaQueryBuilderRunQueryWithUniqueResultStep<E> |
TopiaDao.forTopiaIdEquals(String topiaId) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractTopiaDao.InnerTopiaQueryBuilderAddCriteriaOrRunQueryStep<E extends TopiaEntity> |
static class |
AbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep<E extends TopiaEntity> |
Copyright © 2004–2015 CodeLutin. All rights reserved.