Serialized Form


Package org.hibernate

Class org.hibernate.AnnotationException extends org.hibernate.MappingException implements Serializable

Class org.hibernate.AssertionFailure extends org.hibernate.exception.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 org.hibernate.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 org.hibernate.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 org.hibernate.exception.NestableRuntimeException implements Serializable

Class org.hibernate.InstantiationException extends org.hibernate.HibernateException implements Serializable

Serialized Fields

clazz

Class<T> clazz

Class org.hibernate.JDBCException extends org.hibernate.HibernateException implements Serializable

Serialized Fields

sqle

SQLException sqle

sql

String sql

Class org.hibernate.LazyInitializationException extends org.hibernate.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 org.hibernate.HibernateException implements Serializable

Class org.hibernate.NonUniqueObjectException extends org.hibernate.HibernateException implements Serializable

Serialized Fields

identifier

Serializable identifier

entityName

String entityName

Class org.hibernate.NonUniqueResultException extends org.hibernate.HibernateException implements Serializable

Class org.hibernate.ObjectDeletedException extends org.hibernate.UnresolvableObjectException implements Serializable

Class org.hibernate.ObjectNotFoundException extends org.hibernate.UnresolvableObjectException implements Serializable

Class org.hibernate.PersistentObjectException extends org.hibernate.HibernateException implements Serializable

Class org.hibernate.PropertyAccessException extends org.hibernate.HibernateException implements Serializable

Serialized Fields

persistentClass

Class<T> persistentClass

propertyName

String propertyName

wasSetter

boolean wasSetter

Class org.hibernate.PropertyNotFoundException extends org.hibernate.MappingException implements Serializable

Class org.hibernate.PropertyValueException extends org.hibernate.HibernateException implements Serializable

Serialized Fields

entityName

String entityName

propertyName

String propertyName

Class org.hibernate.QueryException extends org.hibernate.HibernateException implements Serializable

Serialized Fields

queryString

String queryString

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 org.hibernate.HibernateException implements Serializable

Class org.hibernate.StaleObjectStateException extends org.hibernate.StaleStateException implements Serializable

Serialized Fields

entityName

String entityName

identifier

Serializable identifier

Class org.hibernate.StaleStateException extends org.hibernate.HibernateException implements Serializable

Class org.hibernate.TransactionException extends org.hibernate.HibernateException implements Serializable

Class org.hibernate.TransientObjectException extends org.hibernate.HibernateException implements Serializable

Class org.hibernate.UnresolvableObjectException extends org.hibernate.HibernateException implements Serializable

Serialized Fields

identifier

Serializable identifier

entityName

String entityName

Class org.hibernate.WrongClassException extends org.hibernate.HibernateException implements Serializable

Serialized Fields

identifier

Serializable identifier

entityName

String entityName

Package org.hibernate.cfg

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

Serialized Fields

namedGenerators

Map<K,V> namedGenerators

joins

Map<K,V> joins

classTypes

Map<K,V> classTypes

generatorTables

Map<K,V> generatorTables

tableUniqueConstraints

Map<K,V> tableUniqueConstraints

mappedByResolver

Map<K,V> mappedByResolver

propertyRefResolver

Map<K,V> propertyRefResolver

annotatedClasses

List<E> annotatedClasses

annotatedClassEntities

Map<K,V> annotatedClassEntities

hbmEntities

Map<K,V> hbmEntities

caches

List<E> caches

hbmDocuments

List<E> hbmDocuments

precedence

String precedence

inSecondPass

boolean inSecondPass

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

Serialized Fields

mappings

org.hibernate.cfg.Mappings mappings

collection

org.hibernate.mapping.Collection collection

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

Serialization Methods

readObject

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

classes

Map<K,V> classes

imports

Map<K,V> imports

collections

Map<K,V> collections

tables

Map<K,V> tables

auxiliaryDatabaseObjects

List<E> auxiliaryDatabaseObjects

namedQueries

Map<K,V> namedQueries

namedSqlQueries

Map<K,V> namedSqlQueries

sqlResultSetMappings

Map<K,V> sqlResultSetMappings

filterDefinitions

Map<K,V> filterDefinitions

secondPasses

