Serialized Form


Package org.hibernate.envers

Class org.hibernate.envers.DefaultRevisionEntity extends Object implements Serializable

serialVersionUID: 8530213963961662300L

Serialized Fields

id

int id

timestamp

long timestamp

Package org.hibernate.envers.entities.mapper.relation.lazy

Class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor extends Object implements Serializable

Serialized Fields

delegate

org.hibernate.engine.SessionImplementor delegate

Class org.hibernate.envers.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor extends AbstractDelegateSessionImplementor implements Serializable

serialVersionUID: 4770438372940785488L

Serialized Fields

versionsReader

AuditReaderImplementor versionsReader

entityClass

Class<T> entityClass

entityId

Object entityId

revision

Number revision

notVersionedEntityConfiguration

EntityConfiguration notVersionedEntityConfiguration

Package org.hibernate.envers.entities.mapper.relation.lazy.proxy

Class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy extends Object implements Serializable

serialVersionUID: 8698249863871832402L

Serialized Fields

delegate

Collection<E> delegate

Class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy extends CollectionProxy<U,List<U>> implements Serializable

serialVersionUID: -5479232938279790987L

Class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy extends Object implements Serializable

serialVersionUID: 8418037541773074646L

Serialized Fields

initializor

Initializor<T> initializor

delegate

Map<K,V> delegate

Class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SetProxy extends CollectionProxy<U,Set<U>> implements Serializable

serialVersionUID: 131464133074137701L

Class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy extends Object implements Serializable

serialVersionUID: 2645817952901452375L

Serialized Fields

initializor

Initializor<T> initializor

delegate

SortedMap<K,V> delegate

Class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy extends CollectionProxy<U,SortedSet<U>> implements Serializable

serialVersionUID: 2092884107178125905L


Package org.hibernate.envers.event

Class org.hibernate.envers.event.AuditEventListener extends Object implements Serializable

serialVersionUID: -2499904286323112715L

Serialized Fields

verCfg

AuditConfiguration verCfg

Package org.hibernate.envers.exception

Class org.hibernate.envers.exception.AuditException extends org.hibernate.HibernateException implements Serializable

serialVersionUID: 4306480965630972168L

Class org.hibernate.envers.exception.NotAuditedException extends AuditException implements Serializable

serialVersionUID: 4809674577449455510L

Serialized Fields

entityName

String entityName

Class org.hibernate.envers.exception.RevisionDoesNotExistException extends AuditException implements Serializable

serialVersionUID: -6417768274074962282L

Serialized Fields

revision

Number revision

date

Date date

Package org.hibernate.envers.tools

Class org.hibernate.envers.tools.ConcurrentReferenceHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 7249069246763182397L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the ConcurrentReferenceHashMap instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the ConcurrentReferenceHashMap instance to a stream (i.e., serialize it).

Serial Data:
the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

segmentMask

int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment.


segmentShift

int segmentShift
Shift value for indexing within segments.


segments

org.hibernate.envers.tools.ConcurrentReferenceHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table


identityComparisons

boolean identityComparisons



Copyright © 2002-2009 Red Hat Middleware, LLC. All Rights Reserved