Serialized Form


Package org.hibernate.cache

Class org.hibernate.cache.CacheException extends HibernateException implements Serializable

Class org.hibernate.cache.CacheKey extends Object implements Serializable

Serialized Fields

key

Serializable key

type

Type type

entityOrRoleName

String entityOrRoleName

entityMode

EntityMode entityMode

hashCode

int hashCode

Class org.hibernate.cache.FilterKey extends Object implements Serializable

Serialized Fields

filterName

String filterName

filterParameters

Map<K,V> filterParameters

Class org.hibernate.cache.NoCachingEnabledException extends CacheException implements Serializable

Class org.hibernate.cache.OptimisticTreeCache.CircumventChecksDataVersion extends Object implements Serializable

Class org.hibernate.cache.OptimisticTreeCache.DataVersionAdapter extends Object implements Serializable

Serialized Fields

currentVersion

Object currentVersion

previousVersion

Object previousVersion

versionComparator

Comparator<T> versionComparator

sourceIdentifer

String sourceIdentifer

Class org.hibernate.cache.OptimisticTreeCache.NonLockingDataVersion extends Object implements Serializable

Class org.hibernate.cache.QueryKey extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

sqlQueryString

String sqlQueryString

positionalParameterTypes

Type[] positionalParameterTypes

positionalParameterValues

Object[] positionalParameterValues

namedParameters

Map<K,V> namedParameters

firstRow

Integer firstRow

maxRows

Integer maxRows

entityMode

EntityMode entityMode

filterKeys

Set<E> filterKeys

customTransformer

ResultTransformer customTransformer

Class org.hibernate.cache.ReadWriteCache.Item extends Object implements Serializable

Serialized Fields

freshTimestamp

long freshTimestamp

value

Object value

version

Object version

Class org.hibernate.cache.ReadWriteCache.Lock extends Object implements Serializable

Serialized Fields

unlockTimestamp

long unlockTimestamp

multiplicity

int multiplicity

concurrentLock

boolean concurrentLock

timeout

long timeout

id

int id

version

Object version



Copyright © 2009 Hibernate.org. All Rights Reserved.