Serialized Form


Package org.hibernate

Class org.hibernate.AssertionFailure extends NestableRuntimeException implements Serializable

Class org.hibernate.CacheMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

name

String name

isPutEnabled

boolean isPutEnabled

isGetEnabled

boolean isGetEnabled

Class org.hibernate.CallbackException extends HibernateException implements Serializable

Class org.hibernate.ConnectionReleaseMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

name

String name

Class org.hibernate.DuplicateMappingException extends MappingException implements Serializable

Serialized Fields

name

String name

type

String type

Class org.hibernate.EmptyInterceptor extends Object implements Serializable

Class org.hibernate.EntityMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

name

String name

Class org.hibernate.FetchMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

name

String name

Class org.hibernate.FlushMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

level

int level

name

String name

Class org.hibernate.HibernateException extends NestableRuntimeException implements Serializable

Class org.hibernate.InstantiationException extends HibernateException implements Serializable

Serialized Fields

clazz

Class clazz

Class org.hibernate.InvalidMappingException extends MappingException implements Serializable

Serialized Fields

path

String path

type

String type

Class org.hibernate.JDBCException extends HibernateException implements Serializable

Serialized Fields

sqle

SQLException sqle

sql

String sql

Class org.hibernate.LazyInitializationException extends HibernateException implements Serializable

Class org.hibernate.LockMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

level

int level

name

String name

Class org.hibernate.MappingException extends HibernateException implements Serializable

Class org.hibernate.MappingNotFoundException extends MappingException implements Serializable

Serialized Fields

path

String path

type

String type

Class org.hibernate.NonUniqueObjectException extends HibernateException implements Serializable

Serialized Fields

identifier

Serializable identifier

entityName

String entityName

Class org.hibernate.NonUniqueResultException extends HibernateException implements Serializable

Class org.hibernate.ObjectDeletedException extends UnresolvableObjectException implements Serializable

Class org.hibernate.ObjectNotFoundException extends UnresolvableObjectException implements Serializable

Class org.hibernate.PersistentObjectException extends HibernateException implements Serializable

Class org.hibernate.PropertyAccessException extends HibernateException implements Serializable

Serialized Fields

persistentClass

Class persistentClass

propertyName

String propertyName

wasSetter

boolean wasSetter

Class org.hibernate.PropertyNotFoundException extends MappingException implements Serializable

Class org.hibernate.PropertyValueException extends HibernateException implements Serializable

Serialized Fields

entityName

String entityName

propertyName

String propertyName

Class org.hibernate.QueryException extends HibernateException implements Serializable

Serialized Fields

queryString

String queryString

Class org.hibernate.QueryParameterException extends QueryException implements Serializable

Class org.hibernate.ReplicationMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

name

String name

Class org.hibernate.ScrollMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

resultSetType

int resultSetType

name

String name

Class org.hibernate.SessionException extends HibernateException implements Serializable

Class org.hibernate.StaleObjectStateException extends StaleStateException implements Serializable

Serialized Fields

entityName

String entityName

identifier

Serializable identifier

Class org.hibernate.StaleStateException extends HibernateException implements Serializable

Class org.hibernate.TransactionException extends HibernateException implements Serializable

Class org.hibernate.TransientObjectException extends HibernateException implements Serializable

Class org.hibernate.TypeMismatchException extends HibernateException implements Serializable

Class org.hibernate.UnresolvableObjectException extends HibernateException implements Serializable

Serialized Fields

identifier

Serializable identifier

entityName

String entityName

Class org.hibernate.WrongClassException extends HibernateException implements Serializable

Serialized Fields

identifier

Serializable identifier

entityName

String entityName


Package org.hibernate.action

Class org.hibernate.action.BulkOperationCleanupAction extends Object implements Serializable

Serialized Fields

session

SessionImplementor session

affectedEntityNames

Set affectedEntityNames

affectedCollectionRoles

Set affectedCollectionRoles

spaces

Serializable[] spaces

Class org.hibernate.action.CollectionAction extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

key

Serializable key

finalKey

Serializable finalKey

session

SessionImplementor session

lock

CacheConcurrencyStrategy.SoftLock lock

collectionRole

String collectionRole

collection

PersistentCollection collection

Class org.hibernate.action.CollectionRecreateAction extends CollectionAction implements Serializable

Class org.hibernate.action.CollectionRemoveAction extends CollectionAction implements Serializable

Serialized Fields

emptySnapshot

boolean emptySnapshot

Class org.hibernate.action.CollectionUpdateAction extends CollectionAction implements Serializable

Serialized Fields

emptySnapshot

boolean emptySnapshot

Class org.hibernate.action.DelayedPostInsertIdentifier extends Object implements Serializable

Serialized Fields

sequence

long sequence

Class org.hibernate.action.EntityAction extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

session

SessionImplementor session

id

Serializable id

instance

Object instance

entityName

String entityName

Class org.hibernate.action.EntityDeleteAction extends EntityAction implements Serializable

Serialized Fields

version

Object version

lock

CacheConcurrencyStrategy.SoftLock lock

isCascadeDeleteEnabled

