Spring Data Commons

Uses of Package
org.springframework.data.domain

Packages that use org.springframework.data.domain
org.springframework.data.domain Central domain abstractions especially to be used in combination with the Repository abstraction. 
org.springframework.data.querydsl   
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.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   
 

Classes in org.springframework.data.domain used by org.springframework.data.domain
Page
          A page is a sublist of a list of objects.
Pageable
          Abstract interface for pagination information.
Persistable
          Simple interface for entities.
Sort
          Sort option for queries.
Sort.Direction
          Enumeration for sort directions.
Sort.Order
          PropertyPath implements the pairing of an Order and a property.
 

Classes in org.springframework.data.domain used by org.springframework.data.querydsl
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
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.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
Pageable
          Abstract interface for pagination information.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.