Uses of Enum Class
ru.slie.luna.db.query.FindOptions.NullOrder
Packages that use FindOptions.NullOrder
-
Uses of FindOptions.NullOrder in ru.slie.luna.db.query
Methods in ru.slie.luna.db.query that return FindOptions.NullOrderModifier and TypeMethodDescriptionFindOptions.Order.nullOrder()Returns the value of thenullOrderrecord component.static FindOptions.NullOrderReturns the enum constant of this class with the specified name.static FindOptions.NullOrder[]FindOptions.NullOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.slie.luna.db.query with parameters of type FindOptions.NullOrderModifier and TypeMethodDescriptionFindOptions.sort(String field, boolean asc, FindOptions.NullOrder nullOrder) FindOptions.sort(String field, FindOptions.NullOrder nullOrder) Constructors in ru.slie.luna.db.query with parameters of type FindOptions.NullOrderModifierConstructorDescriptionOrder(String field, boolean ascending, FindOptions.NullOrder nullOrder) Creates an instance of aOrderrecord class.