| 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 | Method and Description |
|---|---|
E |
TopiaQueryBuilderRunQueryStep.findFirst()
Get the first element of the non-empty result set.
|
E |
TopiaQueryBuilderRunQueryStep.findFirstOrNull()
Get the first element of the result set or null if query result is empty.
|
com.google.common.base.Optional<E> |
TopiaQueryBuilderRunQueryStep.tryFindFirst()
Get the first element of the result set.
|
| Modifier and Type | Method and Description |
|---|---|
E |
AbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep.findFirst() |
protected <O> O |
AbstractTopiaDao.findFirst(String hql,
Map<String,Object> hqlParameters) |
E |
AbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep.findFirstOrNull() |
protected <O> O |
AbstractTopiaDao.findFirstOrNull(String hql,
Map<String,Object> hqlParameters) |
com.google.common.base.Optional<E> |
AbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep.tryFindFirst() |
protected <O> com.google.common.base.Optional<O> |
AbstractTopiaDao.tryFindFirst(String hql,
Map<String,Object> hqlParameters) |
Copyright © 2004–2014 CodeLutin. All rights reserved.