Serialized Form
-
Package org.springframework.data.crossstore
-
Exception org.springframework.data.crossstore.ChangeSetPersister.NotFoundException
class NotFoundException extends Exception implements Serializable- serialVersionUID:
- -8604207973816331140L
-
-
Package org.springframework.data.domain
-
Class org.springframework.data.domain.AbstractPageRequest
class AbstractPageRequest extends Object implements Serializable- serialVersionUID:
- 1232825578694716871L
-
Serialized Fields
-
pageNumber
int pageNumber
-
pageSize
int pageSize
-
-
Class org.springframework.data.domain.PageImpl
- serialVersionUID:
- 867755909294344406L
-
Serialized Fields
-
total
long total
-
-
Class org.springframework.data.domain.PageRequest
class PageRequest extends AbstractPageRequest implements Serializable- serialVersionUID:
- -4541509938956089562L
-
Serialized Fields
-
sort
Sort sort
-
-
Class org.springframework.data.domain.SliceImpl
- serialVersionUID:
- 867755909294344406L
-
Serialized Fields
-
hasNext
boolean hasNext
-
pageable
Pageable pageable
-
-
Class org.springframework.data.domain.Sort
class Sort extends Object implements Serializable- serialVersionUID:
- 5737186511678863905L
-
Serialized Fields
-
orders
List<Sort.Order> orders
-
-
Class org.springframework.data.domain.Sort.Order
class Order extends Object implements Serializable- serialVersionUID:
- 1522511010900108987L
-
Serialized Fields
-
direction
Sort.Direction direction
-
ignoreCase
boolean ignoreCase
-
nullHandling
Sort.NullHandling nullHandling
-
property
String property
-
-
Class org.springframework.data.domain.Sort.TypedSort
class TypedSort extends Sort implements Serializable- serialVersionUID:
- -3550403511206745880L
-
Serialized Fields
-
recorded
MethodInvocationRecorder.Recorded<T> recorded
-
-
-
Package org.springframework.data.geo
-
Class org.springframework.data.geo.Box
class Box extends Object implements Serializable- serialVersionUID:
- 8198095179084040711L
-
Class org.springframework.data.geo.Circle
class Circle extends Object implements Serializable- serialVersionUID:
- 5215611530535947924L
-
Class org.springframework.data.geo.CustomMetric
class CustomMetric extends Object implements Serializable- serialVersionUID:
- -2972074177454114228L
-
Serialized Fields
-
abbreviation
String abbreviation
-
multiplier
double multiplier
-
-
Class org.springframework.data.geo.Distance
class Distance extends Object implements Serializable- serialVersionUID:
- 2460886201934027744L
-
Class org.springframework.data.geo.GeoModule
class GeoModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.data.geo.GeoPage
- serialVersionUID:
- -5655267379242128600L
-
Serialized Fields
-
averageDistance
Distance averageDistance
The average distance of the underlying results.
-
-
Class org.springframework.data.geo.GeoResult
class GeoResult extends Object implements Serializable- serialVersionUID:
- 1637452570977581370L
-
Class org.springframework.data.geo.GeoResults
class GeoResults extends Object implements Serializable- serialVersionUID:
- 8347363491300219485L
-
Class org.springframework.data.geo.Point
class Point extends Object implements Serializable- serialVersionUID:
- 3583151228933783558L
-
Serialized Fields
-
x
double x
-
y
double y
-
-
Class org.springframework.data.geo.Polygon
class Polygon extends Object implements Serializable- serialVersionUID:
- -2705040068154648988L
-
-
Package org.springframework.data.history
-
Class org.springframework.data.history.RevisionSort
class RevisionSort extends Sort implements Serializable- serialVersionUID:
- 618238321589063537L
-
-
Package org.springframework.data.mapping
-
Exception org.springframework.data.mapping.MappingException
class MappingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.springframework.data.mapping.PropertyReferenceException
class PropertyReferenceException extends RuntimeException implements Serializable- serialVersionUID:
- -5254424051438976570L
-
Serialized Fields
-
alreadyResolvedPath
List<PropertyPath> alreadyResolvedPath
-
propertyMatches
Lazy<Set<String>> propertyMatches
-
propertyName
String propertyName
-
type
TypeInformation<?> type
-
-
-
Package org.springframework.data.mapping.context
-
Exception org.springframework.data.mapping.context.InvalidPersistentPropertyPath
class InvalidPersistentPropertyPath extends MappingException implements Serializable- serialVersionUID:
- 2805815643641094488L
-
Serialized Fields
-
resolvedPath
String resolvedPath
-
source
String source
-
type
TypeInformation<?> type
-
unresolvableSegment
String unresolvableSegment
-
-
Class org.springframework.data.mapping.context.MappingContextEvent
class MappingContextEvent extends ApplicationEvent implements Serializable- serialVersionUID:
- 1336466833846092490L
-
Serialized Fields
-
entity
E extends PersistentEntity<?,
P> entity -
source
MappingContext<?,
?> source
-
-
-
Package org.springframework.data.mapping.model
-
Exception org.springframework.data.mapping.model.MappingInstantiationException
class MappingInstantiationException extends RuntimeException implements Serializable- serialVersionUID:
- 822211065035487628L
-
Serialized Fields
-
constructorArguments
List<Object> constructorArguments
-
entityCreator
InstanceCreatorMetadata<?> entityCreator
-
entityType
Class<?> entityType
-
-
-
Package org.springframework.data.querydsl
-
Class org.springframework.data.querydsl.QPageRequest
class QPageRequest extends AbstractPageRequest implements Serializable- serialVersionUID:
- 7529171950267879273L
-
Serialized Fields
-
sort
QSort sort
-
-
Class org.springframework.data.querydsl.QSort
class QSort extends Sort implements Serializable- serialVersionUID:
- -6701117396842171930L
-
Serialized Fields
-
orderSpecifiers
List<com.querydsl.core.types.OrderSpecifier<?>> orderSpecifiers
-
-
-
Package org.springframework.data.repository.core
-
Exception org.springframework.data.repository.core.RepositoryCreationException
class RepositoryCreationException extends InvalidDataAccessApiUsageException implements Serializable-
Serialized Fields
-
repositoryInterface
Class<?> repositoryInterface
-
-
-
-
Package org.springframework.data.repository.core.support
-
Exception org.springframework.data.repository.core.support.FragmentNotImplementedException
class FragmentNotImplementedException extends RepositoryCreationException implements Serializable-
Serialized Fields
-
fragment
RepositoryFragment<?> fragment
-
-
-
Exception org.springframework.data.repository.core.support.IncompleteRepositoryCompositionException
class IncompleteRepositoryCompositionException extends RepositoryCreationException implements Serializable -
Exception org.springframework.data.repository.core.support.UnsupportedFragmentException
class UnsupportedFragmentException extends RepositoryCreationException implements Serializable-
Serialized Fields
-
fragmentInterface
Class<?> fragmentInterface
-
-
-
-
Package org.springframework.data.repository.init
-
Class org.springframework.data.repository.init.RepositoriesPopulatedEvent
class RepositoriesPopulatedEvent extends ApplicationEvent implements Serializable- serialVersionUID:
- 7449982118828889097L
-
Serialized Fields
-
repositories
Repositories repositories
-
-
-
Package org.springframework.data.repository.query
-
Exception org.springframework.data.repository.query.ParameterOutOfBoundsException
class ParameterOutOfBoundsException extends RuntimeException implements Serializable- serialVersionUID:
- 8433209953653278886L
-
Exception org.springframework.data.repository.query.QueryCreationException
class QueryCreationException extends RepositoryCreationException implements Serializable- serialVersionUID:
- -1238456123580L
-
Serialized Fields
-
method
Method method
-
-
-
Package org.springframework.data.repository.support
-
Exception org.springframework.data.repository.support.QueryMethodParameterConversionException
class QueryMethodParameterConversionException extends RuntimeException implements Serializable- serialVersionUID:
- -5818002272039533066L
-
Serialized Fields
-
parameter
MethodParameter parameter
-
source
Object source
-
-
-
Package org.springframework.data.web.config
-
Class org.springframework.data.web.config.SpringDataJacksonConfiguration.PageModule
class PageModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable- serialVersionUID:
- 275254460581626332L
-