Spring Data Commons

Package org.springframework.data.domain.jaxb

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

See:
          Description

Class Summary
OrderAdapter XmlAdapter to convert Sort.Order instances into SpringDataJaxb.OrderDtos and vice versa.
PageAdapter XmlAdapter to convert Page instances into SpringDataJaxb.PageDto instances and vice versa.
SortAdapter XmlAdapter to convert Sort instances into SpringDataJaxb.SortDto instances and vice versa.
SpringDataJaxb Helper class containing utility methods to implement JAXB XmlAdapters as well as the DTO types to be marshalled by JAXB.
SpringDataJaxb.OrderDto The DTO for Sort.Order.
SpringDataJaxb.PageDto The DTO for Page.
SpringDataJaxb.PageRequestDto The DTO for Pageables/PageRequests.
SpringDataJaxb.SortDto The DTO for Sort.
 

Package org.springframework.data.domain.jaxb Description

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

See Also:
Repository

Spring Data Commons

Copyright © 2012. All Rights Reserved.