boolean isCascadeDeleteEnabled

state

Object[] state

Class org.hibernate.action.EntityIdentityInsertAction extends EntityAction implements Serializable

Serialized Fields

state

Object[] state

isDelayed

boolean isDelayed

delayedEntityKey

EntityKey delayedEntityKey

generatedId

Serializable generatedId

Class org.hibernate.action.EntityInsertAction extends EntityAction implements Serializable

Serialized Fields

state

Object[] state

version

Object version

cacheEntry

Object cacheEntry

Class org.hibernate.action.EntityUpdateAction extends EntityAction implements Serializable

Serialized Fields

state

Object[] state

previousState

Object[] previousState

previousVersion

Object previousVersion

nextVersion

Object nextVersion

dirtyFields

int[] dirtyFields

hasDirtyCollection

boolean hasDirtyCollection

rowId

Object rowId

cacheEntry

Object cacheEntry

lock

CacheConcurrencyStrategy.SoftLock lock


Package org.hibernate.bytecode.cglib

Class org.hibernate.bytecode.cglib.AccessOptimizerAdapter extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

mappedClass

Class mappedClass

bulkBean

net.sf.cglib.beans.BulkBean bulkBean

Class org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

fastClass

net.sf.cglib.reflect.FastClass fastClass

Class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl extends Object implements Serializable


Package org.hibernate.bytecode.javassist

Class org.hibernate.bytecode.javassist.AccessOptimizerAdapter extends Object implements Serializable

Serialized Fields

bulkAccessor

BulkAccessor bulkAccessor

mappedClass

Class mappedClass

Class org.hibernate.bytecode.javassist.BulkAccessor extends Object implements Serializable

Serialized Fields

target

Class target

getters

String[] getters

setters

String[] setters

types

Class[] types

Class org.hibernate.bytecode.javassist.BulkAccessorException extends RuntimeException implements Serializable

Serialized Fields

myCause

Throwable myCause

index

int index

Class org.hibernate.bytecode.javassist.FastClass extends Object implements Serializable

Serialized Fields

type

Class type

Class org.hibernate.bytecode.javassist.InstantiationOptimizerAdapter extends Object implements Serializable

Serialized Fields

fastClass

FastClass fastClass

Class org.hibernate.bytecode.javassist.ReflectionOptimizerImpl extends Object implements Serializable

Serialized Fields

instantiationOptimizer

ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer

accessOptimizer

ReflectionOptimizer.AccessOptimizer accessOptimizer


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 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 versionComparator

sourceIdentifer

String sourceIdentifer

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

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

Serialized Fields

sqlQueryString

String sqlQueryString

types

Type[] types

values

Object[] values

firstRow

Integer firstRow

maxRows

Integer maxRows

namedParameters

Map namedParameters

entityMode

EntityMode entityMode

filters

Set filters

hashCode

int hashCode

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


Package org.hibernate.cache.entry

Class org.hibernate.cache.entry.CacheEntry extends Object implements Serializable

Serialized Fields

disassembledState

Serializable[] disassembledState

subclass

String subclass

lazyPropertiesAreUnfetched

boolean lazyPropertiesAreUnfetched

version

Object version

Class org.hibernate.cache.entry.CollectionCacheEntry extends Object implements Serializable

Serialized Fields

state

Serializable state


Package org.hibernate.cfg

Class org.hibernate.cfg.CollectionSecondPass extends Object implements Serializable

Serialized Fields

mappings

Mappings mappings

collection

Collection collection

localInheritedMetas

Map localInheritedMetas

Class org.hibernate.cfg.Configuration extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

classes

Map classes

imports

Map imports

collections

Map collections

tables

Map tables

auxiliaryDatabaseObjects

List auxiliaryDatabaseObjects

sqlFunctions

Map sqlFunctions

namedQueries

Map namedQueries

namedSqlQueries

Map namedSqlQueries

sqlResultSetMappings

Map sqlResultSetMappings
Map result set name, result set description


filterDefinitions

Map filterDefinitions

secondPasses

List secondPasses

propertyReferences

List propertyReferences

extendsQueue

Map extendsQueue

tableNameBinding

Map tableNameBinding

columnNameBindingPerTable

Map columnNameBindingPerTable

interceptor

Interceptor interceptor

properties

Properties properties

entityResolver

org.xml.sax.EntityResolver entityResolver

entityNotFoundDelegate

EntityNotFoundDelegate entityNotFoundDelegate

namingStrategy

NamingStrategy namingStrategy

eventListeners

EventListeners eventListeners

settingsFactory

SettingsFactory settingsFactory

Class org.hibernate.cfg.DefaultNamingStrategy extends Object implements Serializable

Class org.hibernate.cfg.ImprovedNamingStrategy extends Object implements Serializable

Class org.hibernate.cfg.Mappings extends Object implements Serializable

Serialized Fields

classes

Map classes

collections

Map collections

tables

Map tables

queries

Map queries

sqlqueries

Map sqlqueries

resultSetMappings

Map resultSetMappings

typeDefs

Map typeDefs

secondPasses

List secondPasses

imports

Map imports

schemaName

String schemaName

