Serialized Form
-
Package org.hibernate
-
Class org.hibernate.AnnotationException extends MappingException implements Serializable
-
Class org.hibernate.AssertionFailure extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.BaseSessionEventListener extends Object implements Serializable
-
Class org.hibernate.CallbackException extends HibernateException implements Serializable
-
Class org.hibernate.DuplicateMappingException extends MappingException implements Serializable
-
Class org.hibernate.EmptyInterceptor extends Object implements Serializable
-
Class org.hibernate.HibernateError extends HibernateException implements Serializable
-
Class org.hibernate.HibernateException extends PersistenceException implements Serializable
-
Class org.hibernate.InstantiationException extends HibernateException implements Serializable
-
Serialized Fields
-
clazz
Class clazz
-
-
-
Class org.hibernate.InvalidMappingException extends MappingException implements Serializable
-
Class org.hibernate.JDBCException extends HibernateException implements Serializable
-
Serialized Fields
-
sql
String sql
-
sqlException
SQLException sqlException
-
-
-
Class org.hibernate.LazyInitializationException extends HibernateException implements Serializable
-
Class org.hibernate.LockOptions extends Object implements Serializable
-
Class org.hibernate.MappingException extends HibernateException implements Serializable
-
Class org.hibernate.MappingNotFoundException extends MappingException implements Serializable
-
Class org.hibernate.NonUniqueObjectException extends HibernateException implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
identifier
Serializable identifier
-
-
-
Class org.hibernate.NonUniqueResultException extends HibernateException implements Serializable
-
Class org.hibernate.ObjectDeletedException extends UnresolvableObjectException implements Serializable
-
Class org.hibernate.ObjectNotFoundException extends UnresolvableObjectException implements Serializable
-
Class org.hibernate.OptimisticLockException extends OptimisticEntityLockException implements Serializable
-
Class org.hibernate.PersistentObjectException extends HibernateException implements Serializable
-
Class org.hibernate.PessimisticLockException extends JDBCException implements Serializable
-
Class org.hibernate.PropertyAccessException extends HibernateException implements Serializable
-
Class org.hibernate.PropertyNotFoundException extends MappingException implements Serializable
-
Class org.hibernate.PropertySetterAccessException extends PropertyAccessException implements Serializable
-
Class org.hibernate.PropertyValueException extends HibernateException implements Serializable
-
Class org.hibernate.QueryException extends HibernateException implements Serializable
-
Serialized Fields
-
queryString
String queryString
-
-
-
Class org.hibernate.QueryParameterException extends QueryException implements Serializable
-
Class org.hibernate.QueryTimeoutException extends JDBCException implements Serializable
-
Class org.hibernate.ResourceClosedException extends HibernateException implements Serializable
-
Class org.hibernate.SessionException extends HibernateException implements Serializable
-
Class org.hibernate.StaleObjectStateException extends StaleStateException implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
identifier
Serializable identifier
-
-
-
Class org.hibernate.StaleStateException extends HibernateException implements Serializable
-
Class org.hibernate.TransactionException extends HibernateException implements Serializable
-
Class org.hibernate.TransientObjectException extends HibernateException implements Serializable
-
Class org.hibernate.TransientPropertyValueException extends TransientObjectException implements Serializable
-
Class org.hibernate.TypeMismatchException extends HibernateException implements Serializable
-
Class org.hibernate.UnknownEntityTypeException extends MappingException implements Serializable
-
Class org.hibernate.UnknownProfileException extends HibernateException implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.UnresolvableObjectException extends HibernateException implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
identifier
Serializable identifier
-
-
-
Class org.hibernate.UnsupportedLockAttemptException extends HibernateException implements Serializable
-
Class org.hibernate.WrongClassException extends HibernateException implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
identifier
Serializable identifier
-
-
-
-
Package org.hibernate.boot
-
Class org.hibernate.boot.InvalidMappingException extends InvalidMappingException implements Serializable
-
Serialized Fields
-
origin
Origin origin
-
-
-
Class org.hibernate.boot.MappingException extends MappingException implements Serializable
-
Serialized Fields
-
origin
Origin origin
-
-
-
Class org.hibernate.boot.MappingNotFoundException extends MappingException implements Serializable
-
Class org.hibernate.boot.MetadataSources extends Object implements Serializable
-
Serialized Fields
-
annotatedClasses
LinkedHashSet<Class<?>> annotatedClasses
-
annotatedClassNames
LinkedHashSet<String> annotatedClassNames
-
annotatedPackages
LinkedHashSet<String> annotatedPackages
-
serviceRegistry
ServiceRegistry serviceRegistry
-
xmlBindings
List<Binding> xmlBindings
-
xmlMappingBinderAccess
XmlMappingBinderAccess xmlMappingBinderAccess
-
-
-
Class org.hibernate.boot.UnsupportedOrmXsdVersionException extends MappingException implements Serializable
-
Serialized Fields
-
requestedVersion
String requestedVersion
-
-
-
-
Package org.hibernate.boot.archive.spi
-
Class org.hibernate.boot.archive.spi.ArchiveException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.cfgxml.spi
-
Package org.hibernate.boot.jaxb
-
Class org.hibernate.boot.jaxb.Origin extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
type
SourceType type
-
-
-
-
Package org.hibernate.boot.jaxb.hbm.spi
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
cascade
String cascade
-
column
List<JaxbHbmColumnType> column
-
idType
String idType
-
index
String index
-
insert
Boolean insert
-
lazy
Boolean lazy
-
metaType
String metaType
-
metaValue
List<JaxbHbmAnyValueMappingType> metaValue
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
elementClass
String elementClass
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
index
JaxbHbmIndexType index
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
listIndex
JaxbHbmListIndexType listIndex
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType extends Object implements Serializable
-
Serialized Fields
-
create
String create
-
definition
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition definition
-
dialectScope
List<JaxbHbmDialectScopeType> dialectScope
-
drop
String drop
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
columnAttribute
String columnAttribute
-
generated
GenerationTiming generated
-
name
String name
-
node
String node
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
formulaAttribute
String formulaAttribute
-
generated
GenerationTiming generated
-
index
String index
-
insert
Boolean insert
-
lazy
Boolean lazy
-
length
Integer length
-
name
String name
-
node
String node
-
notNull
Boolean notNull
-
optimisticLock
Boolean optimisticLock
-
precision
String precision
-
scale
String scale
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType extends Object implements Serializable
-
Serialized Fields
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
formulaAttribute
String formulaAttribute
-
length
Integer length
-
node
String node
-
notNull
Boolean notNull
-
precision
Integer precision
-
scale
Integer scale
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
unique
Boolean unique
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType extends Object implements Serializable
-
Serialized Fields
-
include
JaxbHbmCacheInclusionEnum include
-
region
String region
-
usage
AccessType usage
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
generator
JaxbHbmGeneratorSpecificationType generator
-
length
Integer length
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType extends Object implements Serializable
-
Serialized Fields
-
_default
String _default
-
check
String check
-
comment
String comment
-
index
String index
-
length
Integer length
-
name
String name
-
notNull
Boolean notNull
-
precision
Integer precision
-
read
String read
-
scale
Integer scale
-
sqlType
String sqlType
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
write
String write
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
attributes
List<Serializable> attributes
-
clazz
String clazz
-
insert
Boolean insert
-
lazy
Boolean lazy
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
parent
JaxbHbmParentType parent
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
unique
Boolean unique
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
attributes
List<Serializable> attributes
-
clazz
String clazz
-
node
String node
-
parent
JaxbHbmParentType parent
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
clazz
String clazz
-
generator
JaxbHbmGeneratorSpecificationType generator
-
keyPropertyOrKeyManyToOne
List<JaxbHbmToolingHintContainer> keyPropertyOrKeyManyToOne
-
mapped
Boolean mapped
-
name
String name
-
node
String node
-
unsavedValue
JaxbHbmUnsavedValueCompositeIdEnum unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType extends Object implements Serializable
-
Serialized Fields
-
attributes
List<JaxbHbmToolingHintContainer> attributes
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
length
Integer length
-
name
String name
-
node
String node
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
clazz
String clazz
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
entityName
String entityName
-
foreignKey
String foreignKey
-
lazy
JaxbHbmLazyEnum lazy
-
name
String name
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer extends Object implements Serializable
-
Serialized Fields
-
configParameters
List<JaxbHbmConfigParameterType> configParameters
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType extends Object implements Serializable
-
Serialized Fields
-
callable
Boolean callable
-
check
ExecuteUpdateResultCheckStyle check
-
value
String value
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable
-
Serialized Fields
-
attributes
List<Serializable> attributes
-
discriminatorValue
String discriminatorValue
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
join
List<JaxbHbmSecondaryTableType> join
-
loader
JaxbHbmLoaderType loader
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subclass
List<JaxbHbmDiscriminatorSubclassEntityType> subclass
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
_abstract
Boolean _abstract
-
batchSize
Integer batchSize
-
dynamicInsert
Boolean dynamicInsert
-
dynamicUpdate
Boolean dynamicUpdate
-
entityName
String entityName
-
lazy
Boolean lazy
-
name
String name
-
node
String node
-
persister
String persister
-
proxy
String proxy
-
selectBeforeUpdate
Boolean selectBeforeUpdate
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType extends Object implements Serializable
-
Serialized Fields
-
fetch
List<JaxbHbmFetchProfileType.JaxbHbmFetch> fetch
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch extends Object implements Serializable
-
Serialized Fields
-
association
String association
-
entity
String entity
-
style
JaxbHbmFetchStyleEnum style
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType extends Object implements Serializable
-
Serialized Fields
-
condition
String condition
-
content
List<Serializable> content
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType extends Object implements Serializable
-
Serialized Fields
-
autoAliasInjection
String autoAliasInjection
-
condition
String condition
-
content
List<Serializable> content
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType extends JaxbHbmConfigParameterContainer implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
_import
List<JaxbHbmClassRenameType> _import
-
_package
String _package
-
autoImport
Boolean autoImport
-
catalog
String catalog
-
clazz
List<JaxbHbmRootEntityType> clazz
-
databaseObject
List<JaxbHbmAuxiliaryDatabaseObjectType> databaseObject
-
defaultAccess
String defaultAccess
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
filterDef
List<JaxbHbmFilterDefinitionType> filterDef
-
identifierGenerator
List<JaxbHbmIdentifierGeneratorDefinitionType> identifierGenerator
-
joinedSubclass
List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
schema
String schema
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
subclass
List<JaxbHbmDiscriminatorSubclassEntityType> subclass
-
typedef
List<JaxbHbmTypeDefinitionType> typedef
-
unionSubclass
List<JaxbHbmUnionSubclassEntityType> unionSubclass
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType extends PluralAttributeInfoIdBagAdapter implements Serializable
-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionId
JaxbHbmCollectionIdType collectionId
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType extends Object implements Serializable
-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
idType
String idType
-
metaType
String metaType
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType extends Object implements Serializable
-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
length
Integer length
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable
-
Serialized Fields
-
attributes
List<Serializable> attributes
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
discriminatorValue
String discriminatorValue
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
joinedSubclass
List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
-
key
JaxbHbmKeyType key
-
loader
JaxbHbmLoaderType loader
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType extends Object implements Serializable
-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
foreignKey
String foreignKey
-
notNull
Boolean notNull
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType extends Object implements Serializable
-
Serialized Fields
-
base
String base
-
column
JaxbHbmColumnType column
-
columnAttribute
String columnAttribute
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
index
JaxbHbmIndexType index
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
listIndex
JaxbHbmListIndexType listIndex
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType extends Object implements Serializable
-
Serialized Fields
-
queryRef
String queryRef
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType extends Object implements Serializable
-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
idType
String idType
-
metaType
String metaType
-
metaValue
List<JaxbHbmAnyValueMappingType> metaValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
foreignKey
String foreignKey
-
formulaAttribute
String formulaAttribute
-
lazy
JaxbHbmLazyEnum lazy
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
cascade
String cascade
-
clazz
String clazz
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
foreignKey
String foreignKey
-
formulaAttribute
String formulaAttribute
-
index
String index
-
insert
Boolean insert
-
lazy
JaxbHbmLazyWithNoProxyEnum lazy
-
name
String name
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
notNull
Boolean notNull
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType extends Object implements Serializable
-
Serialized Fields
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
formulaAttribute
String formulaAttribute
-
length
Integer length
-
node
String node
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType extends Object implements Serializable
-
Serialized Fields
-
attributes
List<JaxbHbmToolingHintContainer> attributes
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
compositeIndex
JaxbHbmCompositeIndexType compositeIndex
-
compositeMapKey
JaxbHbmMapKeyCompositeType compositeMapKey
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
index
JaxbHbmIndexType index
-
indexManyToAny
JaxbHbmIndexManyToAnyType indexManyToAny
-
indexManyToMany
JaxbHbmIndexManyToManyType indexManyToMany
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mapKey
JaxbHbmMapKeyBasicType mapKey
-
mapKeyManyToMany
JaxbHbmMapKeyManyToManyType mapKeyManyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sort
String sort
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType extends Object implements Serializable
-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
callable
Boolean callable
-
comment
String comment
-
content
List<Serializable> content
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
name
String name
-
readOnly
Boolean readOnly
-
resultsetRef
String resultsetRef
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
lockMode
LockMode lockMode
-
returnProperty
List<JaxbHbmNativeQueryPropertyReturnType> returnProperty
-
role
String role
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
lockMode
LockMode lockMode
-
property
String property
-
returnProperty
List<JaxbHbmNativeQueryPropertyReturnType> returnProperty
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType extends Object implements Serializable
-
Serialized Fields
-
column
String column
-
name
String name
-
returnColumn
List<JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn> returnColumn
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
clazz
String clazz
-
entityName
String entityName
-
lockMode
LockMode lockMode
-
returnDiscriminator
JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator returnDiscriminator
-
returnProperty
List<JaxbHbmNativeQueryPropertyReturnType> returnProperty
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator extends Object implements Serializable
-
Serialized Fields
-
column
String column
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType extends Object implements Serializable
-
Serialized Fields
-
region
String region
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType extends Object implements Serializable
-
Serialized Fields
-
attributes
List<Serializable> attributes
-
mutable
Boolean mutable
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType extends Object implements Serializable
-
Serialized Fields
-
access
String access
-
attributes
List<Serializable> attributes
-
clazz
String clazz
-
name
String name
-
node
String node
-
parent
JaxbHbmParentType parent
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
cascade
String cascade
-
clazz
String clazz
-
constrained
Boolean constrained
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
foreignKey
String foreignKey
-
formula
List<String> formula
-
formulaAttribute
String formulaAttribute
-
lazy
JaxbHbmLazyWithNoProxyEnum lazy
-
name
String name
-
node
String node
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType extends PluralAttributeInfoPrimitiveArrayAdapter implements Serializable
-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
index
JaxbHbmIndexType index
-
key
JaxbHbmKeyType key
-
listIndex
JaxbHbmListIndexType listIndex
-
loader
JaxbHbmLoaderType loader
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
valueMappingSources
List<Serializable> valueMappingSources
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType extends JaxbHbmEntityBaseDefinition implements Serializable
-
Serialized Fields
-
attributes
List<Serializable> attributes
-
cache
JaxbHbmCacheType cache
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
compositeId
JaxbHbmCompositeIdType compositeId
-
discriminator
JaxbHbmEntityDiscriminatorType discriminator
-
discriminatorValue
String discriminatorValue
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
filter
List<JaxbHbmFilterType> filter
-
id
JaxbHbmSimpleIdType id
-
join
List<JaxbHbmSecondaryTableType> join
-
joinedSubclass
List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
-
loader
JaxbHbmLoaderType loader
-
multiTenancy
JaxbHbmMultiTenancyType multiTenancy
-
mutable
Boolean mutable
-
naturalId
JaxbHbmNaturalIdType naturalId
-
naturalIdCache
JaxbHbmNaturalIdCacheType naturalIdCache
-
optimisticLock
OptimisticLockStyle optimisticLock
-
polymorphism
JaxbHbmPolymorphismEnum polymorphism
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
rowid
String rowid
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subclass
List<JaxbHbmDiscriminatorSubclassEntityType> subclass
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
timestamp
JaxbHbmTimestampAttributeType timestamp
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
unionSubclass
List<JaxbHbmUnionSubclassEntityType> unionSubclass
-
version
JaxbHbmVersionAttributeType version
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType extends Object implements Serializable
-
Serialized Fields
-
attributes
List<Serializable> attributes
-
catalog
String catalog
-
comment
String comment
-
fetch
JaxbHbmFetchStyleEnum fetch
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
optional
Boolean optional
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
table
String table
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sort
String sort
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
generator
JaxbHbmGeneratorSpecificationType generator
-
length
Integer length
-
name
String name
-
node
String node
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
unsavedValue
String unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition extends JaxbHbmEntityBaseDefinition implements Serializable
-
Serialized Fields
-
_extends
String _extends
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType extends Object implements Serializable
-
Serialized Fields
-
table
String table
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType extends JaxbHbmBaseVersionAttributeType implements Serializable
-
Serialized Fields
-
source
JaxbHbmTimestampSourceEnum source
-
unsavedValue
JaxbHbmUnsavedValueTimestampEnum unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer extends Object implements Serializable
-
Serialized Fields
-
toolingHints
List<JaxbHbmToolingHintType> toolingHints
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
entityMode
EntityMode entityMode
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType extends JaxbHbmConfigParameterContainer implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType extends JaxbHbmConfigParameterContainer implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable
-
Serialized Fields
-
attributes
List<Serializable> attributes
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
loader
JaxbHbmLoaderType loader
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
unionSubclass
List<JaxbHbmUnionSubclassEntityType> unionSubclass
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType extends JaxbHbmBaseVersionAttributeType implements Serializable
-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
insert
Boolean insert
-
type
String type
-
unsavedValue
JaxbHbmUnsavedValueVersionEnum unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter extends JaxbHbmToolingHintContainer implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter extends JaxbHbmToolingHintContainer implements Serializable
-
-
Package org.hibernate.boot.jaxb.spi
-
Class org.hibernate.boot.jaxb.spi.Binding extends Object implements Serializable
-
-
Package org.hibernate.boot.model
-
Class org.hibernate.boot.model.IdentifierGeneratorDefinition extends Object implements Serializable
-
Class org.hibernate.boot.model.TypeDefinition extends Object implements Serializable
-
-
Package org.hibernate.boot.model.naming
-
Class org.hibernate.boot.model.naming.IllegalIdentifierException extends HibernateException implements Serializable
-
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable
-
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl extends Object implements Serializable
-
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable
-
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable
-
Class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl extends Object implements Serializable
-
-
Package org.hibernate.boot.model.relational
-
Class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject extends Object implements Serializable
-
Class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject extends SimpleAuxiliaryDatabaseObject implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject extends AbstractAuxiliaryDatabaseObject implements Serializable
-
-
Package org.hibernate.boot.registry.classloading.spi
-
Class org.hibernate.boot.registry.classloading.spi.ClassLoadingException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.registry.selector.spi
-
Class org.hibernate.boot.registry.selector.spi.StrategySelectionException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.spi
-
Class org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException extends HibernateException implements Serializable
-
Serialized Fields
-
tableName
Identifier tableName
-
-
-
-
Package org.hibernate.bytecode.enhance.spi
-
Class org.hibernate.bytecode.enhance.spi.EnhancementException extends HibernateException implements Serializable
-
-
Package org.hibernate.bytecode.enhance.spi.interceptor
-
Class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata extends Object implements Serializable
-
-
Package org.hibernate.bytecode.spi
-
Class org.hibernate.bytecode.spi.NotInstrumentedException extends HibernateException implements Serializable
-
-
Package org.hibernate.cache
-
Class org.hibernate.cache.CacheException extends HibernateException implements Serializable
-
Class org.hibernate.cache.NoCacheRegionFactoryAvailableException extends CacheException implements Serializable
-
-
Package org.hibernate.cache.spi
-
Class org.hibernate.cache.spi.AbstractRegionFactory extends Object implements Serializable
-
Serialized Fields
-
options
SessionFactoryOptions options
-
started
AtomicBoolean started
-
startingException
Exception startingException
-
-
-
Class org.hibernate.cache.spi.FilterKey extends Object implements Serializable
-
Serialized Fields
-
filterName
String filterName
-
filterParameters
Map<String,TypedValue> filterParameters
-
-
-
Class org.hibernate.cache.spi.QueryKey extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Deserialization hook used to re-init the cached hashcode which is needed for proper clustering support.- Throws:
IOException
- Thrown by normal deserializationClassNotFoundException
- Thrown by normal deserialization
-
-
Serialized Fields
-
customTransformer
CacheableResultTransformer customTransformer
-
filterKeys
Set filterKeys
-
firstRow
Integer firstRow
-
maxRows
Integer maxRows
-
namedParameters
Map namedParameters
-
positionalParameterTypes
Type[] positionalParameterTypes
-
positionalParameterValues
Object[] positionalParameterValues
-
sqlQueryString
String sqlQueryString
-
tenantIdentifier
String tenantIdentifier
-
-
-
Class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.hibernate.cache.spi.access
-
Class org.hibernate.cache.spi.access.UnknownAccessTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.cache.spi.entry
-
Class org.hibernate.cache.spi.entry.CollectionCacheEntry extends Object implements Serializable
-
Serialized Fields
-
state
Serializable state
-
-
-
Class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl extends Object implements Serializable
-
Serialized Fields
-
reference
Object reference
-
subclassPersister
EntityPersister subclassPersister
-
-
-
Class org.hibernate.cache.spi.entry.StandardCacheEntryImpl extends Object implements Serializable
-
Serialized Fields
-
disassembledState
Serializable[] disassembledState
-
subclass
String subclass
-
version
Object version
-
-
-
-
Package org.hibernate.cache.spi.support
-
Class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.hibernate.cache.spi.support.RegionFactoryTemplate extends AbstractRegionFactory implements Serializable
-
-
Package org.hibernate.cfg
-
Class org.hibernate.cfg.CannotForceNonNullableException extends AnnotationException implements Serializable
-
Class org.hibernate.cfg.CollectionSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
collection
Collection collection
-
localInheritedMetas
Map localInheritedMetas
-
-
-
Class org.hibernate.cfg.CopyIdentifierComponentSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
component
Component component
-
joinColumns
Ejb3JoinColumn[] joinColumns
-
referencedEntityName
String referencedEntityName
-
-
-
Class org.hibernate.cfg.CreateKeySecondPass extends Object implements Serializable
-
Serialized Fields
-
joinedSubClass
JoinedSubclass joinedSubClass
-
rootClass
RootClass rootClass
-
-
-
Class org.hibernate.cfg.DefaultComponentSafeNamingStrategy extends EJB3NamingStrategy implements Serializable
-
Class org.hibernate.cfg.DefaultNamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.EJB3DTDEntityResolver extends org.hibernate.internal.util.xml.DTDEntityResolver implements Serializable
-
Serialized Fields
-
resolved
boolean resolved
-
-
-
Class org.hibernate.cfg.EJB3NamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.FkSecondPass extends Object implements Serializable
-
Serialized Fields
-
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 -
value
SimpleValue value
-
-
-
Class org.hibernate.cfg.IdGeneratorResolverSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
generatorName
String generatorName
-
generatorType
String generatorType
-
id
SimpleValue id
-
idXProperty
org.hibernate.annotations.common.reflection.XProperty idXProperty
-
localIdentifierGeneratorDefinition
IdentifierGeneratorDefinition localIdentifierGeneratorDefinition
-
-
-
Class org.hibernate.cfg.ImprovedNamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.IndexOrUniqueKeySecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
column
Ejb3Column column
-
columns
String[] columns
-
indexName
String indexName
-
table
Table table
-
unique
boolean unique
-
-
-
Class org.hibernate.cfg.JoinedSubclassFkSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
entity
JoinedSubclass entity
-
-
-
Class org.hibernate.cfg.NotYetImplementedException extends MappingException implements Serializable
-
Class org.hibernate.cfg.OneToOneSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
cascadeOnDelete
boolean cascadeOnDelete
-
cascadeStrategy
String cascadeStrategy
-
ignoreNotFound
boolean ignoreNotFound
-
inferredData
PropertyData inferredData
-
joinColumns
Ejb3JoinColumn[] joinColumns
-
mappedBy
String mappedBy
-
optional
boolean optional
-
ownerEntity
String ownerEntity
-
ownerProperty
String ownerProperty
-
propertyHolder
PropertyHolder propertyHolder
-
targetEntity
org.hibernate.annotations.common.reflection.XClass targetEntity
-
-
-
Class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass extends Object implements Serializable
-
Serialized Fields
-
columns
Ejb3JoinColumn[] columns
-
referencedEntityName
String referencedEntityName
-
value
SimpleValue value
-
-
-
Class org.hibernate.cfg.RecoverableException extends AnnotationException implements Serializable
-
Class org.hibernate.cfg.SecondaryTableSecondPass extends Object implements Serializable
-
Serialized Fields
-
annotatedClass
org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
-
-
Class org.hibernate.cfg.SetSimpleValueTypeSecondPass extends Object implements Serializable
-
Serialized Fields
-
binder
SimpleValueBinder binder
-
-
-
Class org.hibernate.cfg.ToOneFkSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
entityClassName
String entityClassName
-
path
String path
-
unique
boolean unique
-
-
-
Class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
fetch
FetchProfile.FetchOverride fetch
-
fetchProfileName
String fetchProfileName
-
-
-
-
Package org.hibernate.cfg.annotations
-
Class org.hibernate.cfg.annotations.ResultsetMappingSecondPass extends Object implements Serializable
-
Serialized Fields
-
ann
SqlResultSetMapping ann
-
context
MetadataBuildingContext context
-
isDefault
boolean isDefault
-
-
-
-
Package org.hibernate.cfg.annotations.reflection
-
Class org.hibernate.cfg.annotations.reflection.XMLContext extends Object implements Serializable
-
Serialized Fields
-
attributeConverterInfoList
List<AttributeConverterInfo> attributeConverterInfoList
-
classLoaderAccess
ClassLoaderAccess classLoaderAccess
-
classOverriding
Map<String,org.dom4j.Element> classOverriding
-
defaultElements
List<org.dom4j.Element> defaultElements
-
defaultEntityListeners
List<String> defaultEntityListeners
-
defaultsOverriding
Map<String,XMLContext.Default> defaultsOverriding
-
globalDefaults
XMLContext.Default globalDefaults
-
hasContext
boolean hasContext
-
-
-
Class org.hibernate.cfg.annotations.reflection.XMLContext.Default extends Object implements Serializable
-
-
Package org.hibernate.cfg.beanvalidation
-
Class org.hibernate.cfg.beanvalidation.BeanValidationEventListener extends Object implements Serializable
-
Serialized Fields
-
associationsPerEntityPersister
ConcurrentHashMap<EntityPersister,Set<String>> associationsPerEntityPersister
-
factory
ValidatorFactory factory
-
groupsPerOperation
GroupsPerOperation groupsPerOperation
-
initialized
boolean initialized
-
-
-
Class org.hibernate.cfg.beanvalidation.IntegrationException extends HibernateException implements Serializable
-
-
Package org.hibernate.context
-
Class org.hibernate.context.TenantIdentifierMismatchException extends HibernateException implements Serializable
-
-
Package org.hibernate.context.spi
-
Class org.hibernate.context.spi.AbstractCurrentSessionContext extends Object implements Serializable
-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
-
-
-
Package org.hibernate.criterion
-
Class org.hibernate.criterion.AbstractEmptinessExpression extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.AggregateProjection extends SimpleProjection implements Serializable
-
Class org.hibernate.criterion.AliasedProjection extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
projection
Projection projection
-
-
-
Class org.hibernate.criterion.AvgProjection extends AggregateProjection implements Serializable
-
Class org.hibernate.criterion.BetweenExpression extends Object implements Serializable
-
Class org.hibernate.criterion.Conjunction extends Junction implements Serializable
-
Class org.hibernate.criterion.CountProjection extends AggregateProjection implements Serializable
-
Serialized Fields
-
distinct
boolean distinct
-
-
-
Class org.hibernate.criterion.DetachedCriteria extends Object implements Serializable
-
Serialized Fields
-
criteria
Criteria criteria
-
impl
org.hibernate.internal.CriteriaImpl impl
-
-
-
Class org.hibernate.criterion.Disjunction extends Junction implements Serializable
-
Class org.hibernate.criterion.Distinct extends Object implements Serializable
-
Serialized Fields
-
wrappedProjection
Projection wrappedProjection
-
-
-
Class org.hibernate.criterion.EmptyExpression extends AbstractEmptinessExpression implements Serializable
-
Class org.hibernate.criterion.Example extends Object implements Serializable
-
Serialized Fields
-
-
Class org.hibernate.criterion.Example.AllPropertySelector extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
-
Class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
-
Class org.hibernate.criterion.Example.NotNullPropertySelector extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
-
Class org.hibernate.criterion.ExistsSubqueryExpression extends SubqueryExpression implements Serializable
-
Class org.hibernate.criterion.ForeignKeyExpression extends Object implements Serializable
-
Class org.hibernate.criterion.ForeignKeyNullExpression extends Object implements Serializable
-
Serialized Fields
-
associationPropertyName
String associationPropertyName
-
negated
boolean negated
-
-
-
Class org.hibernate.criterion.ForeingKeyProjection extends SimpleProjection implements Serializable
-
Serialized Fields
-
associationPropertyName
String associationPropertyName
-
-
-
Class org.hibernate.criterion.IdentifierEqExpression extends Object implements Serializable
-
Serialized Fields
-
value
Object value
-
-
-
Class org.hibernate.criterion.IdentifierProjection extends SimpleProjection implements Serializable
-
Serialized Fields
-
grouped
boolean grouped
-
-
-
Class org.hibernate.criterion.IlikeExpression extends Object implements Serializable
-
Class org.hibernate.criterion.InExpression extends Object implements Serializable
-
Class org.hibernate.criterion.Junction extends Object implements Serializable
-
Serialized Fields
-
conditions
List<Criterion> conditions
-
nature
Junction.Nature nature
-
-
-
Class org.hibernate.criterion.LikeExpression extends Object implements Serializable
-
Class org.hibernate.criterion.LogicalExpression extends Object implements Serializable
-
Class org.hibernate.criterion.NaturalIdentifier extends Object implements Serializable
-
Serialized Fields
-
conjunction
Conjunction conjunction
-
-
-
Class org.hibernate.criterion.NotEmptyExpression extends AbstractEmptinessExpression implements Serializable
-
Class org.hibernate.criterion.NotExpression extends Object implements Serializable
-
Serialized Fields
-
criterion
Criterion criterion
-
-
-
Class org.hibernate.criterion.NotNullExpression extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.NullExpression extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.Order extends Object implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
ignoreCase
boolean ignoreCase
-
nullPrecedence
NullPrecedence nullPrecedence
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.ProjectionList extends Object implements Serializable
-
Serialized Fields
-
elements
List<Projection> elements
-
-
-
Class org.hibernate.criterion.PropertiesSubqueryExpression extends SubqueryExpression implements Serializable
-
Serialized Fields
-
propertyNames
String[] propertyNames
-
-
-
Class org.hibernate.criterion.Property extends PropertyProjection implements Serializable
-
Class org.hibernate.criterion.PropertyExpression extends Object implements Serializable
-
Class org.hibernate.criterion.PropertyProjection extends SimpleProjection implements Serializable
-
Serialized Fields
-
grouped
boolean grouped
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.PropertySubqueryExpression extends SubqueryExpression implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.RowCountProjection extends SimpleProjection implements Serializable
-
Class org.hibernate.criterion.SimpleExpression extends Object implements Serializable
-
Class org.hibernate.criterion.SimpleProjection extends Object implements Serializable
-
Class org.hibernate.criterion.SimpleSubqueryExpression extends SubqueryExpression implements Serializable
-
Serialized Fields
-
value
Object value
-
-
-
Class org.hibernate.criterion.SizeExpression extends Object implements Serializable
-
Class org.hibernate.criterion.SQLCriterion extends Object implements Serializable
-
Serialized Fields
-
sql
String sql
-
typedValues
TypedValue[] typedValues
-
-
-
Class org.hibernate.criterion.SQLProjection extends Object implements Serializable
-
Class org.hibernate.criterion.SubqueryExpression extends Object implements Serializable
-
Serialized Fields
-
criteriaImpl
org.hibernate.internal.CriteriaImpl criteriaImpl
-
innerQuery
CriteriaQueryTranslator innerQuery
-
op
String op
-
params
QueryParameters params
-
quantifier
String quantifier
-
types
Type[] types
-
-
-
-
Package org.hibernate.dialect
-
Class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor extends Object implements Serializable
- serialVersionUID:
- 5874441715643764323L
-
Serialized Fields
-
hanaStreamBlobTypeDescriptor
org.hibernate.dialect.AbstractHANADialect.HANAStreamBlobTypeDescriptor hanaStreamBlobTypeDescriptor
-
maxLobPrefetchSize
int maxLobPrefetchSize
-
-
-
Package org.hibernate.dialect.lock
-
Class org.hibernate.dialect.lock.LockingStrategyException extends HibernateException implements Serializable
-
Serialized Fields
-
entity
Object entity
-
-
-
Class org.hibernate.dialect.lock.OptimisticEntityLockException extends LockingStrategyException implements Serializable
-
Class org.hibernate.dialect.lock.PessimisticEntityLockException extends LockingStrategyException implements Serializable
-
-
Package org.hibernate.ejb
-
Package org.hibernate.engine
-
Class org.hibernate.engine.ResultSetMappingDefinition extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
queryReturns
List<NativeSQLQueryReturn> queryReturns
-
-
-
-
Package org.hibernate.engine.config.spi
-
Package org.hibernate.engine.jdbc
-
Class org.hibernate.engine.jdbc.SerializableBlobProxy extends Object implements Serializable
-
Class org.hibernate.engine.jdbc.SerializableClobProxy extends Object implements Serializable
-
Class org.hibernate.engine.jdbc.SerializableNClobProxy extends SerializableClobProxy implements Serializable
-
Class org.hibernate.engine.jdbc.Size extends Object implements Serializable
-
Serialized Fields
-
length
long length
-
lobMultiplier
Size.LobMultiplier lobMultiplier
-
precision
int precision
-
scale
int scale
-
-
-
-
Package org.hibernate.engine.jdbc.batch.spi
-
Package org.hibernate.engine.jdbc.connections.spi
-
Class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl extends Object implements Serializable
-
Class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider extends Object implements Serializable
-
Class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl extends AbstractDataSourceBasedMultiTenantConnectionProviderImpl implements Serializable
-
Serialized Fields
-
baseJndiNamespace
String baseJndiNamespace
-
dataSourceMap
Map<String,DataSource> dataSourceMap
-
jndiService
JndiService jndiService
-
tenantIdentifierForAny
String tenantIdentifierForAny
-
-
-
-
Package org.hibernate.engine.jdbc.cursor.spi
-
Package org.hibernate.engine.jdbc.dialect.spi
-
Class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver extends Object implements Serializable
-
-
Package org.hibernate.engine.jdbc.env.spi
-
Package org.hibernate.engine.jdbc.spi
-
Package org.hibernate.engine.jndi
-
Class org.hibernate.engine.jndi.JndiException extends HibernateException implements Serializable
-
Class org.hibernate.engine.jndi.JndiNameException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.jndi.spi
-
Package org.hibernate.engine.query
-
Class org.hibernate.engine.query.ParameterRecognitionException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.query.spi
-
Class org.hibernate.engine.query.spi.FilterQueryPlan extends HQLQueryPlan implements Serializable
-
Serialized Fields
-
collectionRole
String collectionRole
-
-
-
Class org.hibernate.engine.query.spi.HQLQueryPlan extends Object implements Serializable
-
Serialized Fields
-
enabledFilterNames
Set<String> enabledFilterNames
-
factory
SessionFactoryImplementor factory
-
parameterMetadata
org.hibernate.query.internal.ParameterMetadataImpl parameterMetadata
-
querySpaces
Set querySpaces
-
returnMetadata
ReturnMetadata returnMetadata
-
shallow
boolean shallow
-
sourceQuery
String sourceQuery
-
sqlStrings
String[] sqlStrings
-
traceEnabled
boolean traceEnabled
We'll check the trace level only once per instance -
translators
QueryTranslator[] translators
-
-
-
Class org.hibernate.engine.query.spi.NativeSQLQueryPlan extends Object implements Serializable
-
Serialized Fields
-
customQuery
CustomQuery customQuery
-
sourceQuery
String sourceQuery
-
-
-
Class org.hibernate.engine.query.spi.QueryPlanCache extends Object implements Serializable
-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
nativeQueryInterpreter
NativeQueryInterpreter nativeQueryInterpreter
-
parameterMetadataCache
org.hibernate.internal.util.collections.BoundedConcurrentHashMap<org.hibernate.engine.query.spi.QueryPlanCache.ParameterMetadataKey,org.hibernate.query.internal.ParameterMetadataImpl> parameterMetadataCache
simple cache of param metadata based on query string. Ideally, the original "user-supplied query" string should be used to obtain this metadata (i.e., not the para-list-expanded query string) to avoid unnecessary cache entries. Used solely for caching param metadata for native-sql queries, seeQueryPlanCache.getSQLParameterMetadata(java.lang.String, boolean)
for a discussion as to why... -
queryPlanCache
org.hibernate.internal.util.collections.BoundedConcurrentHashMap queryPlanCache
the cache of the actual plans...
-
-
-
Class org.hibernate.engine.query.spi.ReturnMetadata extends Object implements Serializable
-
-
Package org.hibernate.engine.query.spi.sql
-
Class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn extends NativeSQLQueryNonScalarReturn implements Serializable
-
Class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn extends NativeSQLQueryNonScalarReturn implements Serializable
-
Class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn extends Object implements Serializable
-
Class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn extends NativeSQLQueryNonScalarReturn implements Serializable
-
Serialized Fields
-
hashCode
int hashCode
-
returnEntityName
String returnEntityName
-
-
-
-
Package org.hibernate.engine.spi
-
Class org.hibernate.engine.spi.AssociationKey extends Object implements Serializable
-
Class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle extends Object implements Serializable
-
Class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle extends CascadeStyles.BaseCascadeStyle implements Serializable
-
Serialized Fields
-
styles
CascadeStyle[] styles
-
-
-
Class org.hibernate.engine.spi.CollectionEntry extends Object implements Serializable
-
Serialized Fields
-
fromMerge
boolean fromMerge
-
loadedKey
Serializable loadedKey
-
role
String role
-
snapshot
Serializable snapshot
-
-
-
Class org.hibernate.engine.spi.CollectionKey extends Object implements Serializable
-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
hashCode
int hashCode
-
key
Serializable key
-
keyType
Type keyType
-
role
String role
-
-
-
Class org.hibernate.engine.spi.EntityKey extends Object implements Serializable
-
Serialized Fields
-
hashCode
int hashCode
-
identifier
Serializable identifier
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.engine.spi.EntityUniqueKey extends Object implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
entityMode
EntityMode entityMode
-
entityName
String entityName
-
hashCode
int hashCode
-
key
Object key
-
keyType
Type keyType
-
uniqueKeyName
String uniqueKeyName
-
-
-
Class org.hibernate.engine.spi.ExecutableList extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Read this object state back in from the given stream as part of de-serialization- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput oos) throws IOException
Write this list out to the given stream as part of serialization- Throws:
IOException
-
-
-
Class org.hibernate.engine.spi.FilterDefinition extends Object implements Serializable
-
Class org.hibernate.engine.spi.LoadQueryInfluencers extends Object implements Serializable
-
Serialized Fields
-
enabledFetchProfileNames
HashSet<String> enabledFetchProfileNames
-
enabledFilters
HashMap<String,Filter> enabledFilters
-
fetchGraph
EntityGraph fetchGraph
-
internalFetchProfile
String internalFetchProfile
-
loadGraph
EntityGraph loadGraph
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
Class org.hibernate.engine.spi.NamedQueryDefinition extends Object implements Serializable
-
Serialized Fields
-
cacheable
boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
comment
String comment
-
fetchSize
Integer fetchSize
-
firstResult
Integer firstResult
-
flushMode
FlushMode flushMode
-
lockOptions
LockOptions lockOptions
-
maxResults
Integer maxResults
-
name
String name
-
parameterTypes
Map parameterTypes
-
query
String query
-
readOnly
boolean readOnly
-
timeout
Integer timeout
-
-
-
Class org.hibernate.engine.spi.NamedSQLQueryDefinition extends NamedQueryDefinition implements Serializable
-
Serialized Fields
-
callable
boolean callable
-
queryReturns
NativeSQLQueryReturn[] queryReturns
-
querySpaces
List<String> querySpaces
-
resultSetRef
String resultSetRef
-
-
-
Class org.hibernate.engine.spi.SessionDelegatorBaseImpl extends Object implements Serializable
-
Serialized Fields
-
delegate
SessionImplementor delegate
-
-
-
Class org.hibernate.engine.spi.SessionFactoryDelegatingImpl extends Object implements Serializable
-
Serialized Fields
-
delegate
SessionFactoryImplementor delegate
-
-
-
Class org.hibernate.engine.spi.TypedValue extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
-
-
Package org.hibernate.engine.transaction.jta.platform.spi
-
Class org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.transaction.spi
-
Package org.hibernate.envers
-
Class org.hibernate.envers.DefaultRevisionEntity extends Object implements Serializable
- serialVersionUID:
- 8530213963961662300L
-
Serialized Fields
-
id
int id
-
timestamp
long timestamp
-
-
Class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity extends DefaultRevisionEntity implements Serializable
-
-
Package org.hibernate.envers.enhanced
-
Class org.hibernate.envers.enhanced.SequenceIdRevisionEntity extends Object implements Serializable
- serialVersionUID:
- 4159156677698841902L
-
Serialized Fields
-
id
int id
-
timestamp
long timestamp
-
-
Class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity extends SequenceIdRevisionEntity implements Serializable
-
-
Package org.hibernate.envers.event.spi
-
Class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl extends BaseEnversCollectionEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl extends BaseEnversEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl extends BaseEnversEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl extends BaseEnversUpdateEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl extends BaseEnversCollectionEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl extends BaseEnversCollectionEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPreUpdateEventListenerImpl extends BaseEnversUpdateEventListener implements Serializable
-
-
Package org.hibernate.envers.exception
-
Class org.hibernate.envers.exception.AuditException extends HibernateException implements Serializable
- serialVersionUID:
- 4306480965630972168L
-
Class org.hibernate.envers.exception.NotAuditedException extends AuditException implements Serializable
- serialVersionUID:
- 4809674577449455510L
-
Serialized Fields
-
entityName
String entityName
-
-
Class org.hibernate.envers.exception.RevisionDoesNotExistException extends AuditException implements Serializable
- serialVersionUID:
- -6417768274074962282L
-
-
Package org.hibernate.event.service.spi
-
Class org.hibernate.event.service.spi.EventListenerRegistrationException extends HibernateException implements Serializable
-
-
Package org.hibernate.event.spi
-
Class org.hibernate.event.spi.AbstractCollectionEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
affectedOwner
Object affectedOwner
-
affectedOwnerEntityName
String affectedOwnerEntityName
-
affectedOwnerId
Serializable affectedOwnerId
-
collection
PersistentCollection collection
-
-
-
Class org.hibernate.event.spi.AbstractEvent extends Object implements Serializable
-
Serialized Fields
-
session
EventSource session
-
-
-
Class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
id
Serializable id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.AutoFlushEvent extends FlushEvent implements Serializable
-
Serialized Fields
-
flushRequired
boolean flushRequired
-
querySpaces
Set querySpaces
-
-
-
Class org.hibernate.event.spi.ClearEvent extends AbstractEvent implements Serializable
-
Class org.hibernate.event.spi.DeleteEvent extends AbstractEvent implements Serializable
-
Class org.hibernate.event.spi.DirtyCheckEvent extends FlushEvent implements Serializable
-
Serialized Fields
-
dirty
boolean dirty
-
-
-
Class org.hibernate.event.spi.EvictEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
object
Object object
-
-
-
Class org.hibernate.event.spi.FlushEntityEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
databaseSnapshot
Object[] databaseSnapshot
-
dirtyCheckHandledByInterceptor
boolean dirtyCheckHandledByInterceptor
-
dirtyCheckPossible
boolean dirtyCheckPossible
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
entityEntry
EntityEntry entityEntry
-
hasDirtyCollection
boolean hasDirtyCollection
-
propertyValues
Object[] propertyValues
-
-
-
Class org.hibernate.event.spi.FlushEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
numberOfCollectionsProcessed
int numberOfCollectionsProcessed
-
numberOfEntitiesProcessed
int numberOfEntitiesProcessed
-
-
-
Class org.hibernate.event.spi.InitializeCollectionEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.LoadEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entityClassName
String entityClassName
-
entityId
Serializable entityId
-
instanceToLoad
Object instanceToLoad
-
isAssociationFetch
boolean isAssociationFetch
-
lockOptions
LockOptions lockOptions
-
postLoadEvent
PostLoadEvent postLoadEvent
-
result
Object result
-
-
-
Class org.hibernate.event.spi.LockEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
lockOptions
LockOptions lockOptions
-
object
Object object
-
-
-
Class org.hibernate.event.spi.MergeEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
entityName
String entityName
-
original
Object original
-
requestedId
Serializable requestedId
-
result
Object result
-
-
-
Class org.hibernate.event.spi.PersistEvent extends AbstractEvent implements Serializable
-
Class org.hibernate.event.spi.PostCollectionRecreateEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PostCollectionRemoveEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PostCollectionUpdateEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PostDeleteEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
deletedState
Object[] deletedState
-
entity
Object entity
-
id
Serializable id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.PostInsertEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
id
Serializable id
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PostLoadEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
id
Serializable id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.PostUpdateEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
id
Serializable id
-
oldState
Object[] oldState
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PreCollectionRecreateEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PreCollectionRemoveEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PreCollectionUpdateEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PreDeleteEvent extends AbstractPreDatabaseOperationEvent implements Serializable
-
Serialized Fields
-
deletedState
Object[] deletedState
-
-
-
Class org.hibernate.event.spi.PreInsertEvent extends AbstractPreDatabaseOperationEvent implements Serializable
-
Serialized Fields
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PreLoadEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
id
Serializable id
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PreUpdateEvent extends AbstractPreDatabaseOperationEvent implements Serializable
-
Class org.hibernate.event.spi.RefreshEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
lockOptions
LockOptions lockOptions
-
object
Object object
-
-
-
Class org.hibernate.event.spi.ReplicateEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
object
Object object
-
replicationMode
ReplicationMode replicationMode
-
-
-
Class org.hibernate.event.spi.ResolveNaturalIdEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entityId
Serializable entityId
-
entityPersister
EntityPersister entityPersister
-
lockOptions
LockOptions lockOptions
-
naturalIdValues
Map<String,Object> naturalIdValues
-
orderedNaturalIdValues
Object[] orderedNaturalIdValues
-
-
-
Class org.hibernate.event.spi.SaveOrUpdateEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
entityName
String entityName
-
entry
EntityEntry entry
-
object
Object object
-
requestedId
Serializable requestedId
-
resultId
Serializable resultId
-
-
-
-
Package org.hibernate.exception
-
Class org.hibernate.exception.ConstraintViolationException extends JDBCException implements Serializable
-
Serialized Fields
-
constraintName
String constraintName
-
-
-
Class org.hibernate.exception.DataException extends JDBCException implements Serializable
-
Class org.hibernate.exception.GenericJDBCException extends JDBCException implements Serializable
-
Class org.hibernate.exception.JDBCConnectionException extends JDBCException implements Serializable
-
Class org.hibernate.exception.LockAcquisitionException extends JDBCException implements Serializable
-
Class org.hibernate.exception.LockTimeoutException extends LockAcquisitionException implements Serializable
-
Class org.hibernate.exception.SQLGrammarException extends JDBCException implements Serializable
-
-
Package org.hibernate.exception.spi
-
Package org.hibernate.hql.spi
-
Package org.hibernate.id
-
Class org.hibernate.id.CompositeNestedGeneratedValueGenerator extends Object implements Serializable
-
Serialized Fields
-
generationContextLocator
CompositeNestedGeneratedValueGenerator.GenerationContextLocator generationContextLocator
-
generationPlans
List<CompositeNestedGeneratedValueGenerator.GenerationPlan> generationPlans
-
-
-
Class org.hibernate.id.ExportableColumn extends Column implements Serializable
-
Class org.hibernate.id.ExportableColumn.ValueImpl extends Object implements Serializable
-
Serialized Fields
-
column
ExportableColumn column
-
database
Database database
-
table
Table table
-
type
BasicType type
-
-
-
Class org.hibernate.id.IdentifierGenerationException extends HibernateException implements Serializable
-
Class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder extends Object implements Serializable
-
Serialized Fields
-
exactType
Class exactType
-
value
long value
-
-
-
Class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder extends Object implements Serializable
-
Serialized Fields
-
value
BigDecimal value
-
-
-
Class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder extends Object implements Serializable
-
Serialized Fields
-
value
BigInteger value
-
-
-
-
Package org.hibernate.id.factory.spi
-
Package org.hibernate.id.uuid
-
Class org.hibernate.id.uuid.CustomVersionOneStrategy extends Object implements Serializable
-
Serialized Fields
-
mostSignificantBits
long mostSignificantBits
-
-
-
Class org.hibernate.id.uuid.StandardRandomStrategy extends Object implements Serializable
-
-
Package org.hibernate.integrator.spi
-
Package org.hibernate.jdbc
-
Class org.hibernate.jdbc.BatchedTooManyRowsAffectedException extends TooManyRowsAffectedException implements Serializable
-
Serialized Fields
-
batchPosition
int batchPosition
-
-
-
Class org.hibernate.jdbc.BatchFailedException extends HibernateException implements Serializable
-
Class org.hibernate.jdbc.TooManyRowsAffectedException extends HibernateException implements Serializable
-
Serialized Fields
-
actualRowCount
int actualRowCount
-
expectedRowCount
int expectedRowCount
-
-
-
-
Package org.hibernate.jmx.spi
-
Package org.hibernate.jpa
-
Package org.hibernate.jpa.event.spi
-
Package org.hibernate.jpa.spi
-
Class org.hibernate.jpa.spi.CriteriaQueryTupleTransformer extends BasicTransformerAdapter implements Serializable
-
Class org.hibernate.jpa.spi.NativeQueryTupleTransformer extends BasicTransformerAdapter implements Serializable
-
Class org.hibernate.jpa.spi.TupleBuilderTransformer extends BasicTransformerAdapter implements Serializable
-
Serialized Fields
-
tupleElements
List<TupleElement<?>> tupleElements
-
tupleElementsByAlias
Map<String,TupleBuilderTransformer.HqlTupleElementImpl> tupleElementsByAlias
-
-
-
-
Package org.hibernate.jpamodelgen
-
Class org.hibernate.jpamodelgen.MetaModelGenerationException extends RuntimeException implements Serializable
-
-
Package org.hibernate.jpamodelgen.util
-
Class org.hibernate.jpamodelgen.util.FileTimeStampChecker extends Object implements Serializable
-
-
Package org.hibernate.jpamodelgen.util.xml
-
Class org.hibernate.jpamodelgen.util.xml.XmlParsingException extends Exception implements Serializable
-
-
Package org.hibernate.loader
-
Class org.hibernate.loader.MultipleBagFetchException extends HibernateException implements Serializable
-
Serialized Fields
-
bagRoles
List bagRoles
-
-
-
-
Package org.hibernate.loader.custom
-
Class org.hibernate.loader.custom.NonUniqueDiscoveredSqlAliasException extends HibernateException implements Serializable
-
-
Package org.hibernate.loader.custom.sql
-
Class org.hibernate.loader.custom.sql.SQLCustomQuery extends Object implements Serializable
-
Serialized Fields
-
customQueryReturns
List customQueryReturns
-
paramValueBinders
List<ParameterBinder> paramValueBinders
-
querySpaces
Set querySpaces
-
sql
String sql
-
-
-
-
Package org.hibernate.loader.plan.spi
-
Class org.hibernate.loader.plan.spi.QuerySpaceUidNotRegisteredException extends HibernateException implements Serializable
-
-
Package org.hibernate.mapping
-
Class org.hibernate.mapping.Any extends SimpleValue implements Serializable
-
Class org.hibernate.mapping.Array extends List implements Serializable
-
Serialized Fields
-
elementClassName
String elementClassName
-
-
-
Class org.hibernate.mapping.Backref extends Property implements Serializable
-
Serialized Fields
-
collectionRole
String collectionRole
-
entityName
String entityName
-
propertyAccessStrategy
PropertyAccessStrategy propertyAccessStrategy
-
-
-
Class org.hibernate.mapping.Bag extends Collection implements Serializable
-
Class org.hibernate.mapping.Collection extends Object implements Serializable
-
Serialized Fields
-
batchSize
int batchSize
-
buildingContext
MetadataBuildingContext buildingContext
-
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
-
cacheRegionName
String cacheRegionName
-
collectionPersisterClass
Class collectionPersisterClass
-
collectionTable
Table collectionTable
-
comparator
Comparator comparator
-
comparatorClassName
String comparatorClassName
-
customDeleteAllCallable
boolean customDeleteAllCallable
-
customDeleteCallable
boolean customDeleteCallable
-
customInsertCallable
boolean customInsertCallable
-
customSQLDelete
String customSQLDelete
-
customSQLDeleteAll
String customSQLDeleteAll
-
customSQLInsert
String customSQLInsert
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
deleteAllCheckStyle
ExecuteUpdateResultCheckStyle deleteAllCheckStyle
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
element
Value element
-
embedded
boolean embedded
-
extraLazy
boolean extraLazy
-
fetchMode
FetchMode fetchMode
-
filters
List filters
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
inverse
boolean inverse
-
key
KeyValue key
-
lazy
boolean lazy
-
loaderName
String loaderName
-
manyToManyFilters
List manyToManyFilters
-
manyToManyOrderBy
String manyToManyOrderBy
-
manyToManyWhere
String manyToManyWhere
-
mappedByProperty
String mappedByProperty
-
metadata
MetadataImplementor metadata
-
mutable
boolean mutable
-
optimisticLocked
boolean optimisticLocked
-
orderBy
String orderBy
-
orphanDelete
boolean orphanDelete
-
owner
PersistentClass owner
-
referencedPropertyName
String referencedPropertyName
-
role
String role
-
sorted
boolean sorted
-
subselectLoadable
boolean subselectLoadable
-
synchronizedTables
Set<String> synchronizedTables
-
typeName
String typeName
-
typeParameters
Properties typeParameters
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
where
String where
-
-
-
Class org.hibernate.mapping.Column extends Object implements Serializable
-
Serialized Fields
-
checkConstraint
String checkConstraint
-
comment
String comment
-
customRead
String customRead
-
customWrite
String customWrite
-
defaultValue
String defaultValue
-
length
int length
-
name
String name
-
nullable
boolean nullable
-
precision
int precision
-
quoted
boolean quoted
-
scale
int scale
-
sqlType
String sqlType
-
sqlTypeCode
Integer sqlTypeCode
-
typeIndex
int typeIndex
-
unique
boolean unique
-
uniqueInteger
int uniqueInteger
-
value
Value value
-
-
-
Class org.hibernate.mapping.Component extends SimpleValue implements Serializable
-
Serialized Fields
-
builtIdentifierGenerator
IdentifierGenerator builtIdentifierGenerator
-
componentClassName
String componentClassName
-
dynamic
boolean dynamic
-
embedded
boolean embedded
-
isKey
boolean isKey
-
metaAttributes
Map metaAttributes
-
owner
PersistentClass owner
-
parentProperty
String parentProperty
-
properties
ArrayList<Property> properties
-
roleName
String roleName
-
tuplizerImpls
Map<EntityMode,String> tuplizerImpls
-
type
Type type
-
-
-
Class org.hibernate.mapping.Constraint extends Object implements Serializable
-
Class org.hibernate.mapping.DenormalizedTable extends Table implements Serializable
-
Serialized Fields
-
includedTable
Table includedTable
-
-
-
Class org.hibernate.mapping.DependantValue extends SimpleValue implements Serializable
-
Serialized Fields
-
nullable
boolean nullable
-
updateable
boolean updateable
-
wrappedValue
KeyValue wrappedValue
-
-
-
Class org.hibernate.mapping.ForeignKey extends Constraint implements Serializable
-
Class org.hibernate.mapping.Formula extends Object implements Serializable
-
Serialized Fields
-
formula
String formula
-
uniqueInteger
int uniqueInteger
-
-
-
Class org.hibernate.mapping.IdentifierBag extends IdentifierCollection implements Serializable
-
Class org.hibernate.mapping.IdentifierCollection extends Collection implements Serializable
-
Serialized Fields
-
identifier
KeyValue identifier
-
-
-
Class org.hibernate.mapping.IdGenerator extends Object implements Serializable
-
Serialized Fields
-
identifierGeneratorStrategy
String identifierGeneratorStrategy
-
name
String name
-
params
Properties params
-
-
-
Class org.hibernate.mapping.Index extends Object implements Serializable
-
Class org.hibernate.mapping.IndexBackref extends Property implements Serializable
-
Serialized Fields
-
accessStrategy
PropertyAccessStrategy accessStrategy
-
collectionRole
String collectionRole
-
entityName
String entityName
-
-
-
Class org.hibernate.mapping.IndexedCollection extends Collection implements Serializable
-
Serialized Fields
-
index
Value index
-
-
-
Class org.hibernate.mapping.Join extends Object implements Serializable
-
Serialized Fields
-
customDeleteCallable
boolean customDeleteCallable
-
customInsertCallable
boolean customInsertCallable
-
customSQLDelete
String customSQLDelete
-
customSQLInsert
String customSQLInsert
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
declaredProperties
ArrayList declaredProperties
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
inverse
boolean inverse
-
key
KeyValue key
-
optional
boolean optional
-
persistentClass
PersistentClass persistentClass
-
properties
ArrayList properties
-
sequentialSelect
boolean sequentialSelect
-
table
Table table
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
-
-
Class org.hibernate.mapping.JoinedSubclass extends Subclass implements Serializable
-
Class org.hibernate.mapping.List extends IndexedCollection implements Serializable
-
Serialized Fields
-
baseIndex
int baseIndex
-
-
-
Class org.hibernate.mapping.ManyToOne extends ToOne implements Serializable
-
Serialized Fields
-
ignoreNotFound
boolean ignoreNotFound
-
isLogicalOneToOne
boolean isLogicalOneToOne
-
-
-
Class org.hibernate.mapping.Map extends IndexedCollection implements Serializable
-
Class org.hibernate.mapping.MetaAttribute extends Object implements Serializable
-
Class org.hibernate.mapping.OneToMany extends Object implements Serializable
-
Serialized Fields
-
associatedClass
PersistentClass associatedClass
-
ignoreNotFound
boolean ignoreNotFound
-
metadata
MetadataImplementor metadata
-
referencedEntityName
String referencedEntityName
-
referencingTable
Table referencingTable
-
-
-
Class org.hibernate.mapping.OneToOne extends ToOne implements Serializable
-
Serialized Fields
-
constrained
boolean constrained
-
entityName
String entityName
-
foreignKeyType
ForeignKeyDirection foreignKeyType
-
identifier
KeyValue identifier
-
propertyName
String propertyName
-
-
-
Class org.hibernate.mapping.PersistentClass extends Object implements Serializable
-
Serialized Fields
-
batchSize
int batchSize
-
className
String className
-
customDeleteCallable
boolean customDeleteCallable
-
customInsertCallable
boolean customInsertCallable
-
customSQLDelete
String customSQLDelete
-
customSQLInsert
String customSQLInsert
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
declaredIdentifierMapper
Component declaredIdentifierMapper
-
declaredProperties
List<Property> declaredProperties
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
discriminatorValue
String discriminatorValue
-
dynamicInsert
boolean dynamicInsert
-
dynamicUpdate
boolean dynamicUpdate
-
entityName
String entityName
-
filters
List<org.hibernate.internal.FilterConfiguration> filters
-
hasSubselectLoadableCollections
boolean hasSubselectLoadableCollections
-
identifierMapper
Component identifierMapper
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
isAbstract
Boolean isAbstract
-
isCached
boolean isCached
-
joins
List<Join> joins
-
jpaEntityName
String jpaEntityName
-
lazy
boolean lazy
-
loaderName
String loaderName
-
metaAttributes
Map metaAttributes
-
metadataBuildingContext
MetadataBuildingContext metadataBuildingContext
-
optimisticLockStyle
OptimisticLockStyle optimisticLockStyle
-
properties
List<Property> properties
-
proxyInterfaceName
String proxyInterfaceName
-
selectBeforeUpdate
boolean selectBeforeUpdate
-
subclasses
List<Subclass> subclasses
-
subclassJoins
List<Join> subclassJoins
-
subclassProperties
List<Property> subclassProperties
-
subclassTables
List<Table> subclassTables
-
superMappedSuperclass
MappedSuperclass superMappedSuperclass
-
synchronizedTables
Set<String> synchronizedTables
-
tuplizerImpls
Map tuplizerImpls
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
-
-
Class org.hibernate.mapping.PrimaryKey extends Constraint implements Serializable
-
Class org.hibernate.mapping.PrimitiveArray extends Array implements Serializable
-
Class org.hibernate.mapping.Property extends Object implements Serializable
-
Serialized Fields
-
cascade
String cascade
-
insertable
boolean insertable
-
lazy
boolean lazy
-
lazyGroup
String lazyGroup
-
lob
boolean lob
-
metaAttributes
Map metaAttributes
-
name
String name
-
naturalIdentifier
boolean naturalIdentifier
-
optimisticLocked
boolean optimisticLocked
-
optional
boolean optional
-
persistentClass
PersistentClass persistentClass
-
propertyAccessorName
String propertyAccessorName
-
selectable
boolean selectable
-
updateable
boolean updateable
-
value
Value value
-
valueGenerationStrategy
ValueGeneration valueGenerationStrategy
-
-
-
Class org.hibernate.mapping.PropertyGeneration extends Object implements Serializable
-
Class org.hibernate.mapping.RootClass extends PersistentClass implements Serializable
-
Serialized Fields
-
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
-
cacheRegionName
String cacheRegionName
-
declaredIdentifierProperty
Property declaredIdentifierProperty
-
declaredVersion
Property declaredVersion
-
discriminator
Value discriminator
-
discriminatorInsertable
boolean discriminatorInsertable
-
embeddedIdentifier
boolean embeddedIdentifier
-
entityPersisterClass
Class entityPersisterClass
-
explicitPolymorphism
boolean explicitPolymorphism
-
forceDiscriminator
boolean forceDiscriminator
-
identifier
KeyValue identifier
-
identifierProperty
Property identifierProperty
-
lazyPropertiesCacheable
boolean lazyPropertiesCacheable
-
mutable
boolean mutable
-
naturalIdCacheRegionName
String naturalIdCacheRegionName
-
nextSubclassId
int nextSubclassId
-
polymorphic
boolean polymorphic
-
table
Table table
-
version
Property version
-
where
String where
-
-
-
Class org.hibernate.mapping.Set extends Collection implements Serializable
-
Class org.hibernate.mapping.SimpleValue extends Object implements Serializable
-
Serialized Fields
-
alternateUniqueKey
boolean alternateUniqueKey
-
attributeConverterDescriptor
ConverterDescriptor attributeConverterDescriptor
-
buildingContext
MetadataBuildingContext buildingContext
-
cascadeDeleteEnabled
boolean cascadeDeleteEnabled
-
columns
List<Selectable> columns
-
foreignKeyDefinition
String foreignKeyDefinition
-
foreignKeyName
String foreignKeyName
-
identifierGenerator
IdentifierGenerator identifierGenerator
-
identifierGeneratorProperties
Properties identifierGeneratorProperties
-
identifierGeneratorStrategy
String identifierGeneratorStrategy
-
insertability
List<Boolean> insertability
-
isLob
boolean isLob
-
isNationalized
boolean isNationalized
-
isVersion
boolean isVersion
-
metadata
MetadataImplementor metadata
-
nullValue
String nullValue
-
table
Table table
-
type
Type type
-
typeName
String typeName
-
typeParameters
Properties typeParameters
-
updatability
List<Boolean> updatability
-
-
-
Class org.hibernate.mapping.SingleTableSubclass extends Subclass implements Serializable
-
Class org.hibernate.mapping.Subclass extends PersistentClass implements Serializable
-
Serialized Fields
-
classPersisterClass
Class classPersisterClass
-
subclassId
int subclassId
-
superclass
PersistentClass superclass
-
-
-
Class org.hibernate.mapping.SyntheticProperty extends Property implements Serializable
-
Class org.hibernate.mapping.Table extends Object implements Serializable
-
Serialized Fields
-
catalog
Identifier catalog
-
checkConstraints
List<String> checkConstraints
-
columns
Map columns
contains all columns, including the primary key -
comment
String comment
-
foreignKeys
Map<Table.ForeignKeyKey,ForeignKey> foreignKeys
-
hasDenormalizedTables
boolean hasDenormalizedTables
-
idValue
KeyValue idValue
-
indexes
Map<String,Index> indexes
-
initCommands
List<InitCommand> initCommands
-
isAbstract
boolean isAbstract
-
name
Identifier name
-
primaryKey
PrimaryKey primaryKey
-
rowId
String rowId
-
schema
Identifier schema
-
sizeOfUniqueKeyMapOnLastCleanse
int sizeOfUniqueKeyMapOnLastCleanse
-
subselect
String subselect
-
uniqueInteger
int uniqueInteger
-
uniqueKeys
Map<String,UniqueKey> uniqueKeys
-
-
-
Class org.hibernate.mapping.Table.ForeignKeyKey extends Object implements Serializable
-
Class org.hibernate.mapping.ToOne extends SimpleValue implements Serializable
-
Serialized Fields
-
-
Class org.hibernate.mapping.TypeDef extends Object implements Serializable
-
Serialized Fields
-
parameters
Properties parameters
-
typeClass
String typeClass
-
-
-
Class org.hibernate.mapping.UnionSubclass extends Subclass implements Serializable
-
Class org.hibernate.mapping.UniqueKey extends Constraint implements Serializable
-
-
Package org.hibernate.metamodel.model.domain
-
Class org.hibernate.metamodel.model.domain.NavigableRole extends Object implements Serializable
-
Serialized Fields
-
fullPath
String fullPath
-
navigableName
String navigableName
-
parent
NavigableRole parent
-
-
-
-
Package org.hibernate.osgi
-
Class org.hibernate.osgi.OSGiClassLoaderServiceImpl extends org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl implements Serializable
-
Serialized Fields
-
osgiClassLoader
OsgiClassLoader osgiClassLoader
-
osgiServiceUtil
OsgiServiceUtil osgiServiceUtil
-
-
-
Class org.hibernate.osgi.OsgiJtaPlatform extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
osgiServiceUtil
OsgiServiceUtil osgiServiceUtil
-
-
-
Package org.hibernate.persister.entity
-
Class org.hibernate.persister.entity.DiscriminatorType extends AbstractType implements Serializable
-
-
Package org.hibernate.persister.spi
-
Class org.hibernate.persister.spi.UnknownPersisterException extends HibernateException implements Serializable
-
-
Package org.hibernate.persister.walking.spi
-
Class org.hibernate.persister.walking.spi.WalkingException extends HibernateError implements Serializable
-
-
Package org.hibernate.procedure
-
Class org.hibernate.procedure.NamedParametersNotSupportedException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.NoSuchParameterException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.ParameterMisuseException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.ParameterStrategyException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.UnknownSqlResultSetMappingException extends MappingException implements Serializable
-
Serialized Fields
-
unknownSqlResultSetMappingName
String unknownSqlResultSetMappingName
-
-
-
-
Package org.hibernate.property.access.spi
-
Class org.hibernate.property.access.spi.EnhancedGetterMethodImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
Deprecated.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Class org.hibernate.property.access.spi.EnhancedSetterImpl extends SetterFieldImpl implements Serializable
-
Class org.hibernate.property.access.spi.GetterFieldImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Class org.hibernate.property.access.spi.GetterMethodImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Class org.hibernate.property.access.spi.PropertyAccessBuildingException extends HibernateException implements Serializable
-
Class org.hibernate.property.access.spi.PropertyAccessException extends HibernateException implements Serializable
-
Class org.hibernate.property.access.spi.PropertyAccessSerializationException extends HibernateException implements Serializable
-
Class org.hibernate.property.access.spi.SetterFieldImpl extends Object implements Serializable
-
Class org.hibernate.property.access.spi.SetterMethodImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
-
Package org.hibernate.proxy
-
Class org.hibernate.proxy.AbstractSerializableProxy extends Object implements Serializable
-
Serialized Fields
-
allowLoadOutsideTransaction
boolean allowLoadOutsideTransaction
-
entityName
String entityName
-
id
Serializable id
-
readOnly
Boolean readOnly
-
sessionFactoryUuid
String sessionFactoryUuid
-
-
-
-
Package org.hibernate.proxy.map
-
Class org.hibernate.proxy.map.MapLazyInitializer extends AbstractLazyInitializer implements Serializable
-
Class org.hibernate.proxy.map.MapProxy extends Object implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace()
-
-
Serialized Fields
-
li
MapLazyInitializer li
-
replacement
Object replacement
-
-
-
Class org.hibernate.proxy.map.SerializableMapProxy extends AbstractSerializableProxy implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
-
-
Package org.hibernate.proxy.pojo.bytebuddy
-
Class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory extends Object implements Serializable
-
Serialized Fields
-
byteBuddyProxyHelper
ByteBuddyProxyHelper byteBuddyProxyHelper
-
componentIdType
CompositeType componentIdType
-
entityName
String entityName
-
getIdentifierMethod
Method getIdentifierMethod
-
interfaces
Class[] interfaces
-
overridesEquals
boolean overridesEquals
-
persistentClass
Class persistentClass
-
proxyClass
Class proxyClass
-
setIdentifierMethod
Method setIdentifierMethod
-
-
-
Class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper extends Object implements Serializable
-
Serialized Fields
-
byteBuddyState
org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState byteBuddyState
-
-
-
Class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy extends AbstractSerializableProxy implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Serialized Fields
-
componentIdType
CompositeType componentIdType
-
identifierGetterMethodClass
Class identifierGetterMethodClass
-
identifierGetterMethodName
String identifierGetterMethodName
-
identifierSetterMethodClass
Class identifierSetterMethodClass
-
identifierSetterMethodName
String identifierSetterMethodName
-
identifierSetterMethodParams
Class[] identifierSetterMethodParams
-
interfaces
Class[] interfaces
-
persistentClass
Class persistentClass
-
-
-
-
Package org.hibernate.proxy.pojo.javassist
-
Class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory extends Object implements Serializable
-
Serialized Fields
-
componentIdType
CompositeType componentIdType
-
entityName
String entityName
-
getIdentifierMethod
Method getIdentifierMethod
-
interfaces
Class[] interfaces
-
overridesEquals
boolean overridesEquals
-
persistentClass
Class persistentClass
-
proxyClass
Class proxyClass
-
setIdentifierMethod
Method setIdentifierMethod
-
-
-
Class org.hibernate.proxy.pojo.javassist.SerializableProxy extends AbstractSerializableProxy implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Deserialization hook. This method is called by JDK deserialization. We use this hook to replace the serial form with a live form.
-
-
Serialized Fields
-
componentIdType
CompositeType componentIdType
-
identifierGetterMethodClass
Class identifierGetterMethodClass
-
identifierGetterMethodName
String identifierGetterMethodName
-
identifierSetterMethodClass
Class identifierSetterMethodClass
-
identifierSetterMethodName
String identifierSetterMethodName
-
identifierSetterMethodParams
Class[] identifierSetterMethodParams
-
interfaces
Class[] interfaces
-
persistentClass
Class persistentClass
-
-
-
-
Package org.hibernate.resource.beans.spi
-
Package org.hibernate.resource.jdbc.spi
-
Package org.hibernate.resource.transaction
-
Class org.hibernate.resource.transaction.LocalSynchronizationException extends HibernateException implements Serializable
-
Class org.hibernate.resource.transaction.NullSynchronizationException extends HibernateException implements Serializable
-
Class org.hibernate.resource.transaction.TransactionRequiredForJoinException extends HibernateException implements Serializable
-
-
Package org.hibernate.resource.transaction.spi
-
Package org.hibernate.result
-
Class org.hibernate.result.NoMoreReturnsException extends HibernateException implements Serializable
-
-
Package org.hibernate.secure.spi
-
Class org.hibernate.secure.spi.IntegrationException extends HibernateException implements Serializable
-
-
Package org.hibernate.service
-
Class org.hibernate.service.NullServiceException extends HibernateException implements Serializable
-
Serialized Fields
-
serviceRole
Class serviceRole
-
-
-
Class org.hibernate.service.UnknownServiceException extends HibernateException implements Serializable
-
Serialized Fields
-
serviceRole
Class serviceRole
-
-
-
Class org.hibernate.service.UnknownUnwrapTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.service.spi
-
Class org.hibernate.service.spi.ServiceException extends HibernateException implements Serializable
-
-
Package org.hibernate.spatial
-
Class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor extends AbstractTypeDescriptor<org.geolatte.geom.Geometry> implements Serializable
-
Class org.hibernate.spatial.GeolatteGeometryType extends AbstractSingleColumnStandardBasicType<org.geolatte.geom.Geometry> implements Serializable
-
Class org.hibernate.spatial.HibernateSpatialConfigurationSettings extends Object implements Serializable
-
Class org.hibernate.spatial.HSMessageLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.spatial.JTSGeometryJavaTypeDescriptor extends AbstractTypeDescriptor<com.vividsolutions.jts.geom.Geometry> implements Serializable
-
Class org.hibernate.spatial.JTSGeometryType extends AbstractSingleColumnStandardBasicType<com.vividsolutions.jts.geom.Geometry> implements Serializable
-
-
Package org.hibernate.spatial.criterion
-
Class org.hibernate.spatial.criterion.DWithinExpression extends Object implements Serializable
-
Serialized Fields
-
distance
double distance
-
geometry
com.vividsolutions.jts.geom.Geometry geometry
-
propertyName
String propertyName
-
-
-
Class org.hibernate.spatial.criterion.HavingSridExpression extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
srid
int srid
-
-
-
Class org.hibernate.spatial.criterion.IsEmptyExpression extends Object implements Serializable
-
Serialized Fields
-
isEmpty
boolean isEmpty
-
propertyName
String propertyName
-
-
-
Class org.hibernate.spatial.criterion.SpatialFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
filter
com.vividsolutions.jts.geom.Geometry filter
-
propertyName
String propertyName
-
-
Class org.hibernate.spatial.criterion.SpatialRelateExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
propertyName
String propertyName
The geometry property -
spatialRelation
int spatialRelation
The spatial relation that is queried for. -
value
com.vividsolutions.jts.geom.Geometry value
The test geometry
-
-
-
Package org.hibernate.spatial.dialect
-
Class org.hibernate.spatial.dialect.SpatialFunctionsRegistry extends Object implements Serializable
-
Serialized Fields
-
functionMap
Map<String,SQLFunction> functionMap
-
-
-
-
Package org.hibernate.spatial.dialect.db2
-
Class org.hibernate.spatial.dialect.db2.DB2GeometryTypeDescriptor extends Object implements Serializable
-
Serialized Fields
-
srid
Integer srid
-
-
-
Class org.hibernate.spatial.dialect.db2.DB2SpatialDialect extends DB2Dialect implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.hibernate.spatial.dialect.h2geodb
-
Class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect extends H2Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor extends Object implements Serializable
-
-
Package org.hibernate.spatial.dialect.hana
-
Class org.hibernate.spatial.dialect.hana.HANAGeometryTypeDescriptor extends Object implements Serializable
- serialVersionUID:
- -6978798264716544804L
-
Serialized Fields
-
determineCrsIdFromDatabase
boolean determineCrsIdFromDatabase
-
-
Class org.hibernate.spatial.dialect.hana.HANAPointTypeDescriptor extends Object implements Serializable
- serialVersionUID:
- -6978798264716544804L
-
Class org.hibernate.spatial.dialect.hana.HANASpatialDialect extends HANAColumnStoreDialect implements Serializable
- serialVersionUID:
- -432631517465714911L
-
-
Package org.hibernate.spatial.dialect.mysql
-
Class org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect extends MySQL56SpatialDialect implements Serializable
-
Class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect extends MySQL55Dialect implements Serializable
-
Serialized Fields
-
dialectDelegate
MySQLSpatialDialect dialectDelegate
-
-
-
Class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect extends MySQL5SpatialDialect implements Serializable
-
Class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect extends MySQL5Dialect implements Serializable
-
Serialized Fields
-
dialectDelegate
MySQLSpatialDialect dialectDelegate
-
-
-
Class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect extends MySQLDialect implements Serializable
-
-
Package org.hibernate.spatial.dialect.oracle
-
Class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect extends Oracle10gDialect implements Serializable
-
Class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect extends Oracle10gDialect implements Serializable
-
Class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor extends Object implements Serializable
-
Serialized Fields
-
typeFactory
org.geolatte.geom.codec.db.oracle.OracleJDBCTypeFactory typeFactory
-
-
-
-
Package org.hibernate.spatial.dialect.oracle.criterion
-
Class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjection extends SimpleProjection implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aggregate
int aggregate
-
propertyName
String propertyName
-
-
-
Package org.hibernate.spatial.dialect.postgis
-
Class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PostgisDialect extends PostgisPG82Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM extends PostgisDialect implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect extends PostgreSQL82Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect extends PostgreSQL91Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect extends PostgreSQL92Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect extends PostgreSQL93Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect extends PostgreSQL94Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect extends PostgreSQL95Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect extends PostgreSQL9Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PostgisSupport extends Object implements Serializable
-
Serialized Fields
-
postgisFunctions
org.hibernate.spatial.dialect.postgis.PostgisFunctions postgisFunctions
-
-
-
-
Package org.hibernate.spatial.dialect.sqlserver
-
Class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect extends SQLServer2008Dialect implements Serializable
-
-
Package org.hibernate.spatial.integration
-
Class org.hibernate.spatial.integration.SpatialService extends Object implements Serializable
-
Serialized Fields
-
integrationEnabled
boolean integrationEnabled
-
-
-
-
Package org.hibernate.sql.ordering.antlr
-
Class org.hibernate.sql.ordering.antlr.CollationSpecification extends NodeSupport implements Serializable
-
Class org.hibernate.sql.ordering.antlr.NodeSupport extends antlr.CommonAST implements Serializable
-
Class org.hibernate.sql.ordering.antlr.OrderByFragment extends NodeSupport implements Serializable
-
Class org.hibernate.sql.ordering.antlr.OrderingSpecification extends NodeSupport implements Serializable
-
Serialized Fields
-
ordering
OrderingSpecification.Ordering ordering
-
resolved
boolean resolved
-
-
-
Class org.hibernate.sql.ordering.antlr.SortKey extends NodeSupport implements Serializable
-
Class org.hibernate.sql.ordering.antlr.SortSpecification extends NodeSupport implements Serializable
-
-
Package org.hibernate.stat
-
Package org.hibernate.stat.spi
-
Package org.hibernate.testing.async
-
Class org.hibernate.testing.async.ExecutableAdapter.ExceptionWrapper extends RuntimeException implements Serializable
-
-
Package org.hibernate.testing.boot
-
Class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
dialect
Dialect dialect
-
jdbcConnectionAccess
JdbcConnectionAccess jdbcConnectionAccess
-
jdbcEnvironment
JdbcEnvironment jdbcEnvironment
-
serviceRegistry
ServiceRegistry serviceRegistry
-
sqlStatementLogger
SqlStatementLogger sqlStatementLogger
-
-
-
Class org.hibernate.testing.boot.ClassLoaderServiceTestingImpl extends org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl implements Serializable
-
Class org.hibernate.testing.boot.DialectFactoryTestingImpl extends Object implements Serializable
-
Serialized Fields
-
dialect
Dialect dialect
-
-
-
Class org.hibernate.testing.boot.JdbcConnectionAccessImpl extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
-
-
-
Package org.hibernate.testing.cache
-
Class org.hibernate.testing.cache.CachingRegionFactory extends RegionFactoryTemplate implements Serializable
-
Serialized Fields
-
cacheKeysFactory
CacheKeysFactory cacheKeysFactory
-
-
-
-
Package org.hibernate.testing.jdbc
-
Class org.hibernate.testing.jdbc.ConnectionProviderDelegate extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
-
-
Class org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider extends ConnectionProviderDelegate implements Serializable
-
Serialized Fields
-
dbName
String dbName
-
-
-
-
Package org.hibernate.testing.jdbc.leak
-
Class org.hibernate.testing.jdbc.leak.ConnectionLeakException extends RuntimeException implements Serializable
-
-
Package org.hibernate.testing.jta
-
Class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl extends Object implements Serializable
-
Serialized Fields
-
delegate
org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl delegate
-
nonEnlistedConnections
List<Connection> nonEnlistedConnections
-
-
-
Class org.hibernate.testing.jta.TestingJtaPlatformImpl extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform implements Serializable
-
Serialized Fields
-
synchronizationRegistry
TransactionSynchronizationRegistry synchronizationRegistry
-
synchronizationStrategy
org.hibernate.engine.transaction.jta.platform.internal.JtaSynchronizationStrategy synchronizationStrategy
-
transactionManager
TransactionManager transactionManager
-
userTransaction
UserTransaction userTransaction
-
-
-
-
Package org.hibernate.testing.junit4
-
Class org.hibernate.testing.junit4.CallbackException extends RuntimeException implements Serializable
-
Class org.hibernate.testing.junit4.FailureExpectedHandler.FailureExpectedTestPassedException extends Exception implements Serializable
-
Class org.hibernate.testing.junit4.InvalidMethodForAnnotationException extends RuntimeException implements Serializable
-
-
Package org.hibernate.testing.logger
-
Class org.hibernate.testing.logger.Log4J2DelegatingLogger extends org.jboss.logging.Logger implements Serializable
-
Serialized Fields
-
enabledListeners
List<LogListener> enabledListeners
-
interceptEnabled
AtomicBoolean interceptEnabled
-
logger
org.apache.logging.log4j.spi.AbstractLogger logger
-
messageFactory
org.apache.logging.log4j.message.MessageFormatMessageFactory messageFactory
-
-
-
-
Package org.hibernate.tool.hbm2ddl
-
Class org.hibernate.tool.hbm2ddl.ImportScriptException extends HibernateException implements Serializable
-
Class org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor extends Object implements Serializable
-
Class org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor extends Object implements Serializable
-
-
Package org.hibernate.tool.schema.extract.spi
-
Class org.hibernate.tool.schema.extract.spi.SchemaExtractionException extends HibernateException implements Serializable
-
-
Package org.hibernate.tool.schema.spi
-
Class org.hibernate.tool.schema.spi.CommandAcceptanceException extends HibernateException implements Serializable
-
Class org.hibernate.tool.schema.spi.SchemaManagementException extends HibernateException implements Serializable
-
-
Package org.hibernate.transform
-
Class org.hibernate.transform.AliasedTupleSubsetResultTransformer extends BasicTransformerAdapter implements Serializable
-
Class org.hibernate.transform.AliasToBeanConstructorResultTransformer extends Object implements Serializable
-
Serialized Fields
-
constructor
Constructor constructor
-
-
-
Class org.hibernate.transform.AliasToBeanResultTransformer extends AliasedTupleSubsetResultTransformer implements Serializable
-
Class org.hibernate.transform.AliasToEntityMapResultTransformer extends AliasedTupleSubsetResultTransformer implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
-
-
Class org.hibernate.transform.BasicTransformerAdapter extends Object implements Serializable
-
Class org.hibernate.transform.CacheableResultTransformer extends Object implements Serializable
-
Serialized Fields
-
includeInTransformIndex
int[] includeInTransformIndex
-
includeInTuple
boolean[] includeInTuple
-
tupleLength
int tupleLength
-
tupleSubsetLength
int tupleSubsetLength
-
-
-
Class org.hibernate.transform.DistinctResultTransformer extends BasicTransformerAdapter implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
-
-
Class org.hibernate.transform.DistinctRootEntityResultTransformer extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
-
-
Class org.hibernate.transform.PassThroughResultTransformer extends BasicTransformerAdapter implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
-
-
Class org.hibernate.transform.RootEntityResultTransformer extends BasicTransformerAdapter implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
-
-
Class org.hibernate.transform.ToListResultTransformer extends BasicTransformerAdapter implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
-
-
-
Package org.hibernate.tuple
-
Class org.hibernate.tuple.CreationTimestampGeneration extends Object implements Serializable
-
Serialized Fields
-
generator
ValueGenerator<?> generator
-
-
-
Class org.hibernate.tuple.DynamicMapInstantiator extends Object implements Serializable
-
Class org.hibernate.tuple.GeneratedValueGeneration extends Object implements Serializable
-
Serialized Fields
-
timing
GenerationTiming timing
-
-
-
Class org.hibernate.tuple.PojoInstantiator extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
embeddedIdentifier
boolean embeddedIdentifier
-
isAbstract
boolean isAbstract
-
mappedClass
Class mappedClass
-
-
-
Class org.hibernate.tuple.UpdateTimestampGeneration extends Object implements Serializable
-
Serialized Fields
-
generator
ValueGenerator<?> generator
-
-
-
Class org.hibernate.tuple.VmValueGeneration extends Object implements Serializable
-
Serialized Fields
-
constructor
Constructor<? extends ValueGenerator<?>> constructor
-
generationTiming
GenerationTiming generationTiming
-
-
-
-
Package org.hibernate.tuple.component
-
Class org.hibernate.tuple.component.AbstractComponentTuplizer extends Object implements Serializable
-
Serialized Fields
-
getters
Getter[] getters
-
hasCustomAccessors
boolean hasCustomAccessors
-
instantiator
Instantiator instantiator
-
propertySpan
int propertySpan
-
setters
Setter[] setters
-
-
-
Class org.hibernate.tuple.component.ComponentMetamodel extends Object implements Serializable
-
Serialized Fields
-
componentTuplizer
ComponentTuplizer componentTuplizer
-
createEmptyCompositesEnabled
boolean createEmptyCompositesEnabled
-
entityMode
EntityMode entityMode
-
isKey
boolean isKey
-
properties
StandardProperty[] properties
-
propertyIndexes
Map propertyIndexes
-
propertySpan
int propertySpan
-
role
String role
-
-
-
Class org.hibernate.tuple.component.ComponentTuplizerFactory extends Object implements Serializable
-
Serialized Fields
-
classLoaderAccess
ClassLoaderAccess classLoaderAccess
-
defaultImplClassByMode
Map<EntityMode,Class<? extends ComponentTuplizer>> defaultImplClassByMode
-
-
-
Class org.hibernate.tuple.component.DynamicMapComponentTuplizer extends AbstractComponentTuplizer implements Serializable
-
Class org.hibernate.tuple.component.PojoComponentTuplizer extends AbstractComponentTuplizer implements Serializable
-
Serialized Fields
-
componentClass
Class componentClass
-
optimizer
ReflectionOptimizer optimizer
-
parentGetter
Getter parentGetter
-
parentSetter
Setter parentSetter
-
-
-
-
Package org.hibernate.tuple.entity
-
Class org.hibernate.tuple.entity.EntityMetamodel extends Object implements Serializable
-
Serialized Fields
-
bytecodeEnhancementMetadata
BytecodeEnhancementMetadata bytecodeEnhancementMetadata
-
cascadeStyles
CascadeStyle[] cascadeStyles
-
dynamicInsert
boolean dynamicInsert
-
dynamicUpdate
boolean dynamicUpdate
-
entityMode
EntityMode entityMode
-
entityNameByInheritenceClassMap
Map entityNameByInheritenceClassMap
-
entityTuplizer
EntityTuplizer entityTuplizer
-
entityType
EntityType entityType
-
explicitPolymorphism
boolean explicitPolymorphism
-
hasCacheableNaturalId
boolean hasCacheableNaturalId
-
hasCascades
boolean hasCascades
-
hasCollections
boolean hasCollections
-
hasImmutableNaturalId
boolean hasImmutableNaturalId
-
hasInsertGeneratedValues
boolean hasInsertGeneratedValues
-
hasLazyProperties
boolean hasLazyProperties
-
hasMutableProperties
boolean hasMutableProperties
-
hasNonIdentifierPropertyNamedId
boolean hasNonIdentifierPropertyNamedId
-
hasPreInsertGeneratedValues
boolean hasPreInsertGeneratedValues
-
hasPreUpdateGeneratedValues
boolean hasPreUpdateGeneratedValues
-
hasSubclasses
boolean hasSubclasses
-
hasUpdateGeneratedValues
boolean hasUpdateGeneratedValues
-
identifierAttribute
IdentifierProperty identifierAttribute
-
inDatabaseValueGenerationStrategies
InDatabaseValueGenerationStrategy[] inDatabaseValueGenerationStrategies
-
inherited
boolean inherited
-
inMemoryValueGenerationStrategies
InMemoryValueGenerationStrategy[] inMemoryValueGenerationStrategies
-
isAbstract
boolean isAbstract
-
lazy
boolean lazy
-
mutable
boolean mutable
-
name
String name
-
naturalIdPropertyNumbers
int[] naturalIdPropertyNumbers
-
nonlazyPropertyUpdateability
boolean[] nonlazyPropertyUpdateability
-
optimisticLockStyle
OptimisticLockStyle optimisticLockStyle
-
polymorphic
boolean polymorphic
-
properties
NonIdentifierAttribute[] properties
-
propertyCheckability
boolean[] propertyCheckability
-
propertyIndexes
Map<String,Integer> propertyIndexes
-
propertyInsertability
boolean[] propertyInsertability
-
propertyLaziness
boolean[] propertyLaziness
-
propertyNames
String[] propertyNames
-
propertyNullability
boolean[] propertyNullability
-
propertySpan
int propertySpan
-
propertyTypes
Type[] propertyTypes
-
propertyUpdateability
boolean[] propertyUpdateability
-
propertyVersionability
boolean[] propertyVersionability
-
rootName
String rootName
-
selectBeforeUpdate
boolean selectBeforeUpdate
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
subclassEntityNames
Set subclassEntityNames
-
superclass
String superclass
-
versioned
boolean versioned
-
versionPropertyIndex
int versionPropertyIndex
-
-
-
Class org.hibernate.tuple.entity.EntityMetamodel.ValueGenerationStrategyException extends HibernateException implements Serializable
-
Class org.hibernate.tuple.entity.EntityTuplizerFactory extends Object implements Serializable
-
Serialized Fields
-
defaultImplClassByMode
Map<EntityMode,Class<? extends EntityTuplizer>> defaultImplClassByMode
-
-
-
Class org.hibernate.tuple.entity.PojoEntityInstantiator extends PojoInstantiator implements Serializable
-
Serialized Fields
-
applyBytecodeInterception
boolean applyBytecodeInterception
-
entityMetamodel
EntityMetamodel entityMetamodel
-
proxyInterface
Class proxyInterface
-
-
-
-
Package org.hibernate.type
-
Class org.hibernate.type.AbstractSingleColumnStandardBasicType extends AbstractStandardBasicType<T> implements Serializable
-
Class org.hibernate.type.AbstractStandardBasicType extends Object implements Serializable
-
Serialized Fields
-
dictatedSize
Size dictatedSize
-
javaTypeDescriptor
JavaTypeDescriptor<T> javaTypeDescriptor
-
sqlTypeDescriptor
SqlTypeDescriptor sqlTypeDescriptor
-
sqlTypes
int[] sqlTypes
-
-
-
Class org.hibernate.type.AbstractType extends Object implements Serializable
-
Class org.hibernate.type.AdaptedImmutableType extends AbstractSingleColumnStandardBasicType<T> implements Serializable
-
Serialized Fields
-
baseMutableType
AbstractStandardBasicType<T> baseMutableType
-
-
-
Class org.hibernate.type.AnyType extends AbstractType implements Serializable
-
Serialized Fields
-
discriminatorType
Type discriminatorType
-
identifierType
Type identifierType
-
scope
TypeFactory.TypeScope scope
-
-
-
Class org.hibernate.type.AnyType.ObjectTypeCacheEntry extends Object implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
id
Serializable id
-
-
-
Class org.hibernate.type.ArrayType extends CollectionType implements Serializable
-
Class org.hibernate.type.BagType extends CollectionType implements Serializable
-
Class org.hibernate.type.BasicTypeRegistry extends Object implements Serializable
-
Serialized Fields
-
locked
boolean locked
-
registry
Map<String,BasicType> registry
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.type.BigDecimalType extends AbstractSingleColumnStandardBasicType<BigDecimal> implements Serializable
-
Class org.hibernate.type.BigIntegerType extends AbstractSingleColumnStandardBasicType<BigInteger> implements Serializable
-
Class org.hibernate.type.BinaryType extends AbstractSingleColumnStandardBasicType<byte[]> implements Serializable
-
Class org.hibernate.type.BlobType extends AbstractSingleColumnStandardBasicType<Blob> implements Serializable
-
Class org.hibernate.type.BooleanType extends AbstractSingleColumnStandardBasicType<Boolean> implements Serializable
-
Class org.hibernate.type.ByteType extends AbstractSingleColumnStandardBasicType<Byte> implements Serializable
-
Class org.hibernate.type.CalendarDateType extends AbstractSingleColumnStandardBasicType<Calendar> implements Serializable
-
Class org.hibernate.type.CalendarTimeType extends AbstractSingleColumnStandardBasicType<Calendar> implements Serializable
-
Class org.hibernate.type.CalendarType extends AbstractSingleColumnStandardBasicType<Calendar> implements Serializable
-
Class org.hibernate.type.CharacterArrayClobType extends AbstractSingleColumnStandardBasicType<Character[]> implements Serializable
-
Class org.hibernate.type.CharacterArrayNClobType extends AbstractSingleColumnStandardBasicType<Character[]> implements Serializable
-
Class org.hibernate.type.CharacterArrayType extends AbstractSingleColumnStandardBasicType<Character[]> implements Serializable
-
Class org.hibernate.type.CharacterNCharType extends AbstractSingleColumnStandardBasicType<Character> implements Serializable
-
Class org.hibernate.type.CharacterType extends AbstractSingleColumnStandardBasicType<Character> implements Serializable
-
Class org.hibernate.type.CharArrayType extends AbstractSingleColumnStandardBasicType<char[]> implements Serializable
-
Class org.hibernate.type.ClassType extends AbstractSingleColumnStandardBasicType<Class> implements Serializable
-
Class org.hibernate.type.ClobType extends AbstractSingleColumnStandardBasicType<Clob> implements Serializable
-
Class org.hibernate.type.CollectionType extends AbstractType implements Serializable
-
Serialized Fields
-
foreignKeyPropertyName
String foreignKeyPropertyName
-
role
String role
-
typeScope
TypeFactory.TypeScope typeScope
-
-
-
Class org.hibernate.type.ComponentType extends AbstractType implements Serializable
-
Serialized Fields
-
canDoExtraction
Boolean canDoExtraction
-
cascade
CascadeStyle[] cascade
-
componentTuplizer
ComponentTuplizer componentTuplizer
-
createEmptyCompositesEnabled
boolean createEmptyCompositesEnabled
-
entityMode
EntityMode entityMode
-
hasNotNullProperty
boolean hasNotNullProperty
-
isKey
boolean isKey
-
joinedFetch
FetchMode[] joinedFetch
-
propertyNames
String[] propertyNames
-
propertyNullability
boolean[] propertyNullability
-
propertySpan
int propertySpan
-
propertyTypes
Type[] propertyTypes
-
propertyValueGenerationStrategies
ValueGeneration[] propertyValueGenerationStrategies
-
typeScope
TypeFactory.TypeScope typeScope
-
-
-
Class org.hibernate.type.CompositeCustomType extends AbstractType implements Serializable
-
Serialized Fields
-
customLogging
boolean customLogging
-
name
String name
-
registrationKeys
String[] registrationKeys
-
userType
CompositeUserType userType
-
-
-
Class org.hibernate.type.CurrencyType extends AbstractSingleColumnStandardBasicType<Currency> implements Serializable
-
Class org.hibernate.type.CustomCollectionType extends CollectionType implements Serializable
-
Serialized Fields
-
customLogging
boolean customLogging
-
userType
UserCollectionType userType
-
-
-
Class org.hibernate.type.CustomType extends AbstractType implements Serializable
-
Class org.hibernate.type.DateType extends AbstractSingleColumnStandardBasicType<Date> implements Serializable
-
Class org.hibernate.type.DbTimestampType extends TimestampType implements Serializable
-
Class org.hibernate.type.DoubleType extends AbstractSingleColumnStandardBasicType<Double> implements Serializable
-
Class org.hibernate.type.DurationType extends AbstractSingleColumnStandardBasicType<Duration> implements Serializable
-
Class org.hibernate.type.EmbeddedComponentType extends ComponentType implements Serializable
-
Class org.hibernate.type.EntityType extends AbstractType implements Serializable
-
Serialized Fields
-
associatedEntityName
String associatedEntityName
-
eager
boolean eager
-
referenceToPrimaryKey
boolean referenceToPrimaryKey
-
scope
TypeFactory.TypeScope scope
-
uniqueKeyPropertyName
String uniqueKeyPropertyName
-
unwrapProxy
boolean unwrapProxy
-
-
-
Class org.hibernate.type.EnumType extends Object implements Serializable
-
Serialized Fields
-
enumClass
Class enumClass
-
enumValueConverter
EnumValueConverter enumValueConverter
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.type.FloatType extends AbstractSingleColumnStandardBasicType<Float> implements Serializable
-
Class org.hibernate.type.IdentifierBagType extends CollectionType implements Serializable
-
Class org.hibernate.type.ImageType extends AbstractSingleColumnStandardBasicType<byte[]> implements Serializable
-
Class org.hibernate.type.InstantType extends AbstractSingleColumnStandardBasicType<Instant> implements Serializable
-
Class org.hibernate.type.IntegerType extends AbstractSingleColumnStandardBasicType<Integer> implements Serializable
-
Class org.hibernate.type.ListType extends CollectionType implements Serializable
-
Class org.hibernate.type.LocalDateTimeType extends AbstractSingleColumnStandardBasicType<LocalDateTime> implements Serializable
-
Class org.hibernate.type.LocalDateType extends AbstractSingleColumnStandardBasicType<LocalDate> implements Serializable
-
Class org.hibernate.type.LocaleType extends AbstractSingleColumnStandardBasicType<Locale> implements Serializable
-
Class org.hibernate.type.LocalTimeType extends AbstractSingleColumnStandardBasicType<LocalTime> implements Serializable
-
Class org.hibernate.type.LongType extends AbstractSingleColumnStandardBasicType<Long> implements Serializable
-
Class org.hibernate.type.ManyToOneType extends EntityType implements Serializable
-
Serialized Fields
-
ignoreNotFound
boolean ignoreNotFound
-
isLogicalOneToOne
boolean isLogicalOneToOne
-
propertyName
String propertyName
-
-
-
Class org.hibernate.type.MapType extends CollectionType implements Serializable
-
Class org.hibernate.type.MaterializedBlobType extends AbstractSingleColumnStandardBasicType<byte[]> implements Serializable
-
Class org.hibernate.type.MaterializedClobType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.MaterializedNClobType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.MetaType extends AbstractType implements Serializable
-
Class org.hibernate.type.NClobType extends AbstractSingleColumnStandardBasicType<NClob> implements Serializable
-
Class org.hibernate.type.NTextType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.NumericBooleanType extends AbstractSingleColumnStandardBasicType<Boolean> implements Serializable
-
Class org.hibernate.type.ObjectType extends AnyType implements Serializable
-
Class org.hibernate.type.OffsetDateTimeType extends AbstractSingleColumnStandardBasicType<OffsetDateTime> implements Serializable
-
Class org.hibernate.type.OffsetTimeType extends AbstractSingleColumnStandardBasicType<OffsetTime> implements Serializable
-
Class org.hibernate.type.OneToOneType extends EntityType implements Serializable
-
Serialized Fields
-
constrained
boolean constrained
-
entityName
String entityName
-
foreignKeyType
ForeignKeyDirection foreignKeyType
-
propertyName
String propertyName
-
-
-
Class org.hibernate.type.OrderedMapType extends MapType implements Serializable
-
Class org.hibernate.type.OrderedSetType extends SetType implements Serializable
-
Class org.hibernate.type.PostgresUUIDType extends AbstractSingleColumnStandardBasicType<UUID> implements Serializable
-
Class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.PrimitiveCharacterArrayClobType extends AbstractSingleColumnStandardBasicType<char[]> implements Serializable
-
Class org.hibernate.type.PrimitiveCharacterArrayNClobType extends AbstractSingleColumnStandardBasicType<char[]> implements Serializable
-
Class org.hibernate.type.RowVersionType extends AbstractSingleColumnStandardBasicType<byte[]> implements Serializable
-
Class org.hibernate.type.SerializableToBlobType extends AbstractSingleColumnStandardBasicType<T extends Serializable> implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.type.SerializableType extends AbstractSingleColumnStandardBasicType<T extends Serializable> implements Serializable
-
Serialized Fields
-
serializableClass
Class<T extends Serializable> serializableClass
-
-
-
Class org.hibernate.type.SerializationException extends HibernateException implements Serializable
-
Class org.hibernate.type.SetType extends CollectionType implements Serializable
-
Class org.hibernate.type.ShortType extends AbstractSingleColumnStandardBasicType<Short> implements Serializable
-
Class org.hibernate.type.SortedMapType extends MapType implements Serializable
-
Serialized Fields
-
comparator
Comparator comparator
-
-
-
Class org.hibernate.type.SortedSetType extends SetType implements Serializable
-
Serialized Fields
-
comparator
Comparator comparator
-
-
-
Class org.hibernate.type.SpecialOneToOneType extends OneToOneType implements Serializable
-
Class org.hibernate.type.StandardBasicTypeTemplate extends AbstractSingleColumnStandardBasicType<J> implements Serializable
-
Class org.hibernate.type.StringNVarcharType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.StringType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.TextType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.TimestampType extends AbstractSingleColumnStandardBasicType<Date> implements Serializable
-
Class org.hibernate.type.TimeType extends AbstractSingleColumnStandardBasicType<Date> implements Serializable
-
Class org.hibernate.type.TimeZoneType extends AbstractSingleColumnStandardBasicType<TimeZone> implements Serializable
-
Class org.hibernate.type.TrueFalseType extends AbstractSingleColumnStandardBasicType<Boolean> implements Serializable
-
Class org.hibernate.type.TypeFactory extends Object implements Serializable
-
Serialized Fields
-
typeConfiguration
TypeConfiguration typeConfiguration
Deprecated. -
typeScope
TypeFactory.TypeScope typeScope
Deprecated.
-
-
-
Class org.hibernate.type.TypeResolver extends Object implements Serializable
-
Serialized Fields
-
typeConfiguration
TypeConfiguration typeConfiguration
Deprecated. -
typeFactory
TypeFactory typeFactory
Deprecated.
-
-
-
Class org.hibernate.type.UrlType extends AbstractSingleColumnStandardBasicType<URL> implements Serializable
-
Class org.hibernate.type.UUIDBinaryType extends AbstractSingleColumnStandardBasicType<UUID> implements Serializable
-
Class org.hibernate.type.UUIDCharType extends AbstractSingleColumnStandardBasicType<UUID> implements Serializable
-
Class org.hibernate.type.WrappedMaterializedBlobType extends AbstractSingleColumnStandardBasicType<Byte[]> implements Serializable
-
Class org.hibernate.type.WrapperBinaryType extends AbstractSingleColumnStandardBasicType<Byte[]> implements Serializable
-
Class org.hibernate.type.YesNoType extends AbstractSingleColumnStandardBasicType<Boolean> implements Serializable
-
Class org.hibernate.type.ZonedDateTimeType extends AbstractSingleColumnStandardBasicType<ZonedDateTime> implements Serializable
-
-
Package org.hibernate.type.descriptor.converter
-
Class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl extends MutableMutabilityPlan<T> implements Serializable
-
Serialized Fields
-
converter
JpaAttributeConverter converter
-
-
-
Class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter extends Object implements Serializable
-
Serialized Fields
-
converter
JpaAttributeConverter converter
-
delegate
SqlTypeDescriptor delegate
-
intermediateJavaTypeDescriptor
JavaTypeDescriptor intermediateJavaTypeDescriptor
-
-
-
Class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter extends AbstractSingleColumnStandardBasicType<T> implements Serializable
-
Serialized Fields
-
attributeConverter
JpaAttributeConverter<? extends T,?> attributeConverter
-
description
String description
-
jdbcType
Class jdbcType
-
modelType
Class modelType
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
name
String name
-
-
-
-
Package org.hibernate.type.descriptor.java
-
Class org.hibernate.type.descriptor.java.AbstractTypeDescriptor extends Object implements Serializable
-
Serialized Fields
-
comparator
Comparator<T> comparator
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
type
Class<T> type
-
-
-
Class org.hibernate.type.descriptor.java.ArrayMutabilityPlan extends MutableMutabilityPlan<T> implements Serializable
-
Class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor extends AbstractTypeDescriptor<BigDecimal> implements Serializable
-
Class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor extends AbstractTypeDescriptor<BigInteger> implements Serializable
-
Class org.hibernate.type.descriptor.java.BlobTypeDescriptor extends AbstractTypeDescriptor<Blob> implements Serializable
-
Class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.BooleanTypeDescriptor extends AbstractTypeDescriptor<Boolean> implements Serializable
-
Class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor extends AbstractTypeDescriptor<Byte[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.ByteTypeDescriptor extends AbstractTypeDescriptor<Byte> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor extends AbstractTypeDescriptor<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor extends AbstractTypeDescriptor<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarTypeDescriptor extends AbstractTypeDescriptor<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan extends MutableMutabilityPlan<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor extends AbstractTypeDescriptor<Character[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.CharacterTypeDescriptor extends AbstractTypeDescriptor<Character> implements Serializable
-
Class org.hibernate.type.descriptor.java.ClassTypeDescriptor extends AbstractTypeDescriptor<Class> implements Serializable
-
Class org.hibernate.type.descriptor.java.ClobTypeDescriptor extends AbstractTypeDescriptor<Clob> implements Serializable
-
Class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor extends AbstractTypeDescriptor<Currency> implements Serializable
-
Class org.hibernate.type.descriptor.java.DateTypeDescriptor extends AbstractTypeDescriptor<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.DoubleTypeDescriptor extends AbstractTypeDescriptor<Double> implements Serializable
-
Class org.hibernate.type.descriptor.java.DurationJavaDescriptor extends AbstractTypeDescriptor<Duration> implements Serializable
-
Class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor extends AbstractTypeDescriptor<T extends Enum> implements Serializable
-
Class org.hibernate.type.descriptor.java.FloatTypeDescriptor extends AbstractTypeDescriptor<Float> implements Serializable
-
Class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.InstantJavaDescriptor extends AbstractTypeDescriptor<Instant> implements Serializable
-
Class org.hibernate.type.descriptor.java.IntegerTypeDescriptor extends AbstractTypeDescriptor<Integer> implements Serializable
-
Class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry extends Object implements Serializable
-
Serialized Fields
-
descriptorsByClass
ConcurrentHashMap<Class,JavaTypeDescriptor> descriptorsByClass
Deprecated.
-
-
-
Class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor extends AbstractTypeDescriptor<T> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor extends AbstractTypeDescriptor<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor extends AbstractTypeDescriptor<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor extends AbstractTypeDescriptor<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor extends AbstractTypeDescriptor<LocalDate> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor extends AbstractTypeDescriptor<LocalDateTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocaleTypeDescriptor extends AbstractTypeDescriptor<Locale> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor extends AbstractTypeDescriptor<LocalTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.LongTypeDescriptor extends AbstractTypeDescriptor<Long> implements Serializable
-
Class org.hibernate.type.descriptor.java.MutableMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.NClobTypeDescriptor extends AbstractTypeDescriptor<NClob> implements Serializable
-
Class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor extends AbstractTypeDescriptor<OffsetDateTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor extends AbstractTypeDescriptor<OffsetTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor extends AbstractTypeDescriptor<byte[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor extends AbstractTypeDescriptor<char[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor extends AbstractTypeDescriptor<byte[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.SerializableTypeDescriptor extends AbstractTypeDescriptor<T extends Serializable> implements Serializable
-
Class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan extends MutableMutabilityPlan<S extends Serializable> implements Serializable
-
Class org.hibernate.type.descriptor.java.ShortTypeDescriptor extends AbstractTypeDescriptor<Short> implements Serializable
-
Class org.hibernate.type.descriptor.java.StringTypeDescriptor extends AbstractTypeDescriptor<String> implements Serializable
-
Class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor extends AbstractTypeDescriptor<TimeZone> implements Serializable
-
Class org.hibernate.type.descriptor.java.UrlTypeDescriptor extends AbstractTypeDescriptor<URL> implements Serializable
-
Class org.hibernate.type.descriptor.java.UUIDTypeDescriptor extends AbstractTypeDescriptor<UUID> implements Serializable
-
Class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor extends AbstractTypeDescriptor<ZonedDateTime> implements Serializable
-
-
Package org.hibernate.type.descriptor.java.spi
-
Class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry extends Object implements Serializable
-
Serialized Fields
-
descriptorsByClass
ConcurrentHashMap<Class,JavaTypeDescriptor> descriptorsByClass
-
-
-
-
Package org.hibernate.type.descriptor.sql
-
Class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor extends VarbinaryTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.BitTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.BlobTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.CharTypeDescriptor extends VarcharTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.ClobTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.DateTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.FloatTypeDescriptor extends RealTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor extends NVarcharTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor extends VarbinaryTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor extends VarcharTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.NCharTypeDescriptor extends NVarcharTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.NClobTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.NumericTypeDescriptor extends DecimalTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.RealTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry extends Object implements Serializable
-
Serialized Fields
-
descriptorMap
ConcurrentHashMap<Integer,SqlTypeDescriptor> descriptorMap
Deprecated.
-
-
-
Class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor extends Object implements Serializable
-
Serialized Fields
-
jdbcTypeCode
int jdbcTypeCode
-
-
-
Class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.TimeTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor extends Object implements Serializable
-
-
Package org.hibernate.type.descriptor.sql.spi
-
Class org.hibernate.type.descriptor.sql.spi.SqlTypeDescriptorRegistry extends SqlTypeDescriptorRegistry implements Serializable
-
Serialized Fields
-
sqlTypeDescriptorRegistry
SqlTypeDescriptorRegistry sqlTypeDescriptorRegistry
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
-
Package org.hibernate.type.spi
-
Class org.hibernate.type.spi.TypeConfiguration extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws InvalidObjectException
- Throws:
InvalidObjectException
-
-
Serialized Fields
-
scope
org.hibernate.type.spi.TypeConfiguration.Scope scope
-
uuid
String uuid
-
-
-
-
Package org.jboss.as.jpa.hibernate5
-
Class org.jboss.as.jpa.hibernate5.JBossAppServerJtaPlatform extends org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform implements Serializable
-
Serialized Fields
-
jtaManager
org.jipijapa.plugin.spi.JtaManager jtaManager
-
synchronizationStrategy
org.hibernate.engine.transaction.jta.platform.internal.JtaSynchronizationStrategy synchronizationStrategy
-
-
-
Class org.jboss.as.jpa.hibernate5.JpaLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-