Serialized Form
|
Class org.hibernate.AssertionFailure extends org.hibernate.exception.NestableRuntimeException implements Serializable |
|
Class org.hibernate.CacheMode extends Object implements Serializable |
readResolve
private Object readResolve()
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 |
readResolve
private Object readResolve()
name
String name
|
Class org.hibernate.DuplicateMappingException extends org.hibernate.MappingException implements Serializable |
name
String name
type
String type
|
Class org.hibernate.EmptyInterceptor extends Object implements Serializable |
|
Class org.hibernate.EntityMode extends Object implements Serializable |
readResolve
private Object readResolve()
name
String name
|
Class org.hibernate.FetchMode extends Object implements Serializable |
readResolve
private Object readResolve()
name
String name
|
Class org.hibernate.FlushMode extends Object implements Serializable |
readResolve
private Object readResolve()
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 |
clazz
Class<T> clazz
|
Class org.hibernate.InvalidMappingException extends org.hibernate.MappingException implements Serializable |
path
String path
type
String type
|
Class org.hibernate.JDBCException extends org.hibernate.HibernateException implements Serializable |
sqle
SQLException sqle
sql
String sql
|
Class org.hibernate.LazyInitializationException extends org.hibernate.HibernateException implements Serializable |
|
Class org.hibernate.LockMode extends Object implements Serializable |
readResolve
private Object readResolve()
level
int level
name
String name
|
Class org.hibernate.MappingException extends org.hibernate.HibernateException implements Serializable |
|
Class org.hibernate.MappingNotFoundException extends org.hibernate.MappingException implements Serializable |
path
String path
type
String type
|
Class org.hibernate.NonUniqueObjectException extends org.hibernate.HibernateException implements Serializable |
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 |
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 |
entityName
String entityName
propertyName
String propertyName
|
Class org.hibernate.QueryException extends org.hibernate.HibernateException implements Serializable |
queryString
String queryString
|
Class org.hibernate.QueryParameterException extends org.hibernate.QueryException implements Serializable |
|
Class org.hibernate.ReplicationMode extends Object implements Serializable |
readResolve
private Object readResolve()
name
String name
|
Class org.hibernate.ScrollMode extends Object implements Serializable |
readResolve
private Object readResolve()
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 |
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.TypeMismatchException extends org.hibernate.HibernateException implements Serializable |
|
Class org.hibernate.UnresolvableObjectException extends org.hibernate.HibernateException implements Serializable |
identifier
Serializable identifier
entityName
String entityName
|
Class org.hibernate.WrongClassException extends org.hibernate.HibernateException implements Serializable |
identifier
Serializable identifier
entityName
String entityName
|
Package org.hibernate.cfg |
log
org.slf4j.Logger log
namedGenerators
Map<K,V> namedGenerators
joins
Map<K,V> joins
classTypes
Map<K,V> classTypes
defaultNamedQueryNames
Set<E> defaultNamedQueryNames
defaultNamedNativeQueryNames
Set<E> defaultNamedNativeQueryNames
defaultSqlResulSetMappingNames
Set<E> defaultSqlResulSetMappingNames
defaultNamedGenerators
Set<E> defaultNamedGenerators
generatorTables
Map<K,V> generatorTables
tableUniqueConstraints
Map<K,V> tableUniqueConstraints
mappedByResolver
Map<K,V> mappedByResolver
propertyRefResolver
Map<K,V> propertyRefResolver
anyMetaDefs
Map<K,V> anyMetaDefs
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
isDefaultProcessed
boolean isDefaultProcessed
isValidatorNotPresentLogged
boolean isValidatorNotPresentLogged
|
Class org.hibernate.cfg.CollectionSecondPass extends Object implements Serializable |
mappings
org.hibernate.cfg.Mappings mappings
collection
org.hibernate.mapping.Collection collection
localInheritedMetas
Map<K,V> localInheritedMetas
|
Class org.hibernate.cfg.Configuration extends Object implements Serializable |
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
classes
Map<K,V> classes
imports
Map<K,V> imports
collections
Map<K,V> collections
tables
Map<K,V> tables
auxiliaryDatabaseObjects
List<E> auxiliaryDatabaseObjects
sqlFunctions
Map<K,V> sqlFunctions
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
entityNotFoundDelegate
org.hibernate.proxy.EntityNotFoundDelegate entityNotFoundDelegate
namingStrategy
org.hibernate.cfg.NamingStrategy namingStrategy
eventListeners
org.hibernate.event.EventListeners eventListeners
settingsFactory
org.hibernate.cfg.SettingsFactory settingsFactory
sessionFactoryObserver
org.hibernate.SessionFactoryObserver sessionFactoryObserver
rootClass
org.hibernate.mapping.RootClass rootClass
joinedSubClass
org.hibernate.mapping.JoinedSubclass joinedSubClass
|
Class org.hibernate.cfg.DefaultNamingStrategy extends Object implements Serializable |
log
org.slf4j.Logger log
resolved
boolean resolved
log
org.slf4j.Logger log
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
reflectionManager
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager
defaultNamedQueryNames
Set<E> defaultNamedQueryNames
defaultNamedNativeQueryNames
Set<E> defaultNamedNativeQueryNames
defaultSqlResulSetMappingNames
Set<E> defaultSqlResulSetMappingNames
defaultNamedGenerators
Set<E> defaultNamedGenerators
anyMetaDefs
Map<K,V> anyMetaDefs
value
org.hibernate.mapping.SimpleValue value
columns
Ejb3JoinColumn[] columns
uniqueCounter
int uniqueCounter
- unique counter is needed to differentiate 2 instances of FKSecondPass
as they are compared.
Fairly hacky but IBM VM sometimes returns the same hashCode for 2 different objects
TODO is it doable to rely on the Ejb3JoinColumn names? Not sure at they could be inferred
|
Class org.hibernate.cfg.ImprovedNamingStrategy extends Object implements Serializable |
table
org.hibernate.mapping.Table table
indexName
String indexName
columns
String[] columns
mappings
ExtendedMappings mappings
column
Ejb3Column column
unique
boolean unique
entity
org.hibernate.mapping.JoinedSubclass entity
mappings
ExtendedMappings mappings
|
Class org.hibernate.cfg.Mappings extends Object implements Serializable |
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 |
logicalToPhysical
Map<K,V> logicalToPhysical
physicalToLogical
Map<K,V> physicalToLogical
|
Class org.hibernate.cfg.Mappings.TableDescription extends Object implements Serializable |
logicalName
String logicalName
denormalizedSupertable
org.hibernate.mapping.Table denormalizedSupertable
|
Class org.hibernate.cfg.NamedSQLQuerySecondPass extends org.hibernate.cfg.ResultSetMappingBinder implements Serializable |
queryElem
org.dom4j.Element queryElem
path
String path
mappings
org.hibernate.cfg.Mappings mappings
mappedBy
String mappedBy
mappings
ExtendedMappings mappings
ownerEntity
String ownerEntity
ownerProperty
String ownerProperty
propertyHolder
PropertyHolder propertyHolder
ignoreNotFound
boolean ignoreNotFound
inferredData
PropertyData inferredData
targetEntity
org.hibernate.annotations.common.reflection.XClass targetEntity
cascadeOnDelete
boolean cascadeOnDelete
optional
boolean optional
cascadeStrategy
String cascadeStrategy
joinColumns
Ejb3JoinColumn[] joinColumns
|
Class org.hibernate.cfg.ResultSetMappingSecondPass extends org.hibernate.cfg.ResultSetMappingBinder implements Serializable |
element
org.dom4j.Element element
path
String path
mappings
org.hibernate.cfg.Mappings mappings
entityBinder
EntityBinder entityBinder
propertyHolder
PropertyHolder propertyHolder
annotatedClass
org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass
|
Class org.hibernate.cfg.SettingsFactory extends Object implements Serializable |
unique
boolean unique
mappings
ExtendedMappings mappings
path
String path
entityClassName
String entityClassName
|
Package org.hibernate.cfg.annotations |
log
org.slf4j.Logger log
ann
javax.persistence.SqlResultSetMapping ann
mappings
ExtendedMappings mappings
isDefault
boolean isDefault
|
Package org.hibernate.mapping |
|
Class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject extends Object implements Serializable |
dialectScopes
HashSet<E> dialectScopes
|
Class org.hibernate.mapping.Any extends org.hibernate.mapping.SimpleValue implements Serializable |
identifierTypeName
String identifierTypeName
metaTypeName
String metaTypeName
metaValues
Map<K,V> metaValues
|
Class org.hibernate.mapping.Array extends org.hibernate.mapping.List implements Serializable |
elementClassName
String elementClassName
|
Class org.hibernate.mapping.Backref extends org.hibernate.mapping.Property implements Serializable |
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 |
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
manyToManyOrderBy
String manyToManyOrderBy
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
typeParameters
Properties typeParameters
filters
Map<K,V> filters
manyToManyFilters
Map<K,V> manyToManyFilters
synchronizedTables
Set<E> synchronizedTables
customSQLInsert
String customSQLInsert
customInsertCallable
boolean customInsertCallable
insertCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle insertCheckStyle
customSQLUpdate
String customSQLUpdate
customUpdateCallable
boolean customUpdateCallable
updateCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle updateCheckStyle
customSQLDelete
String customSQLDelete
customDeleteCallable
boolean customDeleteCallable
deleteCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle deleteCheckStyle
customSQLDeleteAll
String customSQLDeleteAll
customDeleteAllCallable
boolean customDeleteAllCallable
deleteAllCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle deleteAllCheckStyle
loaderName
String loaderName
|
Class org.hibernate.mapping.Column extends Object implements Serializable |
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 |
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
roleName
String roleName
tuplizerImpls
Map<K,V> tuplizerImpls
type
org.hibernate.type.Type type
|
Class org.hibernate.mapping.Constraint extends Object implements Serializable |
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 |
includedTable
org.hibernate.mapping.Table includedTable
|
Class org.hibernate.mapping.DependantValue extends org.hibernate.mapping.SimpleValue implements Serializable |
wrappedValue
org.hibernate.mapping.KeyValue wrappedValue
nullable
boolean nullable
updateable
boolean updateable
|
Class org.hibernate.mapping.ForeignKey extends org.hibernate.mapping.Constraint implements Serializable |
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 |
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 |
identifier
org.hibernate.mapping.KeyValue identifier
name
String name
identifierGeneratorStrategy
String identifierGeneratorStrategy
params
Properties params
|
Class org.hibernate.mapping.Index extends Object implements Serializable |
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 |
collectionRole
String collectionRole
entityName
String entityName
|
Class org.hibernate.mapping.IndexedCollection extends org.hibernate.mapping.Collection implements Serializable |
index
org.hibernate.mapping.Value index
indexNodeName
String indexNodeName
|
Class org.hibernate.mapping.Join extends Object implements Serializable |
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
customInsertCallable
boolean customInsertCallable
insertCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle insertCheckStyle
customSQLUpdate
String customSQLUpdate
customUpdateCallable
boolean customUpdateCallable
updateCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle updateCheckStyle
customSQLDelete
String customSQLDelete
customDeleteCallable
boolean customDeleteCallable
deleteCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle deleteCheckStyle
|
Class org.hibernate.mapping.JoinedSubclass extends org.hibernate.mapping.Subclass implements Serializable |
table
org.hibernate.mapping.Table table
key
org.hibernate.mapping.KeyValue key
|
Class org.hibernate.mapping.List extends org.hibernate.mapping.IndexedCollection implements Serializable |
baseIndex
int baseIndex
|
Class org.hibernate.mapping.ManyToOne extends org.hibernate.mapping.ToOne implements Serializable |
ignoreNotFound
boolean ignoreNotFound
|
Class org.hibernate.mapping.Map extends org.hibernate.mapping.IndexedCollection implements Serializable |
|
Class org.hibernate.mapping.MetaAttribute extends Object implements Serializable |
name
String name
values