Serialized Form
Package it.eng.spagobi.engines.birt |
session
javax.servlet.http.HttpSession session
userId
java.lang.String userId
birtReportEngine
org.eclipse.birt.report.engine.api.IReportEngine birtReportEngine
Package it.eng.spagobi.engines.birt.exceptions |
description
java.lang.String description
Package org.hibernate.mapping |
Class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject extends java.lang.Object implements Serializable |
dialectScopes
java.util.HashSet<E> dialectScopes
Class org.hibernate.mapping.Any extends org.hibernate.mapping.SimpleValue implements Serializable |
identifierTypeName
java.lang.String identifierTypeName
metaTypeName
java.lang.String metaTypeName
metaValues
java.util.Map<K,V> metaValues
Class org.hibernate.mapping.Array extends org.hibernate.mapping.List implements Serializable |
elementClassName
java.lang.String elementClassName
Class org.hibernate.mapping.Backref extends org.hibernate.mapping.Property implements Serializable |
collectionRole
java.lang.String collectionRole
entityName
java.lang.String entityName
Class org.hibernate.mapping.Bag extends org.hibernate.mapping.Collection implements Serializable |
Class org.hibernate.mapping.Collection extends java.lang.Object implements Serializable |
mappings
org.hibernate.cfg.Mappings mappings
owner
org.hibernate.mapping.PersistentClass owner
key
org.hibernate.mapping.KeyValue key
element
org.hibernate.mapping.Value element
collectionTable
Table collectionTable
role
java.lang.String role
lazy
boolean lazy
extraLazy
boolean extraLazy
inverse
boolean inverse
mutable
boolean mutable
subselectLoadable
boolean subselectLoadable
cacheConcurrencyStrategy
java.lang.String cacheConcurrencyStrategy
cacheRegionName
java.lang.String cacheRegionName
orderBy
java.lang.String orderBy
where
java.lang.String where
manyToManyWhere
java.lang.String manyToManyWhere
manyToManyOrderBy
java.lang.String manyToManyOrderBy
referencedPropertyName
java.lang.String referencedPropertyName
nodeName
java.lang.String nodeName
elementNodeName
java.lang.String elementNodeName
sorted
boolean sorted
comparator
java.util.Comparator<T> comparator
comparatorClassName
java.lang.String comparatorClassName
orphanDelete
boolean orphanDelete
batchSize
int batchSize
fetchMode
org.hibernate.FetchMode fetchMode
embedded
boolean embedded
optimisticLocked
boolean optimisticLocked
collectionPersisterClass
java.lang.Class<T> collectionPersisterClass
typeName
java.lang.String typeName
typeParameters
java.util.Properties typeParameters
filters
java.util.Map<K,V> filters
manyToManyFilters
java.util.Map<K,V> manyToManyFilters
synchronizedTables
java.util.Set<E> synchronizedTables
customSQLInsert
java.lang.String customSQLInsert
customInsertCallable
boolean customInsertCallable
insertCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle insertCheckStyle
customSQLUpdate
java.lang.String customSQLUpdate
customUpdateCallable
boolean customUpdateCallable
updateCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle updateCheckStyle
customSQLDelete
java.lang.String customSQLDelete
customDeleteCallable
boolean customDeleteCallable
deleteCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle deleteCheckStyle
customSQLDeleteAll
java.lang.String customSQLDeleteAll
customDeleteAllCallable
boolean customDeleteAllCallable
deleteAllCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle deleteAllCheckStyle
loaderName
java.lang.String loaderName
Class org.hibernate.mapping.Column extends java.lang.Object implements Serializable |
length
int length
precision
int precision
scale
int scale
value
org.hibernate.mapping.Value value
typeIndex
int typeIndex
name
java.lang.String name
nullable
boolean nullable
unique
boolean unique
sqlType
java.lang.String sqlType
sqlTypeCode
java.lang.Integer sqlTypeCode
quoted
boolean quoted
uniqueInteger
int uniqueInteger
checkConstraint
java.lang.String checkConstraint
comment
java.lang.String comment
defaultValue
java.lang.String defaultValue
customWrite
java.lang.String customWrite
customRead
java.lang.String customRead
Class org.hibernate.mapping.Component extends org.hibernate.mapping.SimpleValue implements Serializable |
properties
java.util.ArrayList<E> properties
componentClassName
java.lang.String componentClassName
embedded
boolean embedded
parentProperty
java.lang.String parentProperty
owner
org.hibernate.mapping.PersistentClass owner
dynamic
boolean dynamic
metaAttributes
java.util.Map<K,V> metaAttributes
nodeName
java.lang.String nodeName
isKey
boolean isKey
roleName
java.lang.String roleName
tuplizerImpls
java.util.Map<K,V> tuplizerImpls
type
org.hibernate.type.Type type
builtIdentifierGenerator
org.hibernate.id.IdentifierGenerator builtIdentifierGenerator
Class org.hibernate.mapping.Constraint extends java.lang.Object implements Serializable |
name
java.lang.String name
columns
java.util.List<E> columns
table
Table table
Class org.hibernate.mapping.DenormalizedTable extends Table implements Serializable |
includedTable
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
Table referencedTable
referencedEntityName
java.lang.String referencedEntityName
cascadeDeleteEnabled
boolean cascadeDeleteEnabled
referencedColumns
java.util.List<E> referencedColumns
Class org.hibernate.mapping.Formula extends java.lang.Object implements Serializable |
formula
java.lang.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
Class org.hibernate.mapping.IdGenerator extends java.lang.Object implements Serializable |
name
java.lang.String name
identifierGeneratorStrategy
java.lang.String identifierGeneratorStrategy
params
java.util.Properties params
Class org.hibernate.mapping.Index extends java.lang.Object implements Serializable |
table
Table table
columns
java.util.List<E> columns
name
java.lang.String name
Class org.hibernate.mapping.IndexBackref extends org.hibernate.mapping.Property implements Serializable |
collectionRole
java.lang.String collectionRole
entityName
java.lang.String entityName
Class org.hibernate.mapping.IndexedCollection extends org.hibernate.mapping.Collection implements Serializable |
index
org.hibernate.mapping.Value index
indexNodeName
java.lang.String indexNodeName
Class org.hibernate.mapping.Join extends java.lang.Object implements Serializable |
properties
java.util.ArrayList<E> properties
declaredProperties
java.util.ArrayList<E> declaredProperties
table
Table table
key
org.hibernate.mapping.KeyValue key
persistentClass
org.hibernate.mapping.PersistentClass persistentClass
sequentialSelect
boolean sequentialSelect
inverse
boolean inverse
optional
boolean optional
customSQLInsert
java.lang.String customSQLInsert
customInsertCallable
boolean customInsertCallable
insertCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle insertCheckStyle
customSQLUpdate
java.lang.String customSQLUpdate
customUpdateCallable
boolean customUpdateCallable
updateCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle updateCheckStyle
customSQLDelete
java.lang.String customSQLDelete
customDeleteCallable
boolean customDeleteCallable
deleteCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle deleteCheckStyle
Class org.hibernate.mapping.JoinedSubclass extends org.hibernate.mapping.Subclass implements Serializable |
table
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
isLogicalOneToOne
boolean isLogicalOneToOne
Class org.hibernate.mapping.Map extends org.hibernate.mapping.IndexedCollection implements Serializable |
Class org.hibernate.mapping.MetaAttribute extends java.lang.Object implements Serializable |
name
java.lang.String name
values
java.util.List<E> values
Class org.hibernate.mapping.OneToMany extends java.lang.Object implements Serializable |
mappings
org.hibernate.cfg.Mappings mappings
referencingTable
Table referencingTable
referencedEntityName
java.lang.String referencedEntityName
associatedClass
org.hibernate.mapping.PersistentClass associatedClass
embedded
boolean embedded
ignoreNotFound
boolean ignoreNotFound
Class org.hibernate.mapping.OneToOne extends org.hibernate.mapping.ToOne implements Serializable |
constrained
boolean constrained
foreignKeyType
org.hibernate.type.ForeignKeyDirection foreignKeyType
identifier
org.hibernate.mapping.KeyValue identifier
propertyName
java.lang.String propertyName
entityName
java.lang.String entityName
Class org.hibernate.mapping.PersistentClass extends java.lang.Object implements Serializable |
entityName
java.lang.String entityName
className
java.lang.String className
proxyInterfaceName
java.lang.String proxyInterfaceName
nodeName
java.lang.String nodeName
jpaEntityName
java.lang.String jpaEntityName
discriminatorValue
java.lang.String discriminatorValue
lazy
boolean lazy
properties
java.util.ArrayList<E> properties
declaredProperties
java.util.ArrayList<E> declaredProperties
subclasses
java.util.ArrayList<E> subclasses
subclassProperties
java.util.ArrayList<E> subclassProperties
subclassTables
java.util.ArrayList<E> subclassTables
dynamicInsert
boolean dynamicInsert
dynamicUpdate
boolean dynamicUpdate
batchSize
int batchSize
selectBeforeUpdate
boolean selectBeforeUpdate
metaAttributes
java.util.Map<K,V> metaAttributes
joins
java.util.ArrayList<E> joins
subclassJoins
java.util.ArrayList<E> subclassJoins
filters
java.util.Map<K,V> filters
synchronizedTables
java.util.Set<E> synchronizedTables
loaderName
java.lang.String loaderName
isAbstract
java.lang.Boolean isAbstract
hasSubselectLoadableCollections
boolean hasSubselectLoadableCollections
identifierMapper
org.hibernate.mapping.Component identifierMapper
customSQLInsert
java.lang.String customSQLInsert
customInsertCallable
boolean customInsertCallable
insertCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle insertCheckStyle
customSQLUpdate
java.lang.String customSQLUpdate
customUpdateCallable
boolean customUpdateCallable
updateCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle updateCheckStyle
customSQLDelete
java.lang.String customSQLDelete
customDeleteCallable
boolean customDeleteCallable
deleteCheckStyle
org.hibernate.engine.ExecuteUpdateResultCheckStyle deleteCheckStyle
temporaryIdTableName
java.lang.String temporaryIdTableName
temporaryIdTableDDL
java.lang.String temporaryIdTableDDL
tuplizerImpls
java.util.Map<K,V> tuplizerImpls
optimisticLockMode
int optimisticLockMode
superMappedSuperclass
org.hibernate.mapping.MappedSuperclass superMappedSuperclass
declaredIdentifierMapper
org.hibernate.mapping.Component declaredIdentifierMapper
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 java.lang.Object implements Serializable |
name
java.lang.String name
value
org.hibernate.mapping.Value value
cascade
java.lang.String cascade
updateable
boolean updateable
insertable
boolean insertable
selectable
boolean selectable
optimisticLocked
boolean optimisticLocked
generation
org.hibernate.mapping.PropertyGeneration generation
propertyAccessorName
java.lang.String propertyAccessorName
lazy
boolean lazy
optional
boolean optional
nodeName
java.lang.String nodeName
metaAttributes
java.util.Map<K,V> metaAttributes
persistentClass
org.hibernate.mapping.PersistentClass persistentClass
naturalIdentifier
boolean naturalIdentifier
Class org.hibernate.mapping.PropertyGeneration extends java.lang.Object implements Serializable |
readResolve
private java.lang.Object readResolve()
name
java.lang.String name
Class org.hibernate.mapping.RootClass extends org.hibernate.mapping.PersistentClass implements Serializable |
identifierProperty
org.hibernate.mapping.Property identifierProperty
identifier
org.hibernate.mapping.KeyValue identifier
version
org.hibernate.mapping.Property version
polymorphic
boolean polymorphic
cacheConcurrencyStrategy
java.lang.String cacheConcurrencyStrategy
cacheRegionName
java.lang.String cacheRegionName
lazyPropertiesCacheable
boolean lazyPropertiesCacheable
discriminator
org.hibernate.mapping.Value discriminator
mutable
boolean mutable
embeddedIdentifier
boolean embeddedIdentifier
explicitPolymorphism
boolean explicitPolymorphism
entityPersisterClass
java.lang.Class<T> entityPersisterClass
forceDiscriminator
boolean forceDiscriminator
where
java.lang.String where
table
Table table
discriminatorInsertable
boolean discriminatorInsertable
nextSubclassId
int nextSubclassId
declaredIdentifierProperty
org.hibernate.mapping.Property declaredIdentifierProperty
declaredVersion
org.hibernate.mapping.Property declaredVersion
Class org.hibernate.mapping.Set extends org.hibernate.mapping.Collection implements Serializable |
Class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject extends org.hibernate.mapping.AbstractAuxiliaryDatabaseObject implements Serializable |
sqlCreateString
java.lang.String sqlCreateString
sqlDropString
java.lang.String sqlDropString
Class org.hibernate.mapping.SimpleValue extends java.lang.Object implements Serializable |
mappings
org.hibernate.cfg.Mappings mappings
columns
java.util.List<E> columns
typeName
java.lang.String typeName
identifierGeneratorProperties
java.util.Properties identifierGeneratorProperties
identifierGeneratorStrategy
java.lang.String identifierGeneratorStrategy
nullValue
java.lang.String nullValue
table
Table table
foreignKeyName
java.lang.String foreignKeyName
alternateUniqueKey
boolean alternateUniqueKey
typeParameters
java.util.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 |
superclass
org.hibernate.mapping.PersistentClass superclass
classPersisterClass
java.lang.Class<T> classPersisterClass
subclassId
int subclassId
Class org.hibernate.mapping.SyntheticProperty extends org.hibernate.mapping.Property implements Serializable |
name
java.lang.String name
schema
java.lang.String schema
catalog
java.lang.String catalog
columns
java.util.Map<K,V> columns
- contains all columns, including the primary key
idValue
org.hibernate.mapping.KeyValue idValue
primaryKey
org.hibernate.mapping.PrimaryKey primaryKey
indexes
java.util.Map<K,V> indexes
foreignKeys
java.util.Map<K,V> foreignKeys
uniqueKeys
java.util.Map<K,V> uniqueKeys
uniqueInteger
int uniqueInteger
quoted
boolean quoted
schemaQuoted
boolean schemaQuoted
catalogQuoted
boolean catalogQuoted
checkConstraints
java.util.List<E> checkConstraints
rowId
java.lang.String rowId
subselect
java.lang.String subselect
isAbstract
boolean isAbstract
hasDenormalizedTables
boolean hasDenormalizedTables
comment
java.lang.String comment
Class org.hibernate.mapping.ToOne extends org.hibernate.mapping.SimpleValue implements Serializable |
fetchMode
org.hibernate.FetchMode fetchMode
referencedPropertyName
java.lang.String referencedPropertyName
referencedEntityName
java.lang.String referencedEntityName
embedded
boolean embedded
lazy
boolean lazy
unwrapProxy
boolean unwrapProxy
Class org.hibernate.mapping.TypeDef extends java.lang.Object implements Serializable |
typeClass
java.lang.String typeClass
parameters
java.util.Properties parameters
Class org.hibernate.mapping.UnionSubclass extends org.hibernate.mapping.Subclass implements Serializable |
table
Table table
key
org.hibernate.mapping.KeyValue key
Class org.hibernate.mapping.UniqueKey extends org.hibernate.mapping.Constraint implements Serializable |