List<E> secondPasses

propertyReferences

List<E> propertyReferences

extendsQueue

Map<K,V> extendsQueue

tableNameBinding

Map<K,V> tableNameBinding

columnNameBindingPerTable

Map<K,V> columnNameBindingPerTable

interceptor

org.hibernate.Interceptor interceptor

properties

Properties properties

entityResolver

EntityResolver entityResolver

namingStrategy

org.hibernate.cfg.NamingStrategy namingStrategy

eventListeners

org.hibernate.event.EventListeners eventListeners

settingsFactory

org.hibernate.cfg.SettingsFactory settingsFactory

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

Class org.hibernate.cfg.EJB3DTDEntityResolver extends org.hibernate.util.DTDEntityResolver implements Serializable

Serialized Fields

resolved

boolean resolved

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

Serialized Fields

namedGenerators

Map<K,V> namedGenerators

joins

Map<K,V> joins

classTypes

Map<K,V> classTypes

generatorTables

Map<K,V> generatorTables

tableUniqueConstraints

Map<K,V> tableUniqueConstraints

mappedByResolver

Map<K,V> mappedByResolver

propertyRefResolver

Map<K,V> propertyRefResolver

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

Serialized Fields

value

org.hibernate.mapping.Value value

columns

Ejb3JoinColumn[] columns

unique

boolean unique

mappings

ExtendedMappings mappings

path

String path

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

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

Serialized Fields

table

org.hibernate.mapping.Table table

indexName

String indexName

columns

String[] columns

mappings

ExtendedMappings mappings

column

Ejb3Column column

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

Serialized Fields

classes

Map<K,V> classes

collections

Map<K,V> collections

tables

Map<K,V> tables

queries

Map<K,V> queries

sqlqueries

Map<K,V> sqlqueries

resultSetMappings

Map<K,V> resultSetMappings

typeDefs

Map<K,V> typeDefs

secondPasses

List<E> secondPasses

imports

Map<K,V> imports

schemaName

String schemaName

catalogName

String catalogName

defaultCascade

String defaultCascade

defaultPackage

String defaultPackage

defaultAccess

String defaultAccess

autoImport

boolean autoImport

defaultLazy

boolean defaultLazy

propertyReferences

List<E> propertyReferences

namingStrategy

org.hibernate.cfg.NamingStrategy namingStrategy

filterDefinitions

Map<K,V> filterDefinitions

auxiliaryDatabaseObjects

List<E> auxiliaryDatabaseObjects

extendsQueue

Map<K,V> extendsQueue

columnNameBindingPerTable

Map<K,V> columnNameBindingPerTable

tableNameBinding

Map<K,V> tableNameBinding

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

Serialized Fields

logicalToPhysical

Map<K,V> logicalToPhysical

physicalToLogical

Map<K,V> physicalToLogical

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

Serialized Fields

logicalName

String logicalName

denormalizedSupertable

org.hibernate.mapping.Table denormalizedSupertable

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

Serialized Fields

queryElem

org.dom4j.Element queryElem

path

String path

mappings

org.hibernate.cfg.Mappings mappings

Class org.hibernate.cfg.NotYetImplementedException extends org.hibernate.MappingException implements Serializable

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

Serialized Fields

element

org.dom4j.Element element

path

String path

mappings

org.hibernate.cfg.Mappings mappings

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

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

Serialized Fields

mappedBy

String mappedBy

value

org.hibernate.mapping.ToOne value

mappings

org.hibernate.cfg.Mappings mappings

ownerEntity

String ownerEntity

ownerProperty

String ownerProperty

Package org.hibernate.cfg.annotations

Class org.hibernate.cfg.annotations.ResultsetMappingSecondPass extends Object implements Serializable

Serialized Fields

ann

javax.persistence.SqlResultSetMapping ann

mappings

org.hibernate.cfg.Mappings mappings

Package org.hibernate.lucene.event

Class org.hibernate.lucene.event.LuceneEventListener extends Object implements Serializable

Serialized Fields

documentBuilders

Map<K,V> documentBuilders

initialized

boolean initialized

Package org.hibernate.mapping

Class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject extends Object implements Serializable

Serialized Fields

dialectScopes

