|
Spring Data Core | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Repository
abstraction.
See:
Description
Class Summary | |
---|---|
OrderAdapter | XmlAdapter to convert Sort.Order instances into SpringDataJaxb.OrderDto s 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 XmlAdapter s 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 Pageable s/PageRequest s. |
SpringDataJaxb.SortDto | The DTO for Sort . |
Central domain abstractions especially to be used in combination with the Repository
abstraction.
Repository
|
Spring Data Core | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |