|
Spring Data Commons | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
Central domain abstractions especially to be used in combination with the Repository abstraction.
Repository
|
Spring Data Commons | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||