HashSet<E> dialectScopes

Class org.hibernate.mapping.Any extends org.hibernate.mapping.SimpleValue implements Serializable

Serialized Fields

identifierTypeName

String identifierTypeName

metaTypeName

String metaTypeName

metaValues

Map<K,V> metaValues

Class org.hibernate.mapping.Array extends org.hibernate.mapping.List implements Serializable

Serialized Fields

elementClassName

String elementClassName

Class org.hibernate.mapping.Backref extends org.hibernate.mapping.Property implements Serializable

Serialized Fields

collectionRole

String collectionRole

entityName

String entityName

Class org.hibernate.mapping.Bag extends org.hibernate.mapping.Collection implements Serializable

Class org.hibernate.mapping.Collection extends Object implements Serializable

Serialized Fields

key

org.hibernate.mapping.KeyValue key

element

org.hibernate.mapping.Value element

collectionTable

org.hibernate.mapping.Table collectionTable

role

String role

lazy

boolean lazy

extraLazy

boolean extraLazy

inverse

boolean inverse

mutable

boolean mutable

subselectLoadable

boolean subselectLoadable

cacheConcurrencyStrategy

String cacheConcurrencyStrategy

cacheRegionName

String cacheRegionName

orderBy

String orderBy

where

String where

manyToManyWhere

String manyToManyWhere

owner

org.hibernate.mapping.PersistentClass owner

referencedPropertyName

String referencedPropertyName

nodeName

String nodeName

elementNodeName

String elementNodeName

sorted

boolean sorted

comparator

Comparator<T> comparator

comparatorClassName

String comparatorClassName

orphanDelete

boolean orphanDelete

batchSize

int batchSize

fetchMode

org.hibernate.FetchMode fetchMode

embedded

boolean embedded

optimisticLocked

boolean optimisticLocked

collectionPersisterClass

Class<T> collectionPersisterClass

typeName

String typeName

filters

Map<K,V> filters

manyToManyFilters

Map<K,V> manyToManyFilters

synchronizedTables

Set<E> synchronizedTables

customSQLInsert

String customSQLInsert

customSQLUpdate

String customSQLUpdate

customSQLDelete

String customSQLDelete

customSQLDeleteAll

String customSQLDeleteAll

customInsertCallable

boolean customInsertCallable

customUpdateCallable

boolean customUpdateCallable

customDeleteCallable

boolean customDeleteCallable

customDeleteAllCallable

boolean customDeleteAllCallable

loaderName

String loaderName

Class org.hibernate.mapping.Column extends Object implements Serializable

Serialized Fields

length

int length

precision

int precision

scale

int scale

value

org.hibernate.mapping.Value value

typeIndex

int typeIndex

name

String name

nullable

boolean nullable

unique

boolean unique

sqlType

String sqlType

sqlTypeCode

Integer sqlTypeCode

quoted

boolean quoted

uniqueInteger

int uniqueInteger

checkConstraint

String checkConstraint

comment

String comment

defaultValue

String defaultValue

Class org.hibernate.mapping.Component extends org.hibernate.mapping.SimpleValue implements Serializable

Serialized Fields

properties

ArrayList<E> properties

componentClassName

String componentClassName

embedded

boolean embedded

parentProperty

String parentProperty

owner

org.hibernate.mapping.PersistentClass owner

dynamic

boolean dynamic

metaAttributes

Map<K,V> metaAttributes

nodeName

String nodeName

isKey

boolean isKey

tuplizerImpls

Map<K,V> tuplizerImpls

type

org.hibernate.type.Type type

Class org.hibernate.mapping.Constraint extends Object implements Serializable

Serialized Fields

name

String name

columns

List<E> columns

table

org.hibernate.mapping.Table table

Class org.hibernate.mapping.DenormalizedTable extends org.hibernate.mapping.Table implements Serializable

Serialized Fields

includedTable

org.hibernate.mapping.Table includedTable

Class org.hibernate.mapping.DependantValue extends org.hibernate.mapping.SimpleValue implements Serializable

Serialized Fields

wrappedValue

org.hibernate.mapping.KeyValue wrappedValue

nullable

boolean nullable

updateable

boolean updateable

