java.lang.Object
io.helidon.data.Order.BuilderBase.OrderImpl
- All Implemented Interfaces:
Prototype.Api
,Order
- Enclosing class:
Order.BuilderBase<BUILDER extends Order.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Order>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.data.Order
Order.Builder, Order.BuilderBase<BUILDER extends Order.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Order> -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
OrderImpl
(Order.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Field Details
-
UNSORTED
Query result ordering with no rules set (unsorted).
-
-
Constructor Details
-
OrderImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
property
Description copied from interface:Order
Entity property used for ordering.E.g. this is the path expression in Jakarta Persistence API. In following JPQL query:
SELECT t FROM Type t WHERE t.name = :name ORDER BY t.name
the entity property is thet.name
path expression afterORDER
BY keyword. -
direction
Description copied from interface:Order
Direction of the ordering. Default value isOrderDirection.ASC
. -
caseSensitive
public boolean caseSensitive()Description copied from interface:Order
Whether ordering is case-sensitive. Default value istrue
.- Specified by:
caseSensitive
in interfaceOrder
- Returns:
- value of
true
when ordering is case-sensitive orfalse
otherwise
-
toString
-
equals
-
hashCode
public int hashCode()
-