Options used by the TransactionalConnection getEntityOrThrow method.
FindOneOptions<T>IDAn optional channelId to limit results to entities assigned to the given Channel. Should only be used when getting entities that implement the ChannelAware interface.
numberv1.1.00If set to a positive integer, it will retry getting the entity in case it is initially not found.
numberv1.1.025Specifies the delay in ms to wait between retries.
booleanv1.3.0falseIf set to true, soft-deleted entities will be returned. Otherwise they will
throw as if they did not exist.