Package-level declarations

Types

Link copied to clipboard
class CordaPersistenceException : CordaRuntimeException
Exception that encapsulates errors during persistence.
Link copied to clipboard
interface PagedQuery<R>
Used to build a Query that supports limit and offset.
Link copied to clipboard
Used to build a Query that supports parameters.
Link copied to clipboard
@DoNotImplement
interface PersistenceService
PersistenceService allows a flow to insert, find, update and delete custom entities in the persistent store provided by the platform.