Class org.hibernate.mapping.ForeignKey extends org.hibernate.mapping.Constraint implements Serializable

Serialized Fields

referencedTable

org.hibernate.mapping.Table referencedTable

referencedEntityName

String referencedEntityName

cascadeDeleteEnabled

boolean cascadeDeleteEnabled

referencedColumns

List<E> referencedColumns

Class org.hibernate.mapping.Formula extends Object implements Serializable

Serialized Fields

formula

String formula

uniqueInteger

int uniqueInteger

Class org.hibernate.mapping.IdentifierBag extends org.hibernate.mapping.IdentifierCollection implements Serializable

Class org.hibernate.mapping.IdentifierCollection extends org.hibernate.mapping.Collection implements Serializable

Serialized Fields

identifier

org.hibernate.mapping.KeyValue identifier

Class org.hibernate.mapping.IdGenerator extends Object implements Serializable

Serialized Fields

name

String name

identifierGeneratorStrategy

String identifierGeneratorStrategy

params

Properties params

Class org.hibernate.mapping.Index extends Object implements Serializable

Serialized Fields

table

org.hibernate.mapping.Table table

columns

List<E> columns

name

String name

Class org.hibernate.mapping.IndexBackref extends org.hibernate.mapping.Property implements Serializable

Serialized Fields

collectionRole

String collectionRole

entityName

String entityName

Class org.hibernate.mapping.IndexedCollection extends org.hibernate.mapping.Collection implements Serializable

Serialized Fields

index

org.hibernate.mapping.Value index

indexNodeName

String indexNodeName

Class org.hibernate.mapping.Join extends Object implements Serializable

Serialized Fields

properties

ArrayList<E> properties

table

org.hibernate.mapping.Table table

key

org.hibernate.mapping.KeyValue key

persistentClass

org.hibernate.mapping.PersistentClass persistentClass

sequentialSelect

boolean sequentialSelect

inverse

boolean inverse

optional

boolean optional

customSQLInsert

String customSQLInsert

customSQLUpdate

String customSQLUpdate

customSQLDelete

String customSQLDelete

customInsertCallable

boolean customInsertCallable

customUpdateCallable

boolean customUpdateCallable

customDeleteCallable

boolean customDeleteCallable

Class org.hibernate.mapping.JoinedSubclass extends org.hibernate.mapping.Subclass implements Serializable

Serialized Fields

table

org.hibernate.mapping.Table table

key

org.hibernate.mapping.KeyValue key

Class org.hibernate.mapping.List extends org.hibernate.mapping.IndexedCollection implements Serializable

Serialized Fields

baseIndex

int baseIndex

Class org.hibernate.mapping.ManyToOne extends org.hibernate.mapping.ToOne implements Serializable

Serialized Fields

ignoreNotFound

boolean ignoreNotFound

Class org.hibernate.mapping.Map extends org.hibernate.mapping.IndexedCollection implements Serializable

Class org.hibernate.mapping.MetaAttribute extends Object implements Serializable

Serialized Fields

name

String name

values

List<E> values

Class org.hibernate.mapping.OneToMany extends Object implements Serializable

Serialized Fields

referencedEntityName

String referencedEntityName

referencingTable

org.hibernate.mapping.Table referencingTable

associatedClass

org.hibernate.mapping.PersistentClass associatedClass

embedded

boolean embedded

ignoreNotFound

boolean ignoreNotFound

Class org.hibernate.mapping.OneToOne extends org.hibernate.mapping.ToOne implements Serializable

Serialized Fields

constrained

boolean constrained

foreignKeyType

org.hibernate.type.ForeignKeyDirection foreignKeyType

identifier

org.hibernate.mapping.KeyValue identifier

propertyName

String propertyName

entityName

String entityName

Class org.hibernate.mapping.PersistentClass extends Object implements Serializable

Serialized Fields

entityName

String entityName

className

String className

proxyInterfaceName

String proxyInterfaceName

nodeName

String nodeName

discriminatorValue

String discriminatorValue

lazy

boolean lazy

properties

ArrayList<E> properties

subclasses

ArrayList<E> subclasses

subclassProperties

ArrayList<E> subclassProperties

subclassTables

ArrayList<E> subclassTables

