站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Serialized Form (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Serialized Form


Package net.sf.hibernate

Class net.sf.hibernate.AssertionFailure extends NestableRuntimeException implements Serializable

Class net.sf.hibernate.CallbackException extends HibernateException implements Serializable

Class net.sf.hibernate.FetchMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

level

int level

name

String name

Class net.sf.hibernate.FlushMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

level

int level

name

String name

Class net.sf.hibernate.HibernateException extends NestableException implements Serializable

Class net.sf.hibernate.InstantiationException extends HibernateException implements Serializable

Serialized Fields

clazz

Class clazz

Class net.sf.hibernate.JDBCException extends HibernateException implements Serializable

Serialized Fields

sqle

SQLException sqle

Class net.sf.hibernate.LazyInitializationException extends NestableRuntimeException implements Serializable

Class net.sf.hibernate.LockMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

level

int level

name

String name

Class net.sf.hibernate.MappingException extends HibernateException implements Serializable

Class net.sf.hibernate.NonUniqueObjectException extends HibernateException implements Serializable

Serialized Fields

identifier

Serializable identifier

clazz

Class clazz

Class net.sf.hibernate.NonUniqueResultException extends HibernateException implements Serializable

Class net.sf.hibernate.ObjectDeletedException extends UnresolvableObjectException implements Serializable

Class net.sf.hibernate.ObjectNotFoundException extends UnresolvableObjectException implements Serializable

Class net.sf.hibernate.PersistentObjectException extends HibernateException implements Serializable

Class net.sf.hibernate.PropertyAccessException extends HibernateException implements Serializable

Serialized Fields

persistentClass

Class persistentClass

propertyName

String propertyName

wasSetter

boolean wasSetter

Class net.sf.hibernate.PropertyNotFoundException extends MappingException implements Serializable

Class net.sf.hibernate.PropertyValueException extends HibernateException implements Serializable

Serialized Fields

persistentClass

Class persistentClass

propertyName

String propertyName

Class net.sf.hibernate.QueryException extends HibernateException implements Serializable

Serialized Fields

queryString

String queryString

Class net.sf.hibernate.ReplicationMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

code

int code

name

String name

Class net.sf.hibernate.ScrollMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

resultSetType

int resultSetType

name

String name

Class net.sf.hibernate.StaleObjectStateException extends HibernateException implements Serializable

Serialized Fields

persistentClass

Class persistentClass

identifier

Serializable identifier

Class net.sf.hibernate.TransactionException extends HibernateException implements Serializable

Class net.sf.hibernate.TransientObjectException extends HibernateException implements Serializable

Class net.sf.hibernate.UnresolvableObjectException extends HibernateException implements Serializable

Serialized Fields

identifier

Serializable identifier

clazz

Class clazz

Class net.sf.hibernate.ValidationFailure extends HibernateException implements Serializable

Class net.sf.hibernate.WrongClassException extends HibernateException implements Serializable

Serialized Fields

identifier

Serializable identifier

clazz

Class clazz


Package net.sf.hibernate.cache

Class net.sf.hibernate.cache.CacheException extends HibernateException implements Serializable

Class net.sf.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

Class net.sf.hibernate.cache.ReadWriteCache.Item extends Object implements Serializable

Serialized Fields

freshTimestamp

long freshTimestamp

value

Object value

version

Object version

Class net.sf.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 net.sf.hibernate.collection

Class net.sf.hibernate.collection.ArrayHolder extends PersistentCollection implements Serializable

Serialized Fields

array

Object array

Class net.sf.hibernate.collection.Bag extends ODMGCollection implements Serializable

Serialized Fields

bag

List bag

Class net.sf.hibernate.collection.IdentifierBag extends ODMGCollection implements Serializable

Serialized Fields

values

List values

identifiers

Map identifiers

Class net.sf.hibernate.collection.List extends ODMGCollection implements Serializable

Serialized Fields

list

List list

Class net.sf.hibernate.collection.Map extends PersistentCollection implements Serializable

Serialized Fields

map

Map map

Class net.sf.hibernate.collection.ODMGCollection extends PersistentCollection implements Serializable

Class net.sf.hibernate.collection.PersistentCollection extends Object implements Serializable

Serialized Fields

initialized

boolean initialized

collectionSnapshot

CollectionSnapshot collectionSnapshot

Class net.sf.hibernate.collection.Set extends ODMGCollection implements Serializable

Serialized Fields

set

Set set

Class net.sf.hibernate.collection.SortedMap extends Map implements Serializable

Serialized Fields

comparator

Comparator comparator

Class net.sf.hibernate.collection.SortedSet extends Set implements Serializable

Serialized Fields

comparator

Comparator comparator


Package net.sf.hibernate.engine

Class net.sf.hibernate.engine.Cascades.CascadeStyle extends Object implements Serializable

Class net.sf.hibernate.engine.Key extends Object implements Serializable

Serialized Fields

identifier

Serializable identifier

identifierSpace

Serializable identifierSpace

clazz

Class clazz

isBatchLoadable

boolean isBatchLoadable

Class net.sf.hibernate.engine.TypedValue extends Object implements Serializable

Serialized Fields

type

Type type

value

Object value


Package net.sf.hibernate.exception

Class net.sf.hibernate.exception.ConstraintViolationException extends JDBCException implements Serializable

Serialized Fields

constraintName

String constraintName

Class net.sf.hibernate.exception.GenericJDBCException extends JDBCException implements Serializable

Class net.sf.hibernate.exception.JDBCConnectionException extends JDBCException implements Serializable

Class net.sf.hibernate.exception.LockAcquisitionException extends JDBCException implements Serializable

Class net.sf.hibernate.exception.NestableDelegate extends Object implements Serializable

Serialized Fields

nestable

Throwable nestable
Holds the reference to the exception or error that we're wrapping (which must be a org.apache.commons.lang.exception.Nestable implementation).

Class net.sf.hibernate.exception.NestableException extends Exception implements Serializable

Serialized Fields

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.


cause

Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

Class net.sf.hibernate.exception.NestableRuntimeException extends RuntimeException implements Serializable

Serialized Fields

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.


cause

Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

Class net.sf.hibernate.exception.SQLGrammarException extends JDBCException implements Serializable


Package net.sf.hibernate.expression

Class net.sf.hibernate.expression.MatchMode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

intCode

int intCode

name

String name


Package net.sf.hibernate.id

Class net.sf.hibernate.id.IdentifierGenerationException extends HibernateException implements Serializable


Package net.sf.hibernate.impl

Class net.sf.hibernate.impl.CacheEntry extends Object implements Serializable

Serialized Fields

state

Object[] state

subclass

Class subclass

Class net.sf.hibernate.impl.SessionFactoryImpl extends Object implements Serializable

Serialization Methods

readObject

private final void readObject(ObjectInputStream in)
                       throws IOException,
                              ClassNotFoundException

writeObject

private final void writeObject(ObjectOutputStream out)
                        throws IOException

readResolve

private Object readResolve()
                    throws ObjectStreamException
Serialized Fields

name

String name

uuid

String uuid

Class net.sf.hibernate.impl.SessionImpl extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

autoClose

boolean autoClose

timestamp

long timestamp

isCurrentTransaction

boolean isCurrentTransaction

closed

boolean closed

flushMode

FlushMode flushMode

entitiesByKey

Map entitiesByKey

proxiesByKey

Map proxiesByKey

collectionsByKey

Map collectionsByKey

nullifiables

HashSet nullifiables

nonExists

HashSet nonExists

interceptor

Interceptor interceptor

insertions

ArrayList insertions

deletions

ArrayList deletions

updates

ArrayList updates

collectionCreations

ArrayList collectionCreations

collectionUpdates

ArrayList collectionUpdates

collectionRemovals

ArrayList collectionRemovals

Class net.sf.hibernate.impl.SessionImpl.CollectionEntry extends Object implements Serializable

Serialized Fields

dirty

boolean dirty

initialized

boolean initialized

loadedKey

Serializable loadedKey

snapshot

Serializable snapshot

role

String role


Package net.sf.hibernate.jca

Class net.sf.hibernate.jca.JCASessionFactoryImpl extends Object implements Serializable

Serialized Fields

managedFactory

ManagedConnectionFactoryImpl managedFactory

cxManager

javax.resource.spi.ConnectionManager cxManager

reference

Reference reference

Class net.sf.hibernate.jca.JCASessionImpl extends Object implements Serializable

Serialized Fields

mc

ManagedConnectionImpl mc

Class net.sf.hibernate.jca.ManagedConnectionFactoryImpl extends Object implements Serializable

Serialized Fields

dialect

String dialect
SQL dialect


mapResources

String mapResources
O/R mappings


datasourceJndi

String datasourceJndi
JNDI name of a datasource


properties

String properties
Hibernate properties


out

PrintWriter out

datasource

javax.sql.DataSource datasource

sessionFactory

SessionFactory sessionFactory


Package net.sf.hibernate.jmx

Class net.sf.hibernate.jmx.SessionFactoryStub extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Serialized Fields

uuid

String uuid

name

String name


Package net.sf.hibernate.proxy

Class net.sf.hibernate.proxy.SerializableProxy extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

persistentClass

Class persistentClass

interfaces

Class[] interfaces

id

Serializable id

getIdentifierMethodClass

Class getIdentifierMethodClass

setIdentifierMethodClass

Class setIdentifierMethodClass

getIdentifierMethodName

String getIdentifierMethodName

setIdentifierMethodName

String setIdentifierMethodName

setIdentifierMethodParams

Class[] setIdentifierMethodParams


Package net.sf.hibernate.type

Class net.sf.hibernate.type.AbstractType extends Object implements Serializable

Class net.sf.hibernate.type.ArrayType extends PersistentCollectionType implements Serializable

Serialized Fields

elementClass

Class elementClass

arrayClass

Class arrayClass

Class net.sf.hibernate.type.BagType extends PersistentCollectionType implements Serializable

Class net.sf.hibernate.type.BigDecimalType extends ImmutableType implements Serializable

Class net.sf.hibernate.type.BinaryType extends MutableType implements Serializable

Class net.sf.hibernate.type.BlobType extends ImmutableType implements Serializable

Class net.sf.hibernate.type.BooleanType extends PrimitiveType implements Serializable

Class net.sf.hibernate.type.ByteType extends PrimitiveType implements Serializable

Class net.sf.hibernate.type.CalendarDateType extends MutableType implements Serializable

Class net.sf.hibernate.type.CalendarType extends MutableType implements Serializable

Class net.sf.hibernate.type.CharacterType extends PrimitiveType implements Serializable

Class net.sf.hibernate.type.CharBooleanType extends BooleanType implements Serializable

Class net.sf.hibernate.type.ClassType extends ImmutableType implements Serializable

Class net.sf.hibernate.type.ClobType extends ImmutableType implements Serializable

Class net.sf.hibernate.type.ComponentType extends AbstractType implements Serializable

Serialized Fields

componentClass

Class componentClass

constructor

Constructor constructor

propertyTypes

Type[] propertyTypes

getters

Getter[] getters

setters

Setter[] setters

propertyNames

String[] propertyNames

propertySpan

int propertySpan

cascade

Cascades.CascadeStyle[] cascade

joinedFetch

int[] joinedFetch

parentSetter

Setter parentSetter

parentGetter

Getter parentGetter

optimizer

net.sf.cglib.beans.BulkBean optimizer

fastClass

net.sf.cglib.reflect.FastClass fastClass

Class net.sf.hibernate.type.CompositeCustomType extends AbstractType implements Serializable

Serialized Fields

userType

CompositeUserType userType

name

String name

Class net.sf.hibernate.type.CurrencyType extends ImmutableType implements Serializable

Class net.sf.hibernate.type.CustomType extends AbstractType implements Serializable

Serialized Fields

userType

UserType userType

name

String name

types

int[] types

Class net.sf.hibernate.type.DateType extends MutableType implements Serializable

Class net.sf.hibernate.type.DoubleType extends PrimitiveType implements Serializable

Class net.sf.hibernate.type.DynamicComponentType extends AbstractType implements Serializable

Serialized Fields

propertyNames

String[] propertyNames

propertyTypes

Type[] propertyTypes

propertySpan

int propertySpan

cascade

Cascades.CascadeStyle[] cascade

joinedFetch

int[] joinedFetch

Class net.sf.hibernate.type.EntityType extends AbstractType implements Serializable

Serialized Fields

associatedClass

Class associatedClass

niceEquals

boolean niceEquals

uniqueKeyPropertyName

String uniqueKeyPropertyName

Class net.sf.hibernate.type.FloatType extends PrimitiveType implements Serializable

Class net.sf.hibernate.type.ForeignKeyDirection extends Object implements Serializable

Class net.sf.hibernate.type.IdentifierBagType extends PersistentCollectionType implements Serializable

Class net.sf.hibernate.type.ImmutableType extends NullableType implements Serializable

Class net.sf.hibernate.type.IntegerType extends PrimitiveType implements Serializable

Class net.sf.hibernate.type.ListType extends PersistentCollectionType implements Serializable

Class net.sf.hibernate.type.LocaleType extends ImmutableType implements Serializable

Class net.sf.hibernate.type.LongType extends PrimitiveType implements Serializable

Class net.sf.hibernate.type.ManyToOneType extends EntityType implements Serializable

Class net.sf.hibernate.type.MapType extends PersistentCollectionType implements Serializable

Class net.sf.hibernate.type.MetaType extends AbstractType implements Serializable

Serialized Fields

values

Map values

keys

Map keys

baseType

Type baseType

Class net.sf.hibernate.type.MutableType extends NullableType implements Serializable

Class net.sf.hibernate.type.NullableType extends AbstractType implements Serializable

Class net.sf.hibernate.type.ObjectType extends AbstractType implements Serializable

Serialized Fields

identifierType

Type identifierType

metaType

Type metaType

Class net.sf.hibernate.type.ObjectType.ObjectTypeCacheEntry extends Object implements Serializable

Serialized Fields

clazz

Class clazz

id

Serializable id

Class net.sf.hibernate.type.OneToOneType extends EntityType implements Serializable

Serialized Fields

foreignKeyType

ForeignKeyDirection foreignKeyType

Class net.sf.hibernate.type.PersistentCollectionType extends AbstractType implements Serializable

Serialized Fields

role

String role

Class net.sf.hibernate.type.PersistentEnumType extends ImmutableType implements Serializable

Serialized Fields

enumClass

Class enumClass
Deprecated. 

method

Method method
Deprecated. 

Class net.sf.hibernate.type.PrimitiveType extends ImmutableType implements Serializable

Class net.sf.hibernate.type.SerializableType extends MutableType implements Serializable

Serialized Fields

serializableClass

Class serializableClass

Class net.sf.hibernate.type.SerializationException extends HibernateException implements Serializable

Class net.sf.hibernate.type.SetType extends PersistentCollectionType implements Serializable

Class net.sf.hibernate.type.ShortType extends PrimitiveType implements Serializable

Class net.sf.hibernate.type.SortedMapType extends MapType implements Serializable

Serialized Fields

comparator

Comparator comparator

Class net.sf.hibernate.type.SortedSetType extends SetType implements Serializable

Serialized Fields

comparator

Comparator comparator

Class net.sf.hibernate.type.StringType extends ImmutableType implements Serializable

Class net.sf.hibernate.type.TextType extends ImmutableType implements Serializable

Class net.sf.hibernate.type.TimestampType extends MutableType implements Serializable

Class net.sf.hibernate.type.TimeType extends MutableType implements Serializable

Class net.sf.hibernate.type.TimeZoneType extends ImmutableType implements Serializable

Class net.sf.hibernate.type.TrueFalseType extends CharBooleanType implements Serializable

Class net.sf.hibernate.type.YesNoType extends CharBooleanType implements Serializable


Package net.sf.hibernate.util

Class net.sf.hibernate.util.FastHashMap extends Object implements Serializable

Serialized Fields

map

HashMap map
The underlying map we are managing.

Class net.sf.hibernate.util.IdentityMap.IdentityKey extends Object implements Serializable

Serialized Fields

key

Object key