直列化された形式
パッケージ org.springframework.data.crossstore
例外 org.springframework.data.crossstore.ChangeSetPersister.NotFoundException
class NotFoundException extends ExceptionSE implements SerializableSE- serialVersionUID:
- -8604207973816331140L
パッケージ org.springframework.data.domain
クラス org.springframework.data.domain.AbstractPageRequest
class AbstractPageRequest extends ObjectSE implements SerializableSE- serialVersionUID:
- 1232825578694716871L
Serialized Fields
pageNumber
int pageNumber
pageSize
int pageSize
クラス org.springframework.data.domain.PageImpl
- serialVersionUID:
- 867755909294344406L
Serialized Fields
total
long total
クラス org.springframework.data.domain.PageRequest
class PageRequest extends AbstractPageRequest implements SerializableSE- serialVersionUID:
- -4541509938956089562L
Serialized Fields
sort
Sort sort
クラス org.springframework.data.domain.SliceImpl
- serialVersionUID:
- 867755909294344406L
Serialized Fields
hasNext
boolean hasNext
pageable
Pageable pageable
クラス org.springframework.data.domain.Sort
class Sort extends ObjectSE implements SerializableSE- serialVersionUID:
- 5737186511678863905L
Serialized Fields
orders
ListSE<Sort.Order> orders
クラス org.springframework.data.domain.Sort.Order
class Order extends ObjectSE implements SerializableSE- serialVersionUID:
- 1522511010900108987L
Serialized Fields
direction
Sort.Direction direction
ignoreCase
boolean ignoreCase
nullHandling
Sort.NullHandling nullHandling
property
StringSE property
クラス org.springframework.data.domain.Sort.TypedSort
class TypedSort extends Sort implements SerializableSE- serialVersionUID:
- -3550403511206745880L
Serialized Fields
recorded
MethodInvocationRecorder.Recorded<T> recorded
パッケージ org.springframework.data.geo
クラス org.springframework.data.geo.Box
class Box extends ObjectSE implements SerializableSE- serialVersionUID:
- 8198095179084040711L
クラス org.springframework.data.geo.Circle
class Circle extends ObjectSE implements SerializableSE- serialVersionUID:
- 5215611530535947924L
クラス org.springframework.data.geo.CustomMetric
class CustomMetric extends ObjectSE implements SerializableSE- serialVersionUID:
- -2972074177454114228L
Serialized Fields
abbreviation
StringSE abbreviation
multiplier
double multiplier
クラス org.springframework.data.geo.Distance
class Distance extends ObjectSE implements SerializableSE- serialVersionUID:
- 2460886201934027744L
クラス org.springframework.data.geo.GeoModule
class GeoModule extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.data.geo.GeoPage
- serialVersionUID:
- -5655267379242128600L
Serialized Fields
averageDistance
Distance averageDistance
基礎となる結果の平均距離。
クラス org.springframework.data.geo.GeoResult
class GeoResult extends ObjectSE implements SerializableSE- serialVersionUID:
- 1637452570977581370L
クラス org.springframework.data.geo.GeoResults
class GeoResults extends ObjectSE implements SerializableSE- serialVersionUID:
- 8347363491300219485L
クラス org.springframework.data.geo.Point
class Point extends ObjectSE implements SerializableSE- serialVersionUID:
- 3583151228933783558L
Serialized Fields
x
double x
y
double y
クラス org.springframework.data.geo.Polygon
class Polygon extends ObjectSE implements SerializableSE- serialVersionUID:
- -2705040068154648988L
パッケージ org.springframework.data.history
クラス org.springframework.data.history.RevisionSort
class RevisionSort extends Sort implements SerializableSE- serialVersionUID:
- 618238321589063537L
パッケージ org.springframework.data.mapping
例外 org.springframework.data.mapping.MappingException
class MappingException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 1L
例外 org.springframework.data.mapping.PropertyReferenceException
class PropertyReferenceException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- -5254424051438976570L
Serialized Fields
alreadyResolvedPath
ListSE<PropertyPath> alreadyResolvedPath
propertyMatches
Lazy<SetSE<StringSE>> propertyMatches
propertyName
StringSE propertyName
type
TypeInformation<?> type
パッケージ org.springframework.data.mapping.context
例外 org.springframework.data.mapping.context.InvalidPersistentPropertyPath
class InvalidPersistentPropertyPath extends MappingException implements SerializableSE- serialVersionUID:
- 2805815643641094488L
Serialized Fields
resolvedPath
StringSE resolvedPath
source
StringSE source
type
TypeInformation<?> type
unresolvableSegment
StringSE unresolvableSegment
クラス org.springframework.data.mapping.context.MappingContextEvent
class MappingContextEvent extends ApplicationEvent implements SerializableSE- serialVersionUID:
- 1336466833846092490L
Serialized Fields
entity
E extends PersistentEntity<?,
P> entity source
MappingContext<?,
?> source
パッケージ org.springframework.data.mapping.model
例外 org.springframework.data.mapping.model.MappingInstantiationException
class MappingInstantiationException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 822211065035487628L
Serialized Fields
constructorArguments
ListSE<ObjectSE> constructorArguments
entityCreator
InstanceCreatorMetadata<?> entityCreator
entityType
ClassSE<?> entityType
パッケージ org.springframework.data.querydsl
クラス org.springframework.data.querydsl.QPageRequest
class QPageRequest extends AbstractPageRequest implements SerializableSE- serialVersionUID:
- 7529171950267879273L
Serialized Fields
sort
QSort sort
クラス org.springframework.data.querydsl.QSort
class QSort extends Sort implements SerializableSE- serialVersionUID:
- -6701117396842171930L
Serialized Fields
orderSpecifiers
ListSE<com.querydsl.core.types.OrderSpecifier<?>> orderSpecifiers
パッケージ org.springframework.data.repository.core
例外 org.springframework.data.repository.core.RepositoryCreationException
class RepositoryCreationException extends InvalidDataAccessApiUsageException implements SerializableSESerialized Fields
repositoryInterface
ClassSE<?> repositoryInterface
パッケージ org.springframework.data.repository.core.support
例外 org.springframework.data.repository.core.support.FragmentNotImplementedException
class FragmentNotImplementedException extends RepositoryCreationException implements SerializableSESerialized Fields
fragment
RepositoryFragment<?> fragment
例外 org.springframework.data.repository.core.support.IncompleteRepositoryCompositionException
class IncompleteRepositoryCompositionException extends RepositoryCreationException implements SerializableSE例外 org.springframework.data.repository.core.support.UnsupportedFragmentException
class UnsupportedFragmentException extends RepositoryCreationException implements SerializableSESerialized Fields
fragmentInterface
ClassSE<?> fragmentInterface
パッケージ org.springframework.data.repository.init
クラス org.springframework.data.repository.init.RepositoriesPopulatedEvent
class RepositoriesPopulatedEvent extends ApplicationEvent implements SerializableSE- serialVersionUID:
- 7449982118828889097L
Serialized Fields
repositories
Repositories repositories
パッケージ org.springframework.data.repository.query
例外 org.springframework.data.repository.query.ParameterOutOfBoundsException
class ParameterOutOfBoundsException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 8433209953653278886L
例外 org.springframework.data.repository.query.QueryCreationException
class QueryCreationException extends RepositoryCreationException implements SerializableSE- serialVersionUID:
- -1238456123580L
Serialized Fields
method
MethodSE method
パッケージ org.springframework.data.repository.support
例外 org.springframework.data.repository.support.QueryMethodParameterConversionException
class QueryMethodParameterConversionException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- -5818002272039533066L
Serialized Fields
parameter
MethodParameter parameter
source
ObjectSE source
パッケージ org.springframework.data.web.config
クラス org.springframework.data.web.config.SpringDataJacksonConfiguration.PageModule
class PageModule extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE- serialVersionUID:
- 275254460581626332L