catalogName

String catalogName

defaultCascade

String defaultCascade

defaultPackage

String defaultPackage

defaultAccess

String defaultAccess

autoImport

boolean autoImport

defaultLazy

boolean defaultLazy

propertyReferences

List propertyReferences

namingStrategy

NamingStrategy namingStrategy

filterDefinitions

Map filterDefinitions

auxiliaryDatabaseObjects

List auxiliaryDatabaseObjects

extendsQueue

Map extendsQueue

columnNameBindingPerTable

Map columnNameBindingPerTable
binding table between the logical column name and the name out of the naming strategy for each table. According that when the column name is not set, the property name is considered as such This means that while theorically possible through the naming strategy contract, it is forbidden to have 2 real columns having the same logical name


tableNameBinding

Map tableNameBinding
binding between logical table name and physical one (ie after the naming strategy has been applied)

Class org.hibernate.cfg.Mappings.ColumnNames extends Object implements Serializable

Serialized Fields

logicalToPhysical

Map logicalToPhysical

physicalToLogical

Map physicalToLogical

Class org.hibernate.cfg.Mappings.TableDescription extends Object implements Serializable

Serialized Fields

logicalName

String logicalName

denormalizedSupertable

Table denormalizedSupertable

Class org.hibernate.cfg.NamedSQLQuerySecondPass extends ResultSetMappingBinder implements Serializable

Serialized Fields

queryElem

org.dom4j.Element queryElem

path

String path

mappings

Mappings mappings

Class org.hibernate.cfg.ResultSetMappingSecondPass extends ResultSetMappingBinder implements Serializable

Serialized Fields

element

org.dom4j.Element element

path

String path

mappings

Mappings mappings

Class org.hibernate.cfg.SettingsFactory extends Object implements Serializable


Package org.hibernate.classic

Class org.hibernate.classic.ValidationFailure extends HibernateException implements Serializable


Package org.hibernate.collection

Class org.hibernate.collection.AbstractPersistentCollection extends Object implements Serializable

Serialized Fields

initialized

boolean initialized

owner

Object owner

cachedSize

int cachedSize

role

String role

key

Serializable key

dirty

boolean dirty

storedSnapshot

Serializable storedSnapshot

Class org.hibernate.collection.PersistentArrayHolder extends AbstractPersistentCollection implements Serializable

Serialized Fields

array

Object array

Class org.hibernate.collection.PersistentBag extends AbstractPersistentCollection implements Serializable

Serialized Fields

bag

List bag

Class org.hibernate.collection.PersistentElementHolder extends AbstractPersistentCollection implements Serializable

Serialized Fields

element

org.dom4j.Element element

Class org.hibernate.collection.PersistentIdentifierBag extends AbstractPersistentCollection implements Serializable

Serialized Fields

values

List values

identifiers

Map identifiers

Class org.hibernate.collection.PersistentIndexedElementHolder extends AbstractPersistentCollection implements Serializable

Serialized Fields

element

org.dom4j.Element element

Class org.hibernate.collection.PersistentList extends AbstractPersistentCollection implements Serializable

Serialized Fields

list

List list

Class org.hibernate.collection.PersistentListElementHolder extends PersistentIndexedElementHolder implements Serializable

Class org.hibernate.collection.PersistentMap extends AbstractPersistentCollection implements Serializable

Serialized Fields

map

Map map

Class org.hibernate.collection.PersistentMapElementHolder extends PersistentIndexedElementHolder implements Serializable

Class org.hibernate.collection.PersistentSet extends AbstractPersistentCollection implements Serializable

Serialized Fields

set

Set set

Class org.hibernate.collection.PersistentSortedMap extends PersistentMap implements Serializable

Serialized Fields

comparator

Comparator comparator

Class org.hibernate.collection.PersistentSortedSet extends PersistentSet implements Serializable

Serialized Fields

comparator

Comparator comparator


Package org.hibernate.context

Class org.hibernate.context.JTASessionContext extends Object implements Serializable

Serialized Fields

factory

SessionFactoryImplementor factory

Class org.hibernate.context.ManagedSessionContext extends Object implements Serializable

Serialized Fields

factory

SessionFactoryImplementor factory

Class org.hibernate.context.ThreadLocalSessionContext extends Object implements Serializable

Serialized Fields

factory

SessionFactoryImplementor factory

Class org.hibernate.context.ThreadLocalSessionContext.CleanupSynch extends Object implements Serializable

Serialized Fields

factory

SessionFactory factory


Package org.hibernate.criterion

Class org.hibernate.criterion.AbstractEmptinessExpression extends Object implements Serializable

Serialized Fields

propertyName

String propertyName

Class org.hibernate.criterion.AggregateProjection extends SimpleProjection implements Serializable

Serialized Fields

propertyName

String propertyName

aggregate

String aggregate

Class org.hibernate.criterion.AliasedProjection extends Object implements Serializable

Serialized Fields

projection

Projection projection

alias

String alias

Class org.hibernate.criterion.AvgProjection extends AggregateProjection implements Serializable

Class org.hibernate.criterion.BetweenExpression extends Object implements Serializable

<