-
Defines the strategy for how fields of the embeddable
class are stored.
Thrown by the persistence provider when a problem
occurs.
Represents the first step in the delete query fluent
API.
Represents a delete condition based on a column name.
Represents a NOT delete condition in the delete query
fluent API.
Represents the last step of the delete query fluent API
execution.
Represents a step where it's possible to perform a
logical conjunction or disjunction, add one more delete
condition, or end up performing the built query.
Represents the first step in the query fluent API.
Represents the step in the query fluent API where it's
possible to define the maximum number of results to
retrieve or to perform the query execution.
Represents a condition based on a column name.
Represents the step in the query fluent API where it's
possible to define the order of the results or to
perform the query execution.
Represents a NOT condition in the delete query fluent
API.
Represents the step in the query fluent API where it's
possible to define the order of the results or to
perform the query execution.
Represents the last step of the query fluent API
execution.
Represents the step in the query fluent API where it's
possible to define the position of the first result to
retrieve or to perform the query execution.
Represents a step where it's possible to: Create a new
condition performing logical conjunction (AND) by
specifying a column name Create a new condition
performing logical disjunction (OR) by specifying a
column name Define the position of the first result
Define the maximum number of results to retrieve Define
the order of the results Perform the query execution