| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains interfaces and abstract classes for entities and daos.
|
| Modifier and Type | Method and Description |
|---|---|
E |
AbstractTopiaDao.TopiaQueryBuilderRunQueryStep.findFirst() |
E |
TopiaQueryBuilderRunQueryStep.findFirst()
Get the first element of the non-empty result set.
|
protected <R> R |
AbstractTopiaDao.findFirst(String hql,
Map<String,Object> hqlParameters,
Class<R> type) |
E |
AbstractTopiaDao.TopiaQueryBuilderRunQueryStep.findFirstOrNull() |
E |
TopiaQueryBuilderRunQueryStep.findFirstOrNull()
Get the first element of the result set or null if
query result was empty.
|
protected E |
AbstractTopiaDao.findFirstOrNull(String hql,
Map<String,Object> hqlParameters) |
protected <R> R |
AbstractTopiaDao.findFirstOrNull(String hql,
Map<String,Object> hqlParameters,
Class<R> type) |
com.google.common.base.Optional<E> |
AbstractTopiaDao.TopiaQueryBuilderRunQueryStep.tryFindFirst() |
com.google.common.base.Optional<E> |
TopiaQueryBuilderRunQueryStep.tryFindFirst()
Get the first element of the result set.
|
protected com.google.common.base.Optional<E> |
AbstractTopiaDao.tryFindFirst(String hql,
Map<String,Object> hqlParameters) |
protected <R> com.google.common.base.Optional<R> |
AbstractTopiaDao.tryFindFirst(String hql,
Map<String,Object> hqlParameters,
Class<R> type) |
Copyright © 2004–2013 CodeLutin. All rights reserved.