Spring Data Core

Uses of Class
org.springframework.data.domain.Sort.NullHandling

Packages that use Sort.NullHandling
org.springframework.data.domain Central domain abstractions especially to be used in combination with the Repository abstraction. 
 

Uses of Sort.NullHandling in org.springframework.data.domain
 

Methods in org.springframework.data.domain that return Sort.NullHandling
 Sort.NullHandling Sort.Order.getNullHandling()
          Returns the used Sort.NullHandling hint, which can but may not be respected by the used datastore.
static Sort.NullHandling Sort.NullHandling.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Sort.NullHandling[] Sort.NullHandling.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.data.domain with parameters of type Sort.NullHandling
 Sort.Order Sort.Order.with(Sort.NullHandling nullHandling)
          Returns a Sort.Order with the given Sort.NullHandling.
 

Constructors in org.springframework.data.domain with parameters of type Sort.NullHandling
Sort.Order(Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint)
          Creates a new Sort.Order instance. if order is null then order defaults to Sort.DEFAULT_DIRECTION
 


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.