|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
private Object readResolve()
Serialized Fields |
int level
String name
Class net.sf.hibernate.FlushMode extends Object implements Serializable |
Serialization Methods |
private Object readResolve()
Serialized Fields |
int level
String name
Class net.sf.hibernate.HibernateException extends NestableException implements Serializable |
Class net.sf.hibernate.InstantiationException extends HibernateException implements Serializable |
Serialized Fields |
Class clazz
Class net.sf.hibernate.JDBCException extends HibernateException implements Serializable |
Serialized Fields |
SQLException sqle
Class net.sf.hibernate.LazyInitializationException extends NestableRuntimeException implements Serializable |
Class net.sf.hibernate.LockMode extends Object implements Serializable |
Serialization Methods |
private Object readResolve()
Serialized Fields |
int level
String name
Class net.sf.hibernate.MappingException extends HibernateException implements Serializable |
Class net.sf.hibernate.NonUniqueObjectException extends HibernateException implements Serializable |
Serialized Fields |
Serializable identifier
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 |
Class persistentClass
String propertyName
boolean wasSetter
Class net.sf.hibernate.PropertyNotFoundException extends MappingException implements Serializable |
Class net.sf.hibernate.PropertyValueException extends HibernateException implements Serializable |
Serialized Fields |
Class persistentClass
String propertyName
Class net.sf.hibernate.QueryException extends HibernateException implements Serializable |
Serialized Fields |
String queryString
Class net.sf.hibernate.ReplicationMode extends Object implements Serializable |
Serialization Methods |
private Object readResolve()
Serialized Fields |
int code
String name
Class net.sf.hibernate.StaleObjectStateException extends HibernateException implements Serializable |
Serialized Fields |
Class persistentClass
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 |
Serializable identifier
Class clazz
Class net.sf.hibernate.ValidationFailure extends HibernateException implements Serializable |
Class net.sf.hibernate.WrongClassException extends HibernateException implements Serializable |
Serialized Fields |
Serializable identifier
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 |
String hqlQueryString
Type[] types
Object[] values
Integer firstRow
Integer maxRows
Map namedParameters
Class net.sf.hibernate.cache.ReadWriteCache.Item extends Object implements Serializable |
Serialized Fields |
long freshTimestamp
Object value
Class net.sf.hibernate.cache.ReadWriteCache.Lock extends Object implements Serializable |
Serialized Fields |
long unlockTimestamp
int mutiplicity
boolean concurrentLock
long timeout
int id
Package net.sf.hibernate.collection |
Class net.sf.hibernate.collection.ArrayHolder extends PersistentCollection implements Serializable |
Serialized Fields |
Object array
Class net.sf.hibernate.collection.Bag extends ODMGCollection implements Serializable |
Serialized Fields |
List bag
Class net.sf.hibernate.collection.IdentifierBag extends ODMGCollection implements Serializable |
Serialized Fields |
List values
Map identifiers
Class net.sf.hibernate.collection.List extends ODMGCollection implements Serializable |
Serialized Fields |
List list
Class net.sf.hibernate.collection.Map extends PersistentCollection implements Serializable |
Serialized Fields |
Map map
Class net.sf.hibernate.collection.ODMGCollection extends PersistentCollection implements Serializable |
Class net.sf.hibernate.collection.PersistentCollection extends Object implements Serializable |
Serialized Fields |
boolean initialized
CollectionSnapshot collectionSnapshot
Class net.sf.hibernate.collection.Set extends ODMGCollection implements Serializable |
Serialized Fields |
Set set
Class net.sf.hibernate.collection.SortedMap extends Map implements Serializable |
Serialized Fields |
Comparator comparator
Class net.sf.hibernate.collection.SortedSet extends Set implements Serializable |
Serialized Fields |
Comparator comparator
Package net.sf.hibernate.engine |
Class net.sf.hibernate.engine.Key extends Object implements Serializable |
Serialized Fields |
Serializable id
Serializable identifierSpace
Class clazz
Package net.sf.hibernate.exception |
Class net.sf.hibernate.exception.NestableDelegate extends Object implements Serializable |
Serialized Fields |
Throwable nestable
org.apache.commons.lang.exception.Nestable
implementation).
Class net.sf.hibernate.exception.NestableException extends Exception implements Serializable |
Serialized Fields |
NestableDelegate delegate
Throwable cause
Class net.sf.hibernate.exception.NestableRuntimeException extends RuntimeException implements Serializable |
Serialized Fields |
NestableDelegate delegate
Throwable cause
Package net.sf.hibernate.expression |
Class net.sf.hibernate.expression.MatchMode extends Object implements Serializable |
Serialization Methods |
private Object readResolve()
Serialized Fields |
int intCode
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 |
Object[] state
Class subclass
Class net.sf.hibernate.impl.SessionFactoryImpl extends Object implements Serializable |
Serialization Methods |
private final void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
private final void writeObject(ObjectOutputStream out) throws IOException
private Object readResolve() throws ObjectStreamException
Serialized Fields |
String name
String uuid
Class net.sf.hibernate.impl.SessionImpl extends Object implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
Serialized Fields |
SessionFactoryImpl factory
boolean autoClose
long timestamp
boolean isCurrentTransaction
boolean closed
FlushMode flushMode
Map entitiesByKey
Map proxiesByKey
Map collectionsByKey
HashSet nullifiables
HashSet nonExists
Interceptor interceptor
Class net.sf.hibernate.impl.SessionImpl.CollectionEntry extends Object implements Serializable |
Serialized Fields |
boolean dirty
boolean initialized
Serializable loadedKey
Serializable snapshot
String role
Package net.sf.hibernate.jca |
Class net.sf.hibernate.jca.JCASessionFactoryImpl extends Object implements Serializable |
Serialized Fields |
ManagedConnectionFactoryImpl managedFactory
javax.resource.spi.ConnectionManager cxManager
Reference reference
Class net.sf.hibernate.jca.JCASessionImpl extends Object implements Serializable |
Serialized Fields |
ManagedConnectionImpl mc
Class net.sf.hibernate.jca.ManagedConnectionFactoryImpl extends Object implements Serializable |
Serialized Fields |
String dialect
String mapResources
String datasourceJndi
String properties
PrintWriter out
javax.sql.DataSource datasource
SessionFactory sessionFactory
Package net.sf.hibernate.jmx |
Class net.sf.hibernate.jmx.SessionFactoryStub extends Object implements Serializable |
Serialization Methods |
private Object readResolve() throws ObjectStreamException
Serialized Fields |
String uuid
String name
Package net.sf.hibernate.proxy |
Class net.sf.hibernate.proxy.SerializableProxy extends Object implements Serializable |
Serialization Methods |
private Object readResolve()
Serialized Fields |
Class persistentClass
Class[] interfaces
Serializable id
Class getIdentifierMethodClass
Class setIdentifierMethodClass
String getIdentifierMethodName
String setIdentifierMethodName
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 |
Class elementClass
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 |
Class componentClass
Constructor constructor
Type[] propertyTypes
Getter[] getters
Setter[] setters
String[] propertyNames
int propertySpan
Cascades.CascadeStyle[] cascade
int[] joinedFetch
Setter parentSetter
Getter parentGetter
net.sf.cglib.beans.BulkBean optimizer
net.sf.cglib.reflect.FastClass fastClass
Class net.sf.hibernate.type.CompositeCustomType extends AbstractType implements Serializable |
Serialized Fields |
CompositeUserType userType
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
String name
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 |
String[] propertyNames
Type[] propertyTypes
int propertySpan
Cascades.CascadeStyle[] cascade
int[] joinedFetch
Class net.sf.hibernate.type.EntityType extends AbstractType implements Serializable |
Serialized Fields |
Class associatedClass
boolean niceEquals
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.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 |
Type identifierType
Type metaType
Class net.sf.hibernate.type.ObjectType.ObjectTypeCacheEntry extends Object implements Serializable |
Serialized Fields |
Class clazz
Serializable id
Class net.sf.hibernate.type.OneToOneType extends EntityType implements Serializable |
Serialized Fields |
ForeignKeyDirection foreignKeyType
Class net.sf.hibernate.type.PersistentCollectionType extends AbstractType implements Serializable |
Serialized Fields |
String role
Class net.sf.hibernate.type.PersistentEnumType extends ImmutableType implements Serializable |
Serialized Fields |
Class enumClass
Method method
Class net.sf.hibernate.type.PrimitiveType extends ImmutableType implements Serializable |
Class net.sf.hibernate.type.SerializableType extends MutableType implements Serializable |
Serialized Fields |
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
Class net.sf.hibernate.type.SortedSetType extends SetType implements Serializable |
Serialized Fields |
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 |
HashMap map
Class net.sf.hibernate.util.IdentityMap.IdentityKey extends Object implements Serializable |
Serialized Fields |
Object key
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |