Uses of Class
org.nuiton.topia.persistence.TopiaNoResultException
Packages that use TopiaNoResultException
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaNoResultException in org.nuiton.topia.persistence
Methods in org.nuiton.topia.persistence that throw TopiaNoResultExceptionModifier and TypeMethodDescriptionTopiaQueryBuilderRunQueryStep.findAny()Get the an element of the non-empty result set.TopiaDao.findByTopiaId(String topiaId) Deprecated.TopiaQueryBuilderRunQueryStep.findFirst()Get the first element of the non-empty result set.TopiaQueryBuilderRunQueryWithUniqueResultStep.findUnique()Get the first element of a single-element result set. -
Uses of TopiaNoResultException in org.nuiton.topia.persistence.internal
Methods in org.nuiton.topia.persistence.internal that throw TopiaNoResultExceptionModifier and TypeMethodDescriptionprotected <O> OAbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep.findAny()AbstractTopiaDao.findByTopiaId(String topiaId) Deprecated.AbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep.findFirst()protected <O> OAbstractTopiaDao.findUnique(String hql, Map<String, Object> hqlParameters) AbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep.findUnique()
TopiaDao.forTopiaIdEquals(String)