dynamicInsert

boolean dynamicInsert

dynamicUpdate

boolean dynamicUpdate

batchSize

int batchSize

selectBeforeUpdate

boolean selectBeforeUpdate

metaAttributes

Map<K,V> metaAttributes

joins

ArrayList<E> joins

subclassJoins

ArrayList<E> subclassJoins

filters

Map<K,V> filters

synchronizedTables

Set<E> synchronizedTables

loaderName

String loaderName

isAbstract

Boolean isAbstract

hasSubselectLoadableCollections

boolean hasSubselectLoadableCollections

identifierMapper

org.hibernate.mapping.Component identifierMapper

customSQLInsert

String customSQLInsert

customSQLUpdate

String customSQLUpdate

customSQLDelete

String customSQLDelete

customInsertCallable

boolean customInsertCallable

customUpdateCallable

boolean customUpdateCallable

customDeleteCallable

boolean customDeleteCallable

temporaryIdTableName

String temporaryIdTableName

temporaryIdTableDDL

String temporaryIdTableDDL

tuplizerImpls

Map<K,V> tuplizerImpls

optimisticLockMode

int optimisticLockMode

Class org.hibernate.mapping.PrimaryKey extends org.hibernate.mapping.Constraint implements Serializable

Class org.hibernate.mapping.PrimitiveArray extends org.hibernate.mapping.Array implements Serializable

Class org.hibernate.mapping.Property extends Object implements Serializable

Serialized Fields

name

String name

value

org.hibernate.mapping.Value value

cascade

String cascade

updateable

boolean updateable

insertable

boolean insertable

selectable

boolean selectable

optimisticLocked

boolean optimisticLocked

generation

org.hibernate.mapping.PropertyGeneration generation

propertyAccessorName

String propertyAccessorName

lazy

boolean lazy

optional

boolean optional

nodeName

String nodeName

metaAttributes

Map<K,V> metaAttributes

persistentClass

org.hibernate.mapping.PersistentClass persistentClass

naturalIdentifier

boolean naturalIdentifier

Class org.hibernate.mapping.PropertyGeneration extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

name

String name

Class org.hibernate.mapping.RootClass extends org.hibernate.mapping.PersistentClass implements Serializable

Serialized Fields

identifierProperty

org.hibernate.mapping.Property identifierProperty

identifier

org.hibernate.mapping.KeyValue identifier

version

org.hibernate.mapping.Property version

polymorphic

boolean polymorphic

cacheConcurrencyStrategy

String cacheConcurrencyStrategy

cacheRegionName

String cacheRegionName

lazyPropertiesCacheable

boolean lazyPropertiesCacheable

discriminator

org.hibernate.mapping.Value discriminator

mutable

boolean mutable

embeddedIdentifier

boolean embeddedIdentifier

explicitPolymorphism

boolean explicitPolymorphism

entityPersisterClass

Class<T> entityPersisterClass

forceDiscriminator

boolean forceDiscriminator

where

String where

table

org.hibernate.mapping.Table table

discriminatorInsertable

boolean discriminatorInsertable

nextSubclassId

int nextSubclassId

Class org.hibernate.mapping.Set extends org.hibernate.mapping.Collection implements Serializable

Class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject extends org.hibernate.mapping.AbstractAuxiliaryDatabaseObject implements Serializable

Serialized Fields

sqlCreateString

String sqlCreateString

sqlDropString

String sqlDropString

Class org.hibernate.mapping.SimpleValue extends Object implements Serializable

Serialized Fields

columns

List<E> columns

typeName

String typeName

identifierGeneratorProperties

Properties identifierGeneratorProperties

identifierGeneratorStrategy

String identifierGeneratorStrategy

nullValue

String nullValue

table

org.hibernate.mapping.Table table

foreignKeyName

String foreignKeyName

alternateUniqueKey

boolean alternateUniqueKey

typeParameters

Properties typeParameters

cascadeDeleteEnabled

boolean cascadeDeleteEnabled

Class org.hibernate.mapping.SingleTableSubclass extends org.hibernate.mapping.Subclass implements Serializable

Class org.hibernate.mapping.Subclass extends org.hibernate.mapping.PersistentClass implements Serializable

