Serialized Form


Package org.springframework.datastore.collection

Class org.springframework.datastore.collection.PersistentList extends ArrayList implements Serializable

Serialized Fields

initialized

boolean initialized

associationKey

Serializable associationKey

session

Session session

indexer

AssociationIndexer<K,T> indexer

Class org.springframework.datastore.collection.PersistentSet extends HashSet implements Serializable

Serialized Fields

initialized

boolean initialized

associationKey

Serializable associationKey

session

Session session

indexer

AssociationIndexer<K,T> indexer

Package org.springframework.datastore.core

Class org.springframework.datastore.core.ConnectionNotFoundException extends RuntimeException implements Serializable

Class org.springframework.datastore.core.DatastoreException extends RuntimeException implements Serializable

Class org.springframework.datastore.core.EntityCreationException extends RuntimeException implements Serializable


Package org.springframework.datastore.engine

Class org.springframework.datastore.engine.NonPersistentTypeException extends RuntimeException implements Serializable


Package org.springframework.datastore.keyvalue.engine

Class org.springframework.datastore.keyvalue.engine.KeyValueEntry extends HashMap<String,Object> implements Serializable

Serialized Fields

family

String family

Package org.springframework.datastore.mapping

Class org.springframework.datastore.mapping.IllegalMappingException extends RuntimeException implements Serializable


Package org.springframework.datastore.redis

Class org.springframework.datastore.redis.RedisEntry extends HashMap implements Serializable

Serialized Fields

family

String family

Package org.springframework.datastore.reflect

Class org.springframework.datastore.reflect.InstantiationException extends RuntimeException implements Serializable


Package org.springframework.datastore.transactions

Class org.springframework.datastore.transactions.DatastoreTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements Serializable

Serialized Fields

datastore

Datastore datastore

datastoreManagedSession

boolean datastoreManagedSession

Package org.springframework.datastore.validation

Class org.springframework.datastore.validation.ValidationException extends org.springframework.dao.DataIntegrityViolationException implements Serializable

Serialized Fields

fullMessage

String fullMessage