| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains most of the needed contracts when using ToPIA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryMissingOrderException
If you get this exception, it means that you asked ToPIA to make an operation that needs a deterministic way to sort
the result but you didn't defined such query.
|
class |
TopiaNonUniqueResultException
Exception raised when a query returns more than one result while it was expected to return only one (or no result).
|
class |
TopiaNoResultException
Exception raised when a query returned no result while at least one result was expected.
|
Copyright © 2004–2019 CodeLutin. All rights reserved.