Serialized Fields

superclass

org.hibernate.mapping.PersistentClass superclass

classPersisterClass

Class<T> classPersisterClass

subclassId

int subclassId

Class org.hibernate.mapping.Table extends Object implements Serializable

Serialized Fields

name

String name

schema

String schema

catalog

String catalog

columns

Map<K,V> columns

idValue

org.hibernate.mapping.KeyValue idValue

primaryKey

org.hibernate.mapping.PrimaryKey primaryKey

indexes

Map<K,V> indexes

foreignKeys

Map<K,V> foreignKeys

uniqueKeys

Map<K,V> uniqueKeys

uniqueInteger

int uniqueInteger

quoted

boolean quoted

schemaQuoted

boolean schemaQuoted

checkConstraints

List<E> checkConstraints

rowId

String rowId

subselect

String subselect

isAbstract

boolean isAbstract

hasDenormalizedTables

boolean hasDenormalizedTables

comment

String comment

Class org.hibernate.mapping.ToOne extends org.hibernate.mapping.SimpleValue implements Serializable

Serialized Fields

fetchMode

org.hibernate.FetchMode fetchMode

referencedPropertyName

String referencedPropertyName

referencedEntityName

String referencedEntityName

embedded

boolean embedded

lazy

boolean lazy

unwrapProxy

boolean unwrapProxy

Class org.hibernate.mapping.TypeDef extends Object implements Serializable

Serialized Fields

typeClass

String typeClass

parameters

Properties parameters

Class org.hibernate.mapping.UnionSubclass extends org.hibernate.mapping.Subclass implements Serializable

Serialized Fields

table

org.hibernate.mapping.Table table

key

org.hibernate.mapping.KeyValue key

Class org.hibernate.mapping.UniqueKey extends org.hibernate.mapping.Constraint implements Serializable


Package org.hibernate.type

Class org.hibernate.type.AbstractLobType extends org.hibernate.type.AbstractType implements Serializable

Class org.hibernate.type.AbstractType extends Object implements Serializable

Class org.hibernate.type.AdaptedImmutableType extends org.hibernate.type.ImmutableType implements Serializable

Serialized Fields

mutableType

org.hibernate.type.NullableType mutableType

Class org.hibernate.type.AnyType extends org.hibernate.type.AbstractType implements Serializable

Serialized Fields

identifierType

org.hibernate.type.Type identifierType

metaType

org.hibernate.type.Type metaType

Class org.hibernate.type.AnyType.ObjectTypeCacheEntry extends Object implements Serializable

Serialized Fields

entityName

String entityName

id

Serializable id

Class org.hibernate.type.ArrayType extends org.hibernate.type.CollectionType implements Serializable

Serialized Fields

elementClass

Class<T> elementClass

arrayClass

Class<T> arrayClass

Class org.hibernate.type.BagType extends org.hibernate.type.CollectionType implements Serializable

Class org.hibernate.type.BigDecimalType extends org.hibernate.type.ImmutableType implements Serializable

Class org.hibernate.type.BigIntegerType extends org.hibernate.type.ImmutableType implements Serializable

Class org.hibernate.type.BinaryType extends org.hibernate.type.MutableType implements Serializable

Class org.hibernate.type.BlobType extends org.hibernate.type.AbstractType implements Serializable

Class org.hibernate.type.BooleanType extends org.hibernate.type.PrimitiveType implements Serializable

Class org.hibernate.type.ByteArrayBlobType extends AbstractLobType implements Serializable

Class org.hibernate.type.ByteType extends org.hibernate.type.PrimitiveType implements Serializable

Class org.hibernate.type.CalendarDateType extends org.hibernate.type.MutableType implements Serializable

Class org.hibernate.type.CalendarType extends org.hibernate.type.MutableType implements Serializable

Class org.hibernate.type.CharacterType extends org.hibernate.type.PrimitiveType implements Serializable

Class org.hibernate.type.CharBooleanType extends org.hibernate.type.BooleanType implements Serializable

Class org.hibernate.type.ClassType extends org.hibernate.type.ImmutableType implements Serializable

Class org.hibernate.type.ClobType extends org.hibernate.type.AbstractType implements Serializable

