Interface CheckedOutDocumentsQuery

All Superinterfaces:
QueryBuilder<CheckedOutDocument>

public interface CheckedOutDocumentsQuery extends QueryBuilder<CheckedOutDocument>
Interface for building queries to retrieve CheckedOutDocument entities.

This interface extends QueryBuilder and provides methods to construct queries based on attributes of a CheckedOutDocument, such as ID, document ID, user information, and timestamps. It supports method chaining for constructing complex queries.

See Also: