Spring Data Core

Uses of Package
org.springframework.data.domain

Packages that use org.springframework.data.domain
org.springframework.data.auditing General support for entity auditing. 
org.springframework.data.domain Central domain abstractions especially to be used in combination with the Repository abstraction. 
org.springframework.data.domain.jaxb Central domain abstractions especially to be used in combination with the Repository abstraction. 
org.springframework.data.geo Value types representing geo-spatial concepts. 
org.springframework.data.querydsl Querydsl integration support classes. 
org.springframework.data.repository Central interfaces for repository abstraction. 
org.springframework.data.repository.core.support Base classes to implement repositories for various data stores. 
org.springframework.data.repository.history API for repositories using historiography. 
org.springframework.data.repository.query Support classes to work with query methods. 
org.springframework.data.repository.query.parser Support classes for parsing queries from method names. 
org.springframework.data.web Integration with Spring MVC. 
 

Classes in org.springframework.data.domain used by org.springframework.data.auditing
AuditorAware
          Interface for components that are aware of the application's current auditor.
 

Classes in org.springframework.data.domain used by org.springframework.data.domain
AbstractPageRequest
          Abstract Java Bean implementation of Pageable.
Page
          A page is a sublist of a list of objects.
Pageable
          Abstract interface for pagination information.
PageRequest
          Basic Java Bean implementation of Pageable.
Persistable
          Simple interface for entities.
Slice
          A slice of data that indicates whether there's a next or previous slice available.
Sort
          Sort option for queries.
Sort.Direction
          Enumeration for sort directions.
Sort.NullHandling
          Enumeration for null handling hints that can be used in Sort.Order expressions.
Sort.Order
          PropertyPath implements the pairing of an Sort.Direction and a property.
 

Classes in org.springframework.data.domain used by org.springframework.data.domain.jaxb
Page
          A page is a sublist of a list of objects.
Sort
          Sort option for queries.
Sort.Order
          PropertyPath implements the pairing of an Sort.Direction and a property.
 

Classes in org.springframework.data.domain used by org.springframework.data.geo
Page
          A page is a sublist of a list of objects.
Pageable
          Abstract interface for pagination information.
PageImpl
          Basic Page implementation.
Slice
          A slice of data that indicates whether there's a next or previous slice available.
 

Classes in org.springframework.data.domain used by org.springframework.data.querydsl
AbstractPageRequest
          Abstract Java Bean implementation of Pageable.
Page
          A page is a sublist of a list of objects.
Pageable
          Abstract interface for pagination information.
Sort
          Sort option for queries.
 

Classes in org.springframework.data.domain used by org.springframework.data.repository
Page
          A page is a sublist of a list of objects.
Pageable
          Abstract interface for pagination information.
Sort
          Sort option for queries.
 

Classes in org.springframework.data.domain used by org.springframework.data.repository.core.support
Persistable
          Simple interface for entities.
 

Classes in org.springframework.data.domain used by org.springframework.data.repository.history
Page
          A page is a sublist of a list of objects.
Pageable
          Abstract interface for pagination information.
 

Classes in org.springframework.data.domain used by org.springframework.data.repository.query
Pageable
          Abstract interface for pagination information.
Sort
          Sort option for queries.
 

Classes in org.springframework.data.domain used by org.springframework.data.repository.query.parser
Sort
          Sort option for queries.
 

Classes in org.springframework.data.domain used by org.springframework.data.web
Page
          A page is a sublist of a list of objects.
Pageable
          Abstract interface for pagination information.
Sort
          Sort option for queries.
 


Spring Data Core

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