Class org.hibernate.type.CollectionType extends org.hibernate.type.AbstractType implements Serializable

Serialized Fields

role

String role

foreignKeyPropertyName

String foreignKeyPropertyName

isEmbeddedInXML

boolean isEmbeddedInXML

Class org.hibernate.type.ComponentType extends org.hibernate.type.AbstractType implements Serializable

Serialized Fields

propertyTypes

org.hibernate.type.Type[] propertyTypes

propertyNames

String[] propertyNames

propertyNullability

boolean[] propertyNullability

propertySpan

int propertySpan

cascade

org.hibernate.engine.CascadeStyle[] cascade

joinedFetch

org.hibernate.FetchMode[] joinedFetch

isKey

boolean isKey

tuplizers

org.hibernate.tuple.TuplizerLookup tuplizers

Class org.hibernate.type.CompositeCustomType extends org.hibernate.type.AbstractType implements Serializable

Serialized Fields

userType

org.hibernate.usertype.CompositeUserType userType

name

String name

Class org.hibernate.type.CurrencyType extends org.hibernate.type.ImmutableType implements Serializable

Class org.hibernate.type.CustomCollectionType extends org.hibernate.type.CollectionType implements Serializable

Serialized Fields

userType

org.hibernate.usertype.UserCollectionType userType

Class org.hibernate.type.CustomType extends org.hibernate.type.AbstractType implements Serializable

Serialized Fields

userType

org.hibernate.usertype.UserType userType

name

String name

types

int[] types

Class org.hibernate.type.DateType extends org.hibernate.type.MutableType implements Serializable

Class org.hibernate.type.DbTimestampType extends org.hibernate.type.TimestampType implements Serializable

Class org.hibernate.type.DoubleType extends org.hibernate.type.PrimitiveType implements Serializable

Class org.hibernate.type.EmbeddedComponentType extends org.hibernate.type.ComponentType implements Serializable

Class org.hibernate.type.EntityType extends org.hibernate.type.AbstractType implements Serializable

Serialized Fields

associatedEntityName

String associatedEntityName

uniqueKeyPropertyName

String uniqueKeyPropertyName

isEmbeddedInXML

boolean isEmbeddedInXML

eager

boolean eager

unwrapProxy

boolean unwrapProxy

Class org.hibernate.type.FloatType extends org.hibernate.type.PrimitiveType implements Serializable

Class org.hibernate.type.ForeignKeyDirection extends Object implements Serializable

Class org.hibernate.type.IdentifierBagType extends org.hibernate.type.CollectionType implements Serializable

Class org.hibernate.type.ImmutableType extends org.hibernate.type.NullableType implements Serializable

Class org.hibernate.type.IntegerType extends org.hibernate.type.PrimitiveType implements Serializable

Class org.hibernate.type.ListType extends org.hibernate.type.CollectionType implements Serializable

Class org.hibernate.type.LocaleType extends org.hibernate.type.ImmutableType implements Serializable

Class org.hibernate.type.LongType extends org.hibernate.type.PrimitiveType implements Serializable

Class org.hibernate.type.ManyToOneType extends org.hibernate.type.EntityType implements Serializable

Serialized Fields

ignoreNotFound

boolean ignoreNotFound

Class org.hibernate.type.MapType extends org.hibernate.type.CollectionType implements Serializable

Class org.hibernate.type.MetaType extends org.hibernate.type.AbstractType implements Serializable

Serialized Fields

values

Map<K,V> values

keys

Map<K,V> keys

baseType

org.hibernate.type.Type baseType

Class org.hibernate.type.MutableType extends org.hibernate.type.NullableType implements Serializable

Class org.hibernate.type.NullableType extends org.hibernate.type.AbstractType implements Serializable

Class org.hibernate.type.OneToOneType extends org.hibernate.type.EntityType implements Serializable

Serialized Fields

foreignKeyType

org.hibernate.type.ForeignKeyDirection foreignKeyType

propertyName

String propertyName

entityName

String entityName

Class org.hibernate.type.OrderedMapType extends org.hibernate.type.MapType implements Serializable

Class org.hibernate.type.OrderedSetType extends org.hibernate.type.SetType implements Serializable

