Spring Data Core

Package org.springframework.data.domain

Central domain abstractions especially to be used in combination with the Repository abstraction.

See:
          Description

Interface Summary
Auditable<U,ID extends Serializable> Interface for auditable entities.
AuditorAware<T> Interface for components that are aware of the application's current auditor.
Page<T> A page is a sublist of a list of objects.
Pageable Abstract interface for pagination information.
Persistable<ID extends Serializable> Simple interface for entities.
Slice<T> A slice of data that indicates whether there's a next or previous slice available.
 

Class Summary
AbstractPageRequest Abstract Java Bean implementation of Pageable.
PageImpl<T> Basic Page implementation.
PageRequest Basic Java Bean implementation of Pageable.
SliceImpl<T> Default implementation of Slice.
Sort Sort option for queries.
Sort.Order PropertyPath implements the pairing of an Sort.Direction and a property.
 

Enum Summary
Sort.Direction Enumeration for sort directions.
Sort.NullHandling Enumeration for null handling hints that can be used in Sort.Order expressions.
 

Package org.springframework.data.domain Description

Central domain abstractions especially to be used in combination with the Repository abstraction.

See Also:
Repository

Spring Data Core

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