Uses of Class
org.nuiton.topia.persistence.QueryMissingOrderException
Packages that use QueryMissingOrderException
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of QueryMissingOrderException in org.nuiton.topia.persistence
Methods in org.nuiton.topia.persistence that throw QueryMissingOrderExceptionModifier and TypeMethodDescriptionTopiaQueryBuilderRunQueryStep.findFirst()Get the first element of the non-empty result set.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. -
Uses of QueryMissingOrderException in org.nuiton.topia.persistence.internal
Methods in org.nuiton.topia.persistence.internal that throw QueryMissingOrderExceptionModifier and TypeMethodDescriptionprotected <O> OAbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep.findFirst()protected <O> OAbstractTopiaDao.findFirstOrNull(String hql, Map<String, Object> hqlParameters) AbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep.findFirstOrNull()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) -
Uses of QueryMissingOrderException in org.nuiton.topia.persistence.internal.support
Methods in org.nuiton.topia.persistence.internal.support that throw QueryMissingOrderException -
Uses of QueryMissingOrderException in org.nuiton.topia.persistence.support
Methods in org.nuiton.topia.persistence.support that throw QueryMissingOrderException