Class org.hibernate.type.PrimitiveByteArrayBlobType extends ByteArrayBlobType implements Serializable

Class org.hibernate.type.PrimitiveType extends org.hibernate.type.ImmutableType implements Serializable

Class org.hibernate.type.SerializableToBlobType extends AbstractLobType implements Serializable

Serialized Fields

serializableClass

Class<T> serializableClass

type

org.hibernate.type.SerializableType type

Class org.hibernate.type.SerializableType extends org.hibernate.type.MutableType implements Serializable

Serialized Fields

serializableClass

Class<T> serializableClass

Class org.hibernate.type.SerializationException extends org.hibernate.HibernateException implements Serializable

Class org.hibernate.type.SetType extends org.hibernate.type.CollectionType implements Serializable

Class org.hibernate.type.ShortType extends org.hibernate.type.PrimitiveType implements Serializable

Class org.hibernate.type.SortedMapType extends org.hibernate.type.MapType implements Serializable

Serialized Fields

comparator

Comparator<T> comparator

Class org.hibernate.type.SortedSetType extends org.hibernate.type.SetType implements Serializable

Serialized Fields

comparator

Comparator<T> comparator

Class org.hibernate.type.SpecialOneToOneType extends org.hibernate.type.OneToOneType implements Serializable

Class org.hibernate.type.StringType extends org.hibernate.type.ImmutableType implements Serializable

Class org.hibernate.type.TextType extends org.hibernate.type.ImmutableType implements Serializable

Class org.hibernate.type.TimestampType extends org.hibernate.type.MutableType implements Serializable

Class org.hibernate.type.TimeType extends org.hibernate.type.MutableType implements Serializable

Class org.hibernate.type.TimeZoneType extends org.hibernate.type.ImmutableType implements Serializable

Class org.hibernate.type.TrueFalseType extends org.hibernate.type.CharBooleanType implements Serializable

Class org.hibernate.type.YesNoType extends org.hibernate.type.CharBooleanType implements Serializable


Package org.hibernate.validator

Class org.hibernate.validator.AssertFalseValidator extends Object implements Serializable

Class org.hibernate.validator.AssertTrueValidator extends Object implements Serializable

Class org.hibernate.validator.ClassValidator extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

beanClass

Class<T> beanClass

Class org.hibernate.validator.EmailValidator extends Object implements Serializable

Serialized Fields

pattern

Pattern pattern

Class org.hibernate.validator.FutureValidator extends Object implements Serializable

Class org.hibernate.validator.InvalidStateException extends RuntimeException implements Serializable

Serialized Fields

invalidValues

InvalidValue[] invalidValues

Class org.hibernate.validator.InvalidValue extends Object implements Serializable

Serialized Fields

message

String message

value

Object value

propertyName

String propertyName

beanClass

Class<T> beanClass

bean

Object bean

rootBean

Object rootBean

propertyPath

String propertyPath

Class org.hibernate.validator.LengthValidator extends Object implements Serializable

Serialized Fields

max

int max

min

int min

Class org.hibernate.validator.MaxValidator extends Object implements Serializable

Serialized Fields

max

int max

Class org.hibernate.validator.MinValidator extends Object implements Serializable

Serialized Fields

min

int min

Class org.hibernate.validator.NotNullValidator extends Object implements Serializable

Class org.hibernate.validator.PastValidator extends Object implements Serializable

Class org.hibernate.validator.PatternValidator extends Object implements Serializable

Serialized Fields

pattern

Pattern pattern

Class org.hibernate.validator.RangeValidator extends Object implements Serializable

Serialized Fields

max

long max

min

long min

Class org.hibernate.validator.SizeValidator extends Object implements Serializable

Serialized Fields

max

int max

min

int min

Package org.hibernate.validator.event

Class org.hibernate.validator.event.ValidateEventListener extends Object implements Serializable

Serialized Fields

isInitialized

boolean isInitialized

validators

Map<K,V> validators

Class org.hibernate.validator.event.ValidatePreInsertEventListener extends ValidateEventListener implements Serializable

Class org.hibernate.validator.event.ValidatePreUpdateEventListener extends ValidateEventListener implements Serializable