Serialized Form


Package org.hibernate.shards

Class org.hibernate.shards.CrossShardAssociationException extends org.hibernate.HibernateException implements Serializable


Package org.hibernate.shards.engine

Package org.hibernate.shards.session

Class org.hibernate.shards.session.BaseStatefulInterceptorFactory extends org.hibernate.EmptyInterceptor implements Serializable

Class org.hibernate.shards.session.ShardedSessionException extends RuntimeException implements Serializable

Class org.hibernate.shards.session.ShardedSessionFactoryImpl extends Object implements Serializable

Serialized Fields

sessionFactories

List<E> sessionFactories

classesWithoutTopLevelSaveSupport

Set<E> classesWithoutTopLevelSaveSupport

sessionFactoryShardIdMap

Map<K,V> sessionFactoryShardIdMap

fullSessionFactoryShardIdMap

Map<K,V> fullSessionFactoryShardIdMap

shardStrategy

ShardStrategy shardStrategy

controlSessionFactory

org.hibernate.engine.SessionFactoryImplementor controlSessionFactory

checkAllAssociatedObjectsForDifferentShards

boolean checkAllAssociatedObjectsForDifferentShards

statistics

org.hibernate.stat.Statistics statistics

log

org.apache.commons.logging.Log log

Class org.hibernate.shards.session.ShardedSessionImpl extends Object implements Serializable

Serialized Fields

shardedSessionFactory

ShardedSessionFactoryImplementor shardedSessionFactory

shards

List<E> shards

shardIdsToShards

Map<K,V> shardIdsToShards

shardStrategy

ShardStrategy shardStrategy

classesWithoutTopLevelSaveSupport

Set<E> classesWithoutTopLevelSaveSupport

checkAllAssociatedObjectsForDifferentShards

boolean checkAllAssociatedObjectsForDifferentShards

transaction

ShardedTransaction transaction

closed

boolean closed

lockedShard

boolean lockedShard

lockedShardId

ShardId lockedShardId

nextCriteriaId

int nextCriteriaId

nextQueryId

int nextQueryId

log

org.apache.commons.logging.Log log

Class org.hibernate.shards.session.SubsetShardedSessionFactoryImpl extends ShardedSessionFactoryImpl implements Serializable