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.FetchNotFoundException extends EntityNotFoundException 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
-
message
String message
-
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.NonUniqueObjectException extends HibernateException implements Serializable
-
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.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.SessionFactory.TransactionManagementException extends RuntimeException implements Serializable
-
Class org.hibernate.StaleObjectStateException extends StaleStateException implements Serializable
-
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
-
Class org.hibernate.UnsupportedLockAttemptException extends HibernateException implements Serializable
-
Class org.hibernate.WrongClassException extends HibernateException implements Serializable
-
-
Package org.hibernate.action.internal
-
Class org.hibernate.action.internal.AbstractEntityInsertAction extends EntityAction implements Serializable
-
Serialized Fields
-
areTransientReferencesNullified
boolean areTransientReferencesNullified
-
isExecuted
boolean isExecuted
-
isVersionIncrementDisabled
boolean isVersionIncrementDisabled
-
-
-
Class org.hibernate.action.internal.BulkOperationCleanupAction extends Object implements Serializable
-
Serialized Fields
-
affectedTableSpaces
Serializable[] affectedTableSpaces
-
collectionCleanups
Set<org.hibernate.action.internal.BulkOperationCleanupAction.CollectionCleanup> collectionCleanups
-
entityCleanups
Set<org.hibernate.action.internal.BulkOperationCleanupAction.EntityCleanup> entityCleanups
-
naturalIdCleanups
Set<org.hibernate.action.internal.BulkOperationCleanupAction.NaturalIdCleanup> naturalIdCleanups
-
-
-
Class org.hibernate.action.internal.CollectionAction extends Object implements Serializable
-
Serialized Fields
-
afterTransactionProcess
AfterTransactionCompletionProcess afterTransactionProcess
-
collection
PersistentCollection<?> collection
-
collectionRole
String collectionRole
-
key
Object key
-
-
-
Class org.hibernate.action.internal.CollectionRecreateAction extends CollectionAction implements Serializable
-
Class org.hibernate.action.internal.CollectionRemoveAction extends CollectionAction implements Serializable
-
Serialized Fields
-
affectedOwner
Object affectedOwner
-
emptySnapshot
boolean emptySnapshot
-
-
-
Class org.hibernate.action.internal.CollectionUpdateAction extends CollectionAction implements Serializable
-
Serialized Fields
-
emptySnapshot
boolean emptySnapshot
-
-
-
Class org.hibernate.action.internal.DelayedPostInsertIdentifier extends Object implements Serializable
-
Serialized Fields
-
identifier
long identifier
-
-
-
Class org.hibernate.action.internal.EntityAction extends Object implements Serializable
-
Class org.hibernate.action.internal.EntityActionVetoException extends HibernateException implements Serializable
-
Serialized Fields
-
entityAction
EntityAction entityAction
-
-
-
Class org.hibernate.action.internal.EntityDeleteAction extends EntityAction implements Serializable
-
Class org.hibernate.action.internal.EntityIdentityInsertAction extends AbstractEntityInsertAction implements Serializable
-
Class org.hibernate.action.internal.EntityInsertAction extends AbstractEntityInsertAction implements Serializable
-
Class org.hibernate.action.internal.EntityUpdateAction extends EntityAction implements Serializable
-
Serialized Fields
-
cacheEntry
Object cacheEntry
-
dirtyFields
int[] dirtyFields
-
hasDirtyCollection
boolean hasDirtyCollection
-
lock
SoftLock lock
-
naturalIdMapping
NaturalIdMapping naturalIdMapping
-
nextVersion
Object nextVersion
-
previousNaturalIdValues
Object previousNaturalIdValues
-
previousState
Object[] previousState
-
previousVersion
Object previousVersion
-
rowId
Object rowId
-
state
Object[] state
-
-
-
Class org.hibernate.action.internal.OrphanRemovalAction extends EntityDeleteAction implements Serializable
-
Class org.hibernate.action.internal.QueuedOperationCollectionAction extends CollectionAction implements Serializable
-
-
Package org.hibernate.agroal.internal
-
Class org.hibernate.agroal.internal.AgroalConnectionProvider extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agroalDataSource
io.agroal.api.AgroalDataSource agroalDataSource
-
-
-
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
-
classLoaderService
ClassLoaderService classLoaderService
-
extraQueryImports
Map<String,Class<?>> extraQueryImports
-
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.beanvalidation
-
Class org.hibernate.boot.beanvalidation.IntegrationException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.cfgxml.internal
-
Class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceImpl extends Object implements Serializable
-
Serialized Fields
-
aggregatedCfgXml
LoadedConfig aggregatedCfgXml
-
-
-
-
Package org.hibernate.boot.cfgxml.spi
-
Package org.hibernate.boot.internal
-
Class org.hibernate.boot.internal.DefaultSessionFactoryBuilderService extends Object implements Serializable
-
Class org.hibernate.boot.internal.MetadataImpl extends Object implements Serializable
-
Serialized Fields
-
bootstrapContext
BootstrapContext bootstrapContext
-
collectionBindingMap
Map<String,Collection> collectionBindingMap
-
composites
List<Component> composites
-
database
Database database
-
entityBindingMap
Map<String,PersistentClass> entityBindingMap
-
fetchProfileMap
Map<String,FetchProfile> fetchProfileMap
-
filterDefinitionMap
Map<String,FilterDefinition> filterDefinitionMap
-
genericComponentsMap
Map<Class<?>,Component> genericComponentsMap
-
idGeneratorDefinitionMap
Map<String,IdentifierGeneratorDefinition> idGeneratorDefinitionMap
-
imports
Map<String,String> imports
-
mappedSuperclassMap
Map<Class<?>,MappedSuperclass> mappedSuperclassMap
-
metadataBuildingOptions
MetadataBuildingOptions metadataBuildingOptions
-
namedEntityGraphMap
Map<String,NamedEntityGraphDefinition> namedEntityGraphMap
-
namedNativeQueryMap
Map<String,NamedNativeQueryDefinition> namedNativeQueryMap
-
namedProcedureCallMap
Map<String,NamedProcedureCallDefinition> namedProcedureCallMap
-
namedQueryMap
Map<String,NamedHqlQueryDefinition> namedQueryMap
-
sqlFunctionMap
Map<String,SqmFunctionDescriptor> sqlFunctionMap
-
sqlResultSetMappingMap
Map<String,NamedResultSetMappingDescriptor> sqlResultSetMappingMap
-
typeDefinitionMap
Map<String,TypeDefinition> typeDefinitionMap
-
uuid
UUID uuid
-
-
-
-
Package org.hibernate.boot.jaxb
-
Class org.hibernate.boot.jaxb.JaxbLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
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
RepresentationMode 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.internal.stax
-
Class org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader.BadVersionException extends RuntimeException implements Serializable
-
Serialized Fields
-
requestedVersion
String requestedVersion
-
-
-
Class org.hibernate.boot.jaxb.internal.stax.MappingEventReader.BadVersionException extends RuntimeException implements Serializable
-
Serialized Fields
-
requestedVersion
String requestedVersion
-
-
-
Class org.hibernate.boot.jaxb.internal.stax.XmlInfrastructureException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.jaxb.mapping
-
Class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride extends Object implements Serializable
-
Serialized Fields
-
description
String description
-
foreignKey
JaxbForeignKey foreignKey
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride extends Object implements Serializable
-
Serialized Fields
-
column
JaxbColumn column
-
description
String description
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbAttributes extends Object implements Serializable
-
Serialized Fields
-
basicAttributes
List<JaxbBasic> basicAttributes
-
description
String description
-
discriminatedAssociations
List<JaxbHbmAnyMapping> discriminatedAssociations
-
elementCollectionAttributes
List<JaxbElementCollection> elementCollectionAttributes
-
embeddedAttributes
List<JaxbEmbedded> embeddedAttributes
-
embeddedId
JaxbEmbeddedId embeddedId
-
id
List<JaxbId> id
-
manyToManyAttributes
List<JaxbManyToMany> manyToManyAttributes
-
manyToOneAttributes
List<JaxbManyToOne> manyToOneAttributes
-
naturalId
JaxbNaturalId naturalId
-
oneToManyAttributes
List<JaxbOneToMany> oneToManyAttributes
-
oneToOneAttributes
List<JaxbOneToOne> oneToOneAttributes
-
pluralDiscriminatedAssociations
List<JaxbHbmManyToAny> pluralDiscriminatedAssociations
-
transients
List<JaxbTransient> transients
-
version
List<JaxbVersion> version
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbBasic extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
convert
JaxbConvert convert
-
enumerated
EnumType enumerated
-
fetch
FetchType fetch
-
formula
String formula
-
generated
GenerationTiming generated
-
lob
JaxbLob lob
-
name
String name
-
nationalized
JaxbNationalized nationalized
-
optimisticLock
Boolean optimisticLock
-
optional
Boolean optional
-
temporal
TemporalType temporal
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCaching extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
include
JaxbCacheInclusionType include
-
region
String region
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCascadeType extends Object implements Serializable
-
Serialized Fields
-
cascadeAll
JaxbEmptyType cascadeAll
-
cascadeDelete
JaxbEmptyType cascadeDelete
-
cascadeDetach
JaxbEmptyType cascadeDetach
-
cascadeLock
JaxbEmptyType cascadeLock
-
cascadeMerge
JaxbEmptyType cascadeMerge
-
cascadePersist
JaxbEmptyType cascadePersist
-
cascadeRefresh
JaxbEmptyType cascadeRefresh
-
cascadeRemove
JaxbEmptyType cascadeRemove
-
cascadeReplicate
JaxbEmptyType cascadeReplicate
-
cascadeSaveUpdate
JaxbEmptyType cascadeSaveUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable extends Object implements Serializable
-
Serialized Fields
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
foreignKey
JaxbForeignKey foreignKey
-
index
List<JaxbIndex> index
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
name
String name
-
schema
String schema
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbColumn extends Object implements Serializable
-
Serialized Fields
-
_default
String _default
-
check
String check
-
columnDefinition
String columnDefinition
-
comment
String comment
-
insertable
Boolean insertable
-
length
Integer length
-
name
String name
-
nullable
Boolean nullable
-
precision
Integer precision
-
read
String read
-
scale
Integer scale
-
table
String table
-
unique
Boolean unique
-
updatable
Boolean updatable
-
write
String write
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbColumnResult extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbConstructorResult extends Object implements Serializable
-
Serialized Fields
-
column
List<JaxbColumnResult> column
-
targetClass
String targetClass
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbConvert extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbConverter extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbCustomLoader extends Object implements Serializable
-
Serialized Fields
-
queryRef
String queryRef
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCustomSql extends Object implements Serializable
-
Serialized Fields
-
callable
Boolean callable
-
check
ExecuteUpdateResultCheckStyle check
-
value
String value
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject extends Object implements Serializable
-
Serialized Fields
-
create
String create
-
definition
JaxbDatabaseObject.JaxbDefinition definition
-
dialectScopes
List<JaxbDatabaseObjectScope> dialectScopes
-
drop
String drop
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject.JaxbDefinition extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn extends Object implements Serializable
-
Serialized Fields
-
columnDefinition
String columnDefinition
-
discriminatorType
DiscriminatorType discriminatorType
-
forceSelection
Boolean forceSelection
-
length
Integer length
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbElementCollection extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
associationOverride
List<JaxbAssociationOverride> associationOverride
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
collectionTable
JaxbCollectionTable collectionTable
-
column
JaxbColumn column
-
convert
List<JaxbConvert> convert
-
enumerated
EnumType enumerated
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchMode fetchMode
-
formula
String formula
-
lob
JaxbLob lob
-
mapKey
JaxbMapKey mapKey
-
mapKeyAttributeOverride
List<JaxbAttributeOverride> mapKeyAttributeOverride
-
mapKeyClass
JaxbMapKeyClass mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumn mapKeyColumn
-
mapKeyConvert
List<JaxbConvert> mapKeyConvert
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyFormula
String mapKeyFormula
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
name
String name
-
nationalized
JaxbNationalized nationalized
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumn orderColumn
-
sort
String sort
-
targetClass
String targetClass
-
temporal
TemporalType temporal
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributes
JaxbEmbeddableAttributes attributes
-
clazz
String clazz
-
description
String description
-
instantiator
String instantiator
-
metadataComplete
Boolean metadataComplete
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes extends Object implements Serializable
-
Serialized Fields
-
basicAttributes
List<JaxbBasic> basicAttributes
-
discriminatedAssociations
List<JaxbHbmAnyMapping> discriminatedAssociations
-
elementCollectionAttributes
List<JaxbElementCollection> elementCollectionAttributes
-
embeddedAttributes
List<JaxbEmbedded> embeddedAttributes
-
manyToManyAttributes
List<JaxbManyToMany> manyToManyAttributes
-
manyToOneAttributes
List<JaxbManyToOne> manyToOneAttributes
-
oneToManyAttributes
List<JaxbOneToMany> oneToManyAttributes
-
oneToOneAttributes
List<JaxbOneToOne> oneToOneAttributes
-
pluralDiscriminatedAssociations
List<JaxbHbmManyToAny> pluralDiscriminatedAssociations
-
transients
List<JaxbTransient> transients
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbedded extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
associationOverride
List<JaxbAssociationOverride> associationOverride
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
convert
List<JaxbConvert> convert
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmptyType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntity extends Object implements Serializable
-
Serialized Fields
-
_extends
String _extends
-
access
AccessType access
-
associationOverride
List<JaxbAssociationOverride> associationOverride
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
attributes
JaxbAttributes attributes
-
batchSize
Integer batchSize
-
cacheable
Boolean cacheable
-
caching
JaxbCaching caching
-
clazz
String clazz
-
convert
List<JaxbConvert> convert
-
description
String description
-
discriminatorColumn
JaxbDiscriminatorColumn discriminatorColumn
-
discriminatorFormula
String discriminatorFormula
-
discriminatorValue
String discriminatorValue
-
dynamicInsert
Boolean dynamicInsert
-
dynamicUpdate
Boolean dynamicUpdate
-
entityListeners
JaxbEntityListeners entityListeners
-
excludeDefaultListeners
JaxbEmptyType excludeDefaultListeners
-
excludeSuperclassListeners
JaxbEmptyType excludeSuperclassListeners
-
fetchProfile
List<JaxbFetchProfile> fetchProfile
-
filter
List<JaxbHbmFilter> filter
-
idClass
JaxbIdClass idClass
-
identifierGenerator
List<JaxbGenericIdGenerator> identifierGenerator
-
inheritance
JaxbInheritance inheritance
-
lazy
Boolean lazy
-
loader
JaxbCustomLoader loader
-
metadataComplete
Boolean metadataComplete
-
mutable
Boolean mutable
-
name
String name
-
namedEntityGraph
List<JaxbNamedEntityGraph> namedEntityGraph
-
namedNativeQuery
List<JaxbNamedNativeQuery> namedNativeQuery
-
namedQuery
List<JaxbNamedQuery> namedQuery
-
namedStoredProcedureQuery
List<JaxbNamedStoredProcedureQuery> namedStoredProcedureQuery
-
optimisticLock
OptimisticLockStyle optimisticLock
-
polymorphism
PolymorphismType polymorphism
-
postLoad
JaxbPostLoad postLoad
-
postPersist
JaxbPostPersist postPersist
-
postRemove
JaxbPostRemove postRemove
-
postUpdate
JaxbPostUpdate postUpdate
-
prePersist
JaxbPrePersist prePersist
-
preRemove
JaxbPreRemove preRemove
-
preUpdate
JaxbPreUpdate preUpdate
-
primaryKeyForeignKey
JaxbForeignKey primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
proxy
String proxy
-
rowid
String rowid
-
secondaryTable
List<JaxbSecondaryTable> secondaryTable
-
selectBeforeUpdate
Boolean selectBeforeUpdate
-
sequenceGenerator
JaxbSequenceGenerator sequenceGenerator
-
sqlDelete
JaxbCustomSql sqlDelete
-
sqlInsert
JaxbCustomSql sqlInsert
-
sqlResultSetMapping
List<JaxbSqlResultSetMapping> sqlResultSetMapping
-
sqlUpdate
JaxbCustomSql sqlUpdate
-
synchronize
List<JaxbSynchronizedTable> synchronize
-
table
JaxbTable table
-
tableExpression
String tableExpression
-
tableGenerator
JaxbTableGenerator tableGenerator
-
tenantId
JaxbTenantId tenantId
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityListener extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
description
String description
-
postLoad
JaxbPostLoad postLoad
-
postPersist
JaxbPostPersist postPersist
-
postRemove
JaxbPostRemove postRemove
-
postUpdate
JaxbPostUpdate postUpdate
-
prePersist
JaxbPrePersist prePersist
-
preRemove
JaxbPreRemove preRemove
-
preUpdate
JaxbPreUpdate preUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityListeners extends Object implements Serializable
-
Serialized Fields
-
entityListener
List<JaxbEntityListener> entityListener
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings extends Object implements Serializable
-
Serialized Fields
-
_package
String _package
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
autoImport
Boolean autoImport
-
catalog
String catalog
-
converters
List<JaxbConverter> converters
-
databaseObjects
List<JaxbDatabaseObject> databaseObjects
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
description
String description
-
embeddables
List<JaxbEmbeddable> embeddables
-
entities
List<JaxbEntity> entities
-
fetchProfiles
List<JaxbFetchProfile> fetchProfiles
-
filterDefinitions
List<JaxbFilterDef> filterDefinitions
-
genericGenerators
List<JaxbGenericIdGenerator> genericGenerators
-
hqlImports
List<JaxbHqlImport> hqlImports
-
mappedSuperclasses
List<JaxbMappedSuperclass> mappedSuperclasses
-
namedNativeQueries
List<JaxbNamedNativeQuery> namedNativeQueries
-
namedProcedureQueries
List<JaxbNamedStoredProcedureQuery> namedProcedureQueries
-
namedQueries
List<JaxbNamedQuery> namedQueries
-
persistenceUnitMetadata
JaxbPersistenceUnitMetadata persistenceUnitMetadata
-
schema
String schema
-
sequenceGenerator
List<JaxbSequenceGenerator> sequenceGenerator
-
sqlResultSetMappings
List<JaxbSqlResultSetMapping> sqlResultSetMappings
-
tableGenerator
List<JaxbTableGenerator> tableGenerator
-
version
String version
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityResult extends Object implements Serializable
-
Serialized Fields
-
discriminatorColumn
String discriminatorColumn
-
entityClass
String entityClass
-
fieldResult
List<JaxbFieldResult> fieldResult
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile extends Object implements Serializable
-
Serialized Fields
-
fetch
List<JaxbFetchProfile.JaxbFetch> fetch
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbFieldResult extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbFilterDef extends Object implements Serializable
-
Serialized Fields
-
condition
String condition
-
filterParam
List<JaxbFilterDef.JaxbFilterParam> filterParam
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbForeignKey extends Object implements Serializable
-
Serialized Fields
-
constraintMode
ConstraintMode constraintMode
-
description
String description
-
foreignKeyDefinition
String foreignKeyDefinition
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue extends Object implements Serializable
-
Serialized Fields
-
generator
String generator
-
strategy
GenerationType strategy
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator extends Object implements Serializable
-
Serialized Fields
-
column
JaxbColumn column
-
type
String type
-
valueMappings
List<JaxbHbmAnyDiscriminatorValueMapping> valueMappings
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminatorValueMapping extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey extends Object implements Serializable
-
Serialized Fields
-
columns
List<JaxbColumn> columns
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
discriminator
JaxbHbmAnyDiscriminator discriminator
-
key
JaxbHbmAnyKey key
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter extends Object implements Serializable
-
Serialized Fields
-
autoAliasInjection
Boolean autoAliasInjection
-
condition
String condition
-
content
List<Serializable> content
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
discriminator
JaxbHbmAnyDiscriminator discriminator
-
key
JaxbHbmAnyKey key
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHqlImport extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbId extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
generatedValue
JaxbGeneratedValue generatedValue
-
name
String name
-
sequenceGenerator
JaxbSequenceGenerator sequenceGenerator
-
tableGenerator
JaxbTableGenerator tableGenerator
-
temporal
TemporalType temporal
-
unsavedValue
String unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbIdClass extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbIndex extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbInheritance extends Object implements Serializable
-
Serialized Fields
-
strategy
InheritanceType strategy
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbJoinTable extends Object implements Serializable
-
Serialized Fields
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
foreignKey
JaxbForeignKey foreignKey
-
index
List<JaxbIndex> index
-
inverseForeignKey
JaxbForeignKey inverseForeignKey
-
inverseJoinColumn
List<JaxbJoinColumn> inverseJoinColumn
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
name
String name
-
schema
String schema
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbLob extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbManyToMany extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchMode fetchMode
-
joinTable
JaxbJoinTable joinTable
-
mapKey
JaxbMapKey mapKey
-
mapKeyAttributeOverride
List<JaxbAttributeOverride> mapKeyAttributeOverride
-
mapKeyClass
JaxbMapKeyClass mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumn mapKeyColumn
-
mapKeyConvert
List<JaxbConvert> mapKeyConvert
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
mappedBy
String mappedBy
-
name
String name
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumn orderColumn
-
orphanRemoval
Boolean orphanRemoval
-
sort
String sort
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbManyToOne extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbSingularFetchMode fetchMode
-
foreignKey
JaxbForeignKey foreignKey
-
id
Boolean id
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
mapsId
String mapsId
-
name
String name
-
onDelete
OnDeleteAction onDelete
-
optional
Boolean optional
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMapKey extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMapKeyClass extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
attributes
JaxbAttributes attributes
-
clazz
String clazz
-
description
String description
-
entityListeners
JaxbEntityListeners entityListeners
-
excludeDefaultListeners
JaxbEmptyType excludeDefaultListeners
-
excludeSuperclassListeners
JaxbEmptyType excludeSuperclassListeners
-
idClass
JaxbIdClass idClass
-
metadataComplete
Boolean metadataComplete
-
postLoad
JaxbPostLoad postLoad
-
postPersist
JaxbPostPersist postPersist
-
postRemove
JaxbPostRemove postRemove
-
postUpdate
JaxbPostUpdate postUpdate
-
prePersist
JaxbPrePersist prePersist
-
preRemove
JaxbPreRemove preRemove
-
preUpdate
JaxbPreUpdate preUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy extends Object implements Serializable
-
Serialized Fields
-
bindAsParam
Boolean bindAsParam
-
column
JaxbColumn column
-
formula
String formula
-
shared
Boolean shared
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph extends Object implements Serializable
-
Serialized Fields
-
includeAllAttributes
Boolean includeAllAttributes
-
name
String name
-
namedAttributeNode
List<JaxbNamedAttributeNode> namedAttributeNode
-
subclassSubgraph
List<JaxbNamedSubgraph> subclassSubgraph
-
subgraph
List<JaxbNamedSubgraph> subgraph
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery extends Object implements Serializable
-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
comment
String comment
-
description
String description
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
hint
List<JaxbQueryHint> hint
-
name
String name
-
query
String query
-
queryParam
List<JaxbQueryParamType> queryParam
-
readOnly
Boolean readOnly
-
resultClass
String resultClass
-
resultSetMapping
String resultSetMapping
-
synchronizations
List<JaxbSynchronizedTable> synchronizations
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery extends Object implements Serializable
-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
comment
String comment
-
description
String description
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
hint
List<JaxbQueryHint> hint
-
lockMode
LockModeType lockMode
-
name
String name
-
query
String query
-
queryParam
List<JaxbQueryParamType> queryParam
-
readOnly
Boolean readOnly
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
name
String name
-
namedAttributeNode
List<JaxbNamedAttributeNode> namedAttributeNode
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNationalized extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbNaturalId extends Object implements Serializable
-
Serialized Fields
-
any
List<JaxbHbmAnyMapping> any
-
basic
List<JaxbBasic> basic
-
cache
JaxbCaching cache
-
embedded
List<JaxbEmbedded> embedded
-
manyToOne
List<JaxbManyToOne> manyToOne
-
mutable
Boolean mutable
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbOneToMany extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchMode fetchMode
-
foreignKey
JaxbForeignKey foreignKey
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
mapKey
JaxbMapKey mapKey
-
mapKeyAttributeOverride
List<JaxbAttributeOverride> mapKeyAttributeOverride
-
mapKeyClass
JaxbMapKeyClass mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumn mapKeyColumn
-
mapKeyConvert
List<JaxbConvert> mapKeyConvert
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
mappedBy
String mappedBy
-
name
String name
-
onDelete
OnDeleteAction onDelete
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumn orderColumn
-
orphanRemoval
Boolean orphanRemoval
-
sort
String sort
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbOneToOne extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbSingularFetchMode fetchMode
-
foreignKey
JaxbForeignKey foreignKey
-
id
Boolean id
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
mappedBy
String mappedBy
-
mapsId
String mapsId
-
name
String name
-
optional
Boolean optional
-
orphanRemoval
Boolean orphanRemoval
-
primaryKeyForeignKey
JaxbForeignKey primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
autoImport
Boolean autoImport
-
cascadePersist
JaxbEmptyType cascadePersist
-
catalog
String catalog
-
defaultAccess
String defaultAccess
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
delimitedIdentifiers
JaxbEmptyType delimitedIdentifiers
-
description
String description
-
entityListeners
JaxbEntityListeners entityListeners
-
schema
String schema
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata extends Object implements Serializable
-
Serialized Fields
-
description
String description
-
persistenceUnitDefaults
JaxbPersistenceUnitDefaults persistenceUnitDefaults
-
xmlMappingMetadataComplete
JaxbEmptyType xmlMappingMetadataComplete
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbPostLoad extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbPostPersist extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbPostRemove extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbPostUpdate extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbPrePersist extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbPreRemove extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbPreUpdate extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbQueryHint extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbQueryParamType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable extends Object implements Serializable
-
Serialized Fields
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
index
List<JaxbIndex> index
-
name
String name
-
optional
Boolean optional
-
primaryKeyForeignKey
JaxbForeignKey primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
schema
String schema
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping extends Object implements Serializable
-
Serialized Fields
-
columnResult
List<JaxbColumnResult> columnResult
-
constructorResult
List<JaxbConstructorResult> constructorResult
-
description
String description
-
entityResult
List<JaxbEntityResult> entityResult
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
description
String description
-
mode
ParameterMode mode
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbSynchronizedTable extends Object implements Serializable
-
Serialized Fields
-
table
String table
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbTable extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator extends Object implements Serializable
-
Serialized Fields
-
allocationSize
Integer allocationSize
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
description
String description
-
index
List<JaxbIndex> index
-
initialValue
Integer initialValue
-
name
String name
-
pkColumnName
String pkColumnName
-
pkColumnValue
String pkColumnValue
-
schema
String schema
-
table
String table
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
valueColumnName
String valueColumnName
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbTenantId extends JaxbBasic implements Serializable
-
Serialized Fields
-
bindAsParam
Boolean bindAsParam
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbTransient extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.mapping.JaxbVersion extends Object implements Serializable
-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
name
String name
-
temporal
TemporalType temporal
-
-
-
-
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.internal
-
Class org.hibernate.boot.model.internal.AggregateComponentSecondPass extends Object implements Serializable
-
Serialized Fields
-
component
Component component
-
context
MetadataBuildingContext context
-
propertyHolder
PropertyHolder propertyHolder
-
returnedClassOrElement
org.hibernate.annotations.common.reflection.XClass returnedClassOrElement
-
-
-
Class org.hibernate.boot.model.internal.CannotForceNonNullableException extends AnnotationException implements Serializable
-
Class org.hibernate.boot.model.internal.CollectionSecondPass extends Object implements Serializable
-
Serialized Fields
-
collection
Collection collection
-
-
-
Class org.hibernate.boot.model.internal.CopyIdentifierComponentSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
component
Component component
-
joinColumns
AnnotatedJoinColumns joinColumns
-
propertyName
String propertyName
-
referencedEntityName
String referencedEntityName
-
-
-
Class org.hibernate.boot.model.internal.CreateKeySecondPass extends Object implements Serializable
-
Serialized Fields
-
joinedSubClass
JoinedSubclass joinedSubClass
-
rootClass
RootClass rootClass
-
-
-
Class org.hibernate.boot.model.internal.FkSecondPass extends Object implements Serializable
-
Serialized Fields
-
columns
AnnotatedJoinColumns 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 as they could be inferred -
value
SimpleValue value
-
-
-
Class org.hibernate.boot.model.internal.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.boot.model.internal.IndexOrUniqueKeySecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
column
AnnotatedColumn column
-
columns
String[] columns
-
indexName
String indexName
-
table
Table table
-
unique
boolean unique
-
-
-
Class org.hibernate.boot.model.internal.JoinedSubclassFkSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
entity
JoinedSubclass entity
-
-
-
Class org.hibernate.boot.model.internal.NullableDiscriminatorColumnSecondPass extends Object implements Serializable
-
Serialized Fields
-
rootEntityName
String rootEntityName
-
-
-
Class org.hibernate.boot.model.internal.OneToOneSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
cascadeStrategy
String cascadeStrategy
-
inferredData
PropertyData inferredData
-
joinColumns
AnnotatedJoinColumns joinColumns
-
mappedBy
String mappedBy
-
notFoundAction
NotFoundAction notFoundAction
-
onDeleteAction
OnDeleteAction onDeleteAction
-
optional
boolean optional
-
ownerEntity
String ownerEntity
-
propertyHolder
PropertyHolder propertyHolder
-
targetEntity
org.hibernate.annotations.common.reflection.XClass targetEntity
-
-
-
Class org.hibernate.boot.model.internal.PkDrivenByDefaultMapsIdSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
columns
AnnotatedJoinColumns columns
-
referencedEntityName
String referencedEntityName
-
value
SimpleValue value
-
-
-
Class org.hibernate.boot.model.internal.ResultSetMappingSecondPass extends Object implements Serializable
-
Serialized Fields
-
annotation
SqlResultSetMapping annotation
-
context
MetadataBuildingContext context
-
isDefault
boolean isDefault
-
-
-
Class org.hibernate.boot.model.internal.SecondaryTableFromAnnotationSecondPass extends Object implements Serializable
-
Serialized Fields
-
annotatedClass
org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
-
-
Class org.hibernate.boot.model.internal.SecondaryTableSecondPass extends Object implements Serializable
-
Serialized Fields
-
annotatedClass
org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
-
-
Class org.hibernate.boot.model.internal.SetBasicValueTypeSecondPass extends Object implements Serializable
-
Serialized Fields
-
binder
BasicValueBinder binder
-
-
-
Class org.hibernate.boot.model.internal.SimpleToOneFkSecondPass extends FkSecondPass implements Serializable
-
Class org.hibernate.boot.model.internal.ToOneFkSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
entityClassName
String entityClassName
-
path
String path
-
persistentClass
PersistentClass persistentClass
-
unique
boolean unique
-
-
-
Class org.hibernate.boot.model.internal.VerifyFetchProfileReferenceSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
fetch
FetchProfile.FetchOverride fetch
-
fetchProfileName
String fetchProfileName
-
-
-
Class org.hibernate.boot.model.internal.XMLContext extends Object implements Serializable
-
Serialized Fields
-
classLoaderAccess
ClassLoaderAccess classLoaderAccess
-
classmateContext
ClassmateContext classmateContext
-
converterDescriptors
List<ConverterDescriptor> converterDescriptors
-
defaultElements
List<JaxbEntityMappings> defaultElements
-
defaultEntityListeners
List<String> defaultEntityListeners
-
defaultsOverride
Map<String,XMLContext.Default> defaultsOverride
-
entityListenerOverride
Map<String,JaxbEntityListener> entityListenerOverride
-
globalDefaults
XMLContext.Default globalDefaults
-
hasContext
boolean hasContext
-
managedTypeOverride
Map<String,ManagedType> managedTypeOverride
-
-
-
Class org.hibernate.boot.model.internal.XMLContext.Default 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.process.internal
-
Class org.hibernate.boot.model.process.internal.UserTypeMutabilityPlanAdapter 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.model.source.internal
-
Package org.hibernate.boot.model.source.internal.hbm
-
Class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl extends Object implements Serializable
-
-
Package org.hibernate.boot.registry.classloading.internal
-
Class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl extends Object implements Serializable
-
Serialized Fields
-
aggregatedClassLoader
AggregatedClassLoader aggregatedClassLoader
-
serviceLoaders
ConcurrentMap<Class,org.hibernate.boot.registry.classloading.internal.AggregatedServiceLoader<?>> serviceLoaders
-
-
-
-
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.internal
-
Class org.hibernate.boot.registry.selector.internal.AggregatedDialectSelector extends Object implements Serializable
-
Serialized Fields
-
dialectSelectors
List<DialectSelector> dialectSelectors
-
-
-
Class org.hibernate.boot.registry.selector.internal.DefaultDialectSelector extends Object implements Serializable
-
Class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl extends Object implements Serializable
-
Serialized Fields
-
classLoaderService
ClassLoaderService classLoaderService
-
lazyStrategyImplementorByStrategyMap
Map<Class,LazyServiceResolver> lazyStrategyImplementorByStrategyMap
-
namedStrategyImplementorByStrategyMap
Map<Class,Map<String,Class>> namedStrategyImplementorByStrategyMap
-
-
-
-
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.BytecodeInterceptorLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata extends Object implements Serializable
-
Serialized Fields
-
-
-
Package org.hibernate.bytecode.internal
-
Class org.hibernate.bytecode.internal.SessionFactoryObserverForBytecodeEnhancer extends Object implements Serializable
-
Serialized Fields
-
bytecodeProvider
BytecodeProvider bytecodeProvider
-
-
-
-
Package org.hibernate.bytecode.internal.bytebuddy
-
Class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl extends Object implements Serializable
-
Serialized Fields
-
byteBuddyProxyHelper
ByteBuddyProxyHelper byteBuddyProxyHelper
-
byteBuddyState
ByteBuddyState byteBuddyState
-
-
-
Class org.hibernate.bytecode.internal.bytebuddy.InvalidPropertyAccessorException extends HibernateException implements Serializable
-
Class org.hibernate.bytecode.internal.bytebuddy.PrivateAccessorException extends InvalidPropertyAccessorException implements Serializable
-
Class org.hibernate.bytecode.internal.bytebuddy.ProxyFactoryFactoryImpl extends Object implements Serializable
-
Serialized Fields
-
byteBuddyProxyHelper
ByteBuddyProxyHelper byteBuddyProxyHelper
-
byteBuddyState
ByteBuddyState byteBuddyState
-
-
-
Class org.hibernate.bytecode.internal.bytebuddy.ReflectionOptimizerImpl extends Object implements Serializable
-
Serialized Fields
-
accessOptimizer
ReflectionOptimizer.AccessOptimizer accessOptimizer
-
instantiationOptimizer
ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer
-
-
-
-
Package org.hibernate.bytecode.internal.none
-
Class org.hibernate.bytecode.internal.none.BytecodeProviderImpl extends Object implements Serializable
-
-
Package org.hibernate.bytecode.spi
-
Class org.hibernate.bytecode.spi.NotInstrumentedException extends HibernateException implements Serializable
-
-
Package org.hibernate.c3p0.internal
-
Class org.hibernate.c3p0.internal.C3P0ConnectionProvider extends Object implements Serializable
-
Serialized Fields
-
autocommit
boolean autocommit
-
ds
DataSource ds
-
isolation
Integer isolation
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
-
-
Class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
-
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.internal
-
Class org.hibernate.cache.internal.BasicCacheKeyImplementation extends Object implements Serializable
-
Serialized Fields
-
entityOrRoleName
String entityOrRoleName
-
hashCode
int hashCode
-
id
Serializable id
-
-
-
Class org.hibernate.cache.internal.CacheKeyImplementation extends Object implements Serializable
-
Class org.hibernate.cache.internal.DisabledCaching extends Object implements Serializable
-
Serialized Fields
-
regionFactory
RegionFactory regionFactory
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
Class org.hibernate.cache.internal.EnabledCaching extends Object implements Serializable
-
Serialized Fields
-
collectionAccessMap
Map<NavigableRole,CollectionDataAccess> collectionAccessMap
-
defaultQueryResultsCache
QueryResultsCache defaultQueryResultsCache
-
entityAccessMap
Map<NavigableRole,EntityDataAccess> entityAccessMap
-
legacyNaturalIdAccessesForRegion
Map<String,Set<NaturalIdDataAccess>> legacyNaturalIdAccessesForRegion
-
legacySecondLevelCacheNames
Set<String> legacySecondLevelCacheNames
-
namedQueryResultsCacheMap
Map<String,QueryResultsCache> namedQueryResultsCacheMap
-
naturalIdAccessMap
Map<NavigableRole,NaturalIdDataAccess> naturalIdAccessMap
-
queryResultsRegionsByDuplicateName
Map<String,QueryResultsRegion> queryResultsRegionsByDuplicateName
-
regionFactory
RegionFactory regionFactory
-
regionsByName
Map<String,Region> regionsByName
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
timestampsCache
TimestampsCache timestampsCache
-
-
-
Class org.hibernate.cache.internal.NaturalIdCacheKey extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
-
Class org.hibernate.cache.internal.NaturalIdCacheKey.NaturalIdCacheKeyBuilder extends Object implements Serializable
-
Class org.hibernate.cache.internal.NoCachingRegionFactory extends Object implements Serializable
-
Class org.hibernate.cache.internal.QueryResultsCacheImpl.CacheItem extends Object implements Serializable
-
-
Package org.hibernate.cache.jcache.internal
-
Class org.hibernate.cache.jcache.internal.JCacheRegionFactory extends RegionFactoryTemplate implements Serializable
-
Serialized Fields
-
cacheKeysFactory
CacheKeysFactory cacheKeysFactory
-
cacheManager
CacheManager cacheManager
-
missingCacheStrategy
MissingCacheStrategy missingCacheStrategy
-
-
-
-
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
Deprecated. -
filterParameters
Map<String,TypedValue> filterParameters
Deprecated.
-
-
-
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
-
-
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
Object 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.DefaultComponentSafeNamingStrategy extends PersistenceStandardNamingStrategy implements Serializable
-
Class org.hibernate.cfg.DefaultNamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.ImprovedNamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.PersistenceStandardNamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.RecoverableException extends AnnotationException implements Serializable
-
-
Package org.hibernate.collection.spi
-
Class org.hibernate.collection.spi.AbstractPersistentCollection extends Object implements Serializable
-
Serialized Fields
-
allowLoadOutsideTransaction
boolean allowLoadOutsideTransaction
-
cachedSize
int cachedSize
-
dirty
boolean dirty
-
elementRemoved
boolean elementRemoved
-
initialized
boolean initialized
-
isTempSession
boolean isTempSession
-
key
Object key
-
owner
Object owner
-
role
String role
-
sessionFactoryUuid
String sessionFactoryUuid
-
storedSnapshot
Serializable storedSnapshot
-
-
-
Class org.hibernate.collection.spi.PersistentArrayHolder extends AbstractPersistentCollection<E> implements Serializable
-
Serialized Fields
-
array
Object array
-
-
-
Class org.hibernate.collection.spi.PersistentBag extends AbstractPersistentCollection<E> implements Serializable
-
Serialized Fields
-
bag
List<E> bag
-
providedCollection
Collection<E> providedCollection
The Collection provided to a PersistentBag constructor
-
-
-
Class org.hibernate.collection.spi.PersistentIdentifierBag extends AbstractPersistentCollection<E> implements Serializable
-
Class org.hibernate.collection.spi.PersistentList extends AbstractPersistentCollection<E> implements Serializable
-
Class org.hibernate.collection.spi.PersistentMap extends AbstractPersistentCollection<E> implements Serializable
-
Class org.hibernate.collection.spi.PersistentSet extends AbstractPersistentCollection<E> implements Serializable
-
Class org.hibernate.collection.spi.PersistentSortedMap extends PersistentMap<K,E> implements Serializable
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
-
-
-
Class org.hibernate.collection.spi.PersistentSortedSet extends PersistentSet<E> implements Serializable
-
Serialized Fields
-
comparator
Comparator<? super E> comparator
-
-
-
-
Package org.hibernate.context
-
Class org.hibernate.context.TenantIdentifierMismatchException extends HibernateException implements Serializable
-
-
Package org.hibernate.context.internal
-
Class org.hibernate.context.internal.JTASessionContext extends AbstractCurrentSessionContext implements Serializable
-
Class org.hibernate.context.internal.ManagedSessionContext extends AbstractCurrentSessionContext implements Serializable
-
Class org.hibernate.context.internal.ThreadLocalSessionContext extends AbstractCurrentSessionContext implements Serializable
-
Class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync extends Object implements Serializable
-
Serialized Fields
-
factory
SessionFactory factory
-
-
-
-
Package org.hibernate.context.spi
-
Class org.hibernate.context.spi.AbstractCurrentSessionContext extends Object implements Serializable
-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
-
-
-
Package org.hibernate.dialect
-
Class org.hibernate.dialect.AbstractHANADialect.HANABlobType extends Object implements Serializable
- serialVersionUID:
- 5874441715643764323L
-
Serialized Fields
-
hanaStreamBlobTypeDescriptor
org.hibernate.dialect.AbstractHANADialect.HANAStreamBlobType hanaStreamBlobTypeDescriptor
-
maxLobPrefetchSize
int maxLobPrefetchSize
-
-
Class org.hibernate.dialect.AbstractPostgreSQLJsonPGObjectType extends JsonJdbcType implements Serializable
-
Serialized Fields
-
jsonb
boolean jsonb
-
-
-
Class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType extends Object implements Serializable
-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
inverseOrderMapping
int[] inverseOrderMapping
-
orderMapping
int[] orderMapping
-
typeName
String typeName
-
-
-
Class org.hibernate.dialect.DB2StructJdbcType extends Object implements Serializable
-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
structTypeName
String structTypeName
-
-
-
Class org.hibernate.dialect.DialectLogging_$logger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
log
org.jboss.logging.Logger log
-
-
Class org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy extends Object implements Serializable
-
Class org.hibernate.dialect.H2DurationIntervalSecondJdbcType extends Object implements Serializable
-
Class org.hibernate.dialect.MySQLCastingJsonJdbcType extends JsonJdbcType implements Serializable
-
Class org.hibernate.dialect.OracleArrayJdbcType extends ArrayJdbcType implements Serializable
-
Serialized Fields
-
typeName
String typeName
-
-
-
Class org.hibernate.dialect.OracleBooleanJdbcType extends BooleanJdbcType implements Serializable
-
Class org.hibernate.dialect.OracleJsonJdbcType extends OracleJsonBlobJdbcType implements Serializable
-
Class org.hibernate.dialect.OracleReflectionStructJdbcType extends StructJdbcType implements Serializable
-
Class org.hibernate.dialect.OracleStructJdbcType extends StructJdbcType implements Serializable
-
Class org.hibernate.dialect.OracleXmlJdbcType extends XmlJdbcType implements Serializable
-
Class org.hibernate.dialect.PostgreSQLCastingInetJdbcType extends Object implements Serializable
-
Class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType extends Object implements Serializable
-
Class org.hibernate.dialect.PostgreSQLCastingJsonJdbcType extends JsonJdbcType implements Serializable
-
Serialized Fields
-
jsonb
boolean jsonb
-
-
-
Class org.hibernate.dialect.PostgreSQLInetJdbcType extends Object implements Serializable
-
Class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType extends Object implements Serializable
-
Class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonbType extends AbstractPostgreSQLJsonPGObjectType implements Serializable
-
Class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonType extends AbstractPostgreSQLJsonPGObjectType implements Serializable
-
Class org.hibernate.dialect.PostgreSQLStructCastingJdbcType extends AbstractPostgreSQLStructJdbcType implements Serializable
-
Class org.hibernate.dialect.PostgreSQLStructPGObjectJdbcType extends AbstractPostgreSQLStructJdbcType implements Serializable
-
Serialized Fields
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
-
-
Class org.hibernate.dialect.StructJdbcType extends Object implements Serializable
-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
inverseOrderMapping
int[] inverseOrderMapping
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
orderMapping
int[] orderMapping
-
typeName
String typeName
-
-
-
Class org.hibernate.dialect.VarcharUUIDJdbcType extends Object implements Serializable
-
-
Package org.hibernate.dialect.function
-
Class org.hibernate.dialect.function.FormatFunction.FormatSqmFunction extends SelfRenderingSqmFunction<T> implements Serializable
-
Serialized Fields
-
supportsPatternLiterals
boolean supportsPatternLiterals
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction extends SelfRenderingSqmOrderedSetAggregateFunction<T> implements Serializable
-
Serialized Fields
-
withinGroupClause
SqmOrderByClause withinGroupClause
-
-
-
-
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.engine.config.internal
-
Class org.hibernate.engine.config.internal.ConfigurationServiceImpl extends Object implements Serializable
-
Serialized Fields
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
settings
Map<String,Object> settings
-
-
-
-
Package org.hibernate.engine.config.spi
-
Package org.hibernate.engine.internal
-
Class org.hibernate.engine.internal.AbstractEntityEntry extends Object implements Serializable
-
Serialized Fields
-
id
Object id
-
loadedState
Object[] loadedState
-
next
EntityEntryExtraState next
-
persister
EntityPersister persister
-
version
Object version
-
-
-
Class org.hibernate.engine.internal.ImmutableEntityEntry extends AbstractEntityEntry implements Serializable
-
Class org.hibernate.engine.internal.ImmutableEntityEntryFactory extends Object implements Serializable
-
Class org.hibernate.engine.internal.MutableEntityEntry extends AbstractEntityEntry implements Serializable
-
Class org.hibernate.engine.internal.MutableEntityEntryFactory extends Object implements Serializable
-
Class org.hibernate.engine.internal.NaturalIdResolutionsImpl extends Object implements Serializable
-
Serialized Fields
-
persistenceContext
StatefulPersistenceContext persistenceContext
-
resolutionsByEntity
ConcurrentHashMap<EntityMappingType,org.hibernate.engine.internal.NaturalIdResolutionsImpl.EntityResolutions> resolutionsByEntity
-
-
-
Class org.hibernate.engine.internal.SessionEventListenerManagerImpl extends Object implements Serializable
-
Serialized Fields
-
listeners
SessionEventListener[] listeners
-
-
-
Class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener extends BaseSessionEventListener implements Serializable
-
Serialized Fields
-
cacheGetStart
long cacheGetStart
-
cacheHitCount
int cacheHitCount
-
cacheHitTime
long cacheHitTime
-
cacheMissCount
int cacheMissCount
-
cacheMissTime
long cacheMissTime
-
cachePutCount
int cachePutCount
-
cachePutStart
long cachePutStart
-
cachePutTime
long cachePutTime
-
flushCollectionCount
long flushCollectionCount
-
flushCount
int flushCount
-
flushEntityCount
long flushEntityCount
-
flushStart
long flushStart
-
flushTime
long flushTime
-
jdbcBatchExecutionStart
long jdbcBatchExecutionStart
-
jdbcConnectionAcquisitionCount
int jdbcConnectionAcquisitionCount
-
jdbcConnectionAcquisitionStart
long jdbcConnectionAcquisitionStart
-
jdbcConnectionAcquisitionTime
long jdbcConnectionAcquisitionTime
-
jdbcConnectionReleaseCount
int jdbcConnectionReleaseCount
-
jdbcConnectionReleaseStart
long jdbcConnectionReleaseStart
-
jdbcConnectionReleaseTime
long jdbcConnectionReleaseTime
-
jdbcExecuteBatchCount
int jdbcExecuteBatchCount
-
jdbcExecuteBatchTime
long jdbcExecuteBatchTime
-
jdbcExecuteStatementCount
int jdbcExecuteStatementCount
-
jdbcExecuteStatementTime
long jdbcExecuteStatementTime
-
jdbcExecutionStart
long jdbcExecutionStart
-
jdbcPrepareStatementCount
int jdbcPrepareStatementCount
-
jdbcPrepareStatementTime
long jdbcPrepareStatementTime
-
jdbcPrepStart
long jdbcPrepStart
-
partialFlushCollectionCount
long partialFlushCollectionCount
-
partialFlushCount
int partialFlushCount
-
partialFlushEntityCount
long partialFlushEntityCount
-
partialFlushStart
long partialFlushStart
-
partialFlushTime
long partialFlushTime
-
-
-
-
Package org.hibernate.engine.jdbc
-
Class org.hibernate.engine.jdbc.JdbcLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
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
Integer precision
-
scale
Integer scale
-
-
-
-
Package org.hibernate.engine.jdbc.batch
-
Package org.hibernate.engine.jdbc.batch.internal
-
Class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl extends Object implements Serializable
-
Serialized Fields
-
globalBatchSize
int globalBatchSize
-
-
-
-
Package org.hibernate.engine.jdbc.batch.spi
-
Package org.hibernate.engine.jdbc.connections.internal
-
Class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl extends Object implements Serializable
-
Serialized Fields
-
available
boolean available
-
dataSource
DataSource dataSource
-
jndiService
JndiService jndiService
-
pass
String pass
-
useCredentials
boolean useCredentials
-
user
String user
-
-
-
Class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl extends Object implements Serializable
-
Serialized Fields
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
state
org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PoolState state
-
-
-
Class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl extends Object implements Serializable
-
-
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.internal
-
Class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport extends Object implements Serializable
-
Serialized Fields
-
jdbcServices
JdbcServices jdbcServices
-
-
-
-
Package org.hibernate.engine.jdbc.cursor.spi
-
Package org.hibernate.engine.jdbc.dialect.internal
-
Class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl extends Object implements Serializable
-
Serialized Fields
-
dialectResolver
DialectResolver dialectResolver
-
strategySelector
StrategySelector strategySelector
-
-
-
Class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet extends Object implements Serializable
-
Serialized Fields
-
resolvers
List<DialectResolver> resolvers
-
-
-
Class org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver extends Object implements Serializable
-
-
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.internal
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl extends Object implements Serializable
-
Serialized Fields
-
currentCatalog
Identifier currentCatalog
-
currentSchema
Identifier currentSchema
-
dialect
Dialect dialect
-
extractedMetaDataSupport
ExtractedDatabaseMetaData extractedMetaDataSupport
-
identifierHelper
IdentifierHelper identifierHelper
-
lobCreatorBuilder
LobCreatorBuilderImpl lobCreatorBuilder
-
nameQualifierSupport
NameQualifierSupport nameQualifierSupport
-
qualifiedObjectNameFormatter
QualifiedObjectNameFormatter qualifiedObjectNameFormatter
-
sqlAstTranslatorFactory
SqlAstTranslatorFactory sqlAstTranslatorFactory
-
sqlExceptionHelper
SqlExceptionHelper sqlExceptionHelper
-
-
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
-
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
MultiTenantConnectionProvider connectionProvider
-
-
-
Class org.hibernate.engine.jdbc.env.internal.LobCreationLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.hibernate.engine.jdbc.env.spi
-
Package org.hibernate.engine.jdbc.internal
-
Class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl extends Object implements Serializable
-
Serialized Fields
-
flushDepth
int flushDepth
-
isUserSuppliedConnection
boolean isUserSuppliedConnection
-
lastQuery
Statement lastQuery
-
releasesEnabled
boolean releasesEnabled
If true, manually (and temporarily) circumvent aggressive release processing.
-
-
-
Class org.hibernate.engine.jdbc.internal.JdbcServicesImpl extends Object implements Serializable
-
Serialized Fields
-
jdbcEnvironment
JdbcEnvironment jdbcEnvironment
-
parameterMarkerStrategy
ParameterMarkerStrategy parameterMarkerStrategy
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
sqlStatementLogger
SqlStatementLogger sqlStatementLogger
-
-
-
-
Package org.hibernate.engine.jdbc.mutation.group
-
Class org.hibernate.engine.jdbc.mutation.group.UnknownParameterException extends HibernateException implements Serializable
-
Serialized Fields
-
columnName
String columnName
-
mutationTarget
MutationTarget<?> mutationTarget
-
mutationType
MutationType mutationType
-
tableName
String tableName
-
usage
ParameterUsage usage
-
-
-
-
Package org.hibernate.engine.jdbc.mutation.internal
-
Class org.hibernate.engine.jdbc.mutation.internal.StandardMutationExecutorService extends Object implements Serializable
-
Serialized Fields
-
globalBatchSize
int globalBatchSize
-
-
-
-
Package org.hibernate.engine.jdbc.mutation.spi
-
Package org.hibernate.engine.jdbc.spi
-
Class org.hibernate.engine.jdbc.spi.SqlStatementLogger extends Object implements Serializable
-
Serialized Fields
-
format
boolean format
-
highlight
boolean highlight
-
logSlowQuery
long logSlowQuery
Configuration value that indicates slow query. (In milliseconds) 0 - disabled. -
logToStdout
boolean logToStdout
-
-
-
-
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.internal
-
Class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl extends Object implements Serializable
-
-
Package org.hibernate.engine.query.spi
-
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
Object 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
Object key
-
keyType
Type keyType
-
role
String role
-
-
-
Class org.hibernate.engine.spi.EffectiveEntityGraph extends Object implements Serializable
-
Serialized Fields
-
allowOverwrite
boolean allowOverwrite
-
graph
RootGraphImplementor<?> graph
-
semantic
GraphSemantic semantic
-
-
-
Class org.hibernate.engine.spi.EntityKey extends Object implements Serializable
-
Serialized Fields
-
hashCode
int hashCode
-
identifier
Object 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
-
-
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 the deserialization process.- 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
-
Serialized Fields
-
defaultFilterCondition
String defaultFilterCondition
-
explicitParamJaMappings
Map<String,JdbcMapping> explicitParamJaMappings
-
filterName
String filterName
-
-
-
Class org.hibernate.engine.spi.LoadQueryInfluencers extends Object implements Serializable
-
Serialized Fields
-
effectiveEntityGraph
EffectiveEntityGraph effectiveEntityGraph
-
enabledCascadingFetchProfile
CascadingFetchProfile enabledCascadingFetchProfile
-
enabledFetchProfileNames
HashSet<String> enabledFetchProfileNames
-
enabledFilters
HashMap<String,Filter> enabledFilters
-
readOnly
Boolean readOnly
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
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.SessionLazyDelegator extends Object implements Serializable
-
Class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl extends Object implements Serializable
-
Serialized Fields
-
delegate
SharedSessionContractImplementor 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.internal
-
Class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform extends Object implements Serializable
-
Serialized Fields
-
cacheTransactionManager
boolean cacheTransactionManager
-
cacheUserTransaction
boolean cacheUserTransaction
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
tmSynchronizationStrategy
JtaSynchronizationStrategy tmSynchronizationStrategy
-
transactionManager
TransactionManager transactionManager
-
userTransaction
UserTransaction userTransaction
-
-
-
Class org.hibernate.engine.transaction.jta.platform.internal.AtomikosJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform extends Object implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.SapNetWeaverJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver extends Object implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy extends Object implements Serializable
-
Serialized Fields
-
synchronizationRegistryAccess
SynchronizationRegistryAccess synchronizationRegistryAccess
-
-
-
Class org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerBasedSynchronizationStrategy extends Object implements Serializable
-
Serialized Fields
-
transactionManagerAccess
TransactionManagerAccess transactionManagerAccess
-
-
-
Class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Serialized Fields
-
transactionManagerAccessClass
Class transactionManagerAccessClass
-
webSphereEnvironment
WebSphereJtaPlatform.WebSphereEnvironment webSphereEnvironment
-
-
-
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.WildFlyStandAloneJtaPlatform extends AbstractJtaPlatform implements Serializable
-
-
Package org.hibernate.engine.transaction.jta.platform.spi
-
Class org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException extends HibernateException implements Serializable
-
-
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.boot
-
Class org.hibernate.envers.boot.EnversBootLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.envers.boot.EnversMappingException extends MappingException implements Serializable
-
-
Package org.hibernate.envers.boot.internal
-
Class org.hibernate.envers.boot.internal.EnversServiceImpl extends Object implements Serializable
-
Serialized Fields
-
auditProcessManager
AuditProcessManager auditProcessManager
-
classLoaderService
ClassLoaderService classLoaderService
-
configuration
Configuration configuration
-
entitiesConfigurations
EntitiesConfigurations entitiesConfigurations
-
initialized
boolean initialized
-
integrationEnabled
boolean integrationEnabled
-
serviceRegistry
ServiceRegistry serviceRegistry
-
-
-
-
Package org.hibernate.envers.configuration.internal.metadata
-
Class org.hibernate.envers.configuration.internal.metadata.FormulaNotSupportedException extends HibernateException implements Serializable
-
-
Package org.hibernate.envers.enhanced
-
Class org.hibernate.envers.enhanced.OrderedSequenceGenerator extends SequenceStyleGenerator implements Serializable
-
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.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
-
Serialized Fields
-
date
Date date
-
localDateTime
LocalDateTime localDateTime
-
revision
Number revision
-
-
-
Package org.hibernate.envers.internal
-
Package org.hibernate.envers.internal.entities
-
Class org.hibernate.envers.internal.entities.RevisionTypeType extends Object implements Serializable
- serialVersionUID:
- -1053201518229282688L
-
-
Package org.hibernate.envers.internal.entities.mapper.relation.lazy
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor extends SessionDelegatorBaseImpl implements Serializable
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor extends AbstractDelegateSessionImplementor implements Serializable
- serialVersionUID:
- 4770438372940785488L
-
Serialized Fields
-
entityClass
Class<?> entityClass
-
entityId
Object entityId
-
enversService
EnversService enversService
-
removed
boolean removed
-
revision
Number revision
-
versionsReader
AuditReaderImplementor versionsReader
-
-
-
Package org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy extends Object implements Serializable
- serialVersionUID:
- 8698249863871832402L
-
Serialized Fields
-
delegate
T extends Collection<U> delegate
-
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy extends CollectionProxy<U,List<U>> implements Serializable
- serialVersionUID:
- -5479232938279790987L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy extends Object implements Serializable
- serialVersionUID:
- 8418037541773074646L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SetProxy extends CollectionProxy<U,Set<U>> implements Serializable
- serialVersionUID:
- 131464133074137701L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy extends Object implements Serializable
- serialVersionUID:
- 2645817952901452375L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy extends CollectionProxy<U,SortedSet<U>> implements Serializable
- serialVersionUID:
- 2092884107178125905L
-
-
Package org.hibernate.envers.internal.synchronization.work
-
Class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId extends Object implements Serializable
- serialVersionUID:
- -8007831518629167537L
-
-
Package org.hibernate.event.service.internal
-
Class org.hibernate.event.service.internal.EventListenerRegistryImpl extends Object implements Serializable
-
Serialized Fields
-
eventListeners
EventListenerGroup[] eventListeners
-
listenerClassToInstanceMap
Map<Class<?>,Object> listenerClassToInstanceMap
-
-
-
-
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
Object 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
Object id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.AutoFlushEvent extends FlushEvent implements Serializable
-
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
-
allowedToReuse
boolean allowedToReuse
-
databaseSnapshot
Object[] databaseSnapshot
-
dirtyCheckHandledByInterceptor
boolean dirtyCheckHandledByInterceptor
-
dirtyCheckPossible
boolean dirtyCheckPossible
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
entityEntry
EntityEntry entityEntry
-
hasDirtyCollection
boolean hasDirtyCollection
-
instanceGenerationId
int instanceGenerationId
-
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
Object entityId
-
instanceToLoad
Object instanceToLoad
-
isAssociationFetch
boolean isAssociationFetch
-
lockOptions
LockOptions lockOptions
-
postLoadEvent
PostLoadEvent postLoadEvent
-
readOnly
Boolean readOnly
-
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
-
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
Object id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.PostInsertEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PostLoadEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.PostUpdateEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
id
Object 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
Object 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
Object 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
-
-
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.internal
-
Class org.hibernate.exception.internal.StandardSQLExceptionConverter extends Object implements Serializable
-
Serialized Fields
-
delegates
List<SQLExceptionConversionDelegate> delegates
-
-
-
-
Package org.hibernate.exception.spi
-
Package org.hibernate.generator
-
Package org.hibernate.generator.internal
-
Class org.hibernate.generator.internal.CurrentTimestampGeneration extends Object implements Serializable
-
Class org.hibernate.generator.internal.GeneratedAlwaysGeneration extends Object implements Serializable
-
Class org.hibernate.generator.internal.GeneratedGeneration extends Object implements Serializable
-
Class org.hibernate.generator.internal.SourceGeneration extends Object implements Serializable
-
Serialized Fields
-
propertyType
JavaType<?> propertyType
Deprecated. -
valueGenerator
org.hibernate.generator.internal.CurrentTimestampGeneration.CurrentTimestampGeneratorDelegate valueGenerator
Deprecated.
-
-
-
Class org.hibernate.generator.internal.TenantIdGeneration extends Object implements Serializable
-
Class org.hibernate.generator.internal.VersionGeneration extends Object implements Serializable
-
Serialized Fields
-
versionMapping
EntityVersionMapping versionMapping
-
-
-
-
Package org.hibernate.graph
-
Class org.hibernate.graph.CannotBecomeEntityGraphException extends HibernateException implements Serializable
-
Class org.hibernate.graph.CannotContainSubGraphException extends HibernateException implements Serializable
-
Class org.hibernate.graph.InvalidGraphException extends HibernateException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.hibernate.hikaricp.internal
-
Class org.hibernate.hikaricp.internal.HikariCPConnectionProvider extends Object implements Serializable
- serialVersionUID:
- -9131625057941275711L
-
Serialized Fields
-
hcfg
com.zaxxer.hikari.HikariConfig hcfg
HikariCP configuration. -
hds
com.zaxxer.hikari.HikariDataSource hds
HikariCP data source.
-
-
-
Package org.hibernate.id
-
Class org.hibernate.id.AbstractUUIDGenerator extends Object implements Serializable
-
Class org.hibernate.id.Assigned extends Object implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
-
-
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.ForeignGenerator extends Object implements Serializable
-
Class org.hibernate.id.GUIDGenerator extends Object implements Serializable
-
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
-
-
-
Class org.hibernate.id.IdentityGenerator extends Object implements Serializable
-
Class org.hibernate.id.IncrementGenerator extends Object implements Serializable
-
Serialized Fields
-
column
String column
-
physicalTableNames
List<QualifiedTableName> physicalTableNames
-
previousValueHolder
IntegralDataTypeHolder previousValueHolder
-
returnClass
Class<?> returnClass
-
sql
String sql
-
-
-
Class org.hibernate.id.SelectGenerator extends Object implements Serializable
-
Serialized Fields
-
uniqueKeyPropertyName
String uniqueKeyPropertyName
-
-
-
Class org.hibernate.id.UUIDGenerator extends Object implements Serializable
-
Serialized Fields
-
strategy
UUIDGenerationStrategy strategy
Deprecated. -
valueTransformer
UUIDJavaType.ValueTransformer valueTransformer
Deprecated.
-
-
-
Class org.hibernate.id.UUIDHexGenerator extends AbstractUUIDGenerator implements Serializable
-
Serialized Fields
-
sep
String sep
Deprecated.
-
-
-
-
Package org.hibernate.id.enhanced
-
Class org.hibernate.id.enhanced.SequenceStyleGenerator extends Object implements Serializable
-
Serialized Fields
-
databaseStructure
DatabaseStructure databaseStructure
-
identifierType
Type identifierType
-
optimizer
Optimizer optimizer
-
-
-
Class org.hibernate.id.enhanced.TableGenerator extends Object implements Serializable
-
Serialized Fields
-
accessCount
long accessCount
-
contributor
String contributor
-
identifierType
Type identifierType
-
incrementSize
int incrementSize
-
initialValue
int initialValue
-
insertQuery
String insertQuery
-
optimizer
Optimizer optimizer
-
physicalTableName
QualifiedName physicalTableName
-
qualifiedTableName
QualifiedName qualifiedTableName
-
segmentColumnName
String segmentColumnName
-
segmentValue
String segmentValue
-
segmentValueLength
int segmentValueLength
-
selectQuery
String selectQuery
-
storeLastUsedValue
boolean storeLastUsedValue
-
updateQuery
String updateQuery
-
valueColumnName
String valueColumnName
-
-
-
-
Package org.hibernate.id.factory
-
Package org.hibernate.id.factory.internal
-
Class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory extends Object implements Serializable
-
Serialized Fields
-
beanContainer
BeanContainer beanContainer
-
dialect
Dialect dialect
-
generatorTypeStrategyMap
ConcurrentHashMap<GenerationType,GenerationTypeStrategy> generatorTypeStrategyMap
-
legacyGeneratorClassNameMap
ConcurrentHashMap<String,Class<? extends Generator>> legacyGeneratorClassNameMap
-
serviceRegistry
ServiceRegistry serviceRegistry
-
-
-
-
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
-
Class org.hibernate.id.uuid.UuidGenerator extends Object implements Serializable
-
Serialized Fields
-
generator
org.hibernate.id.uuid.UuidGenerator.ValueGenerator generator
-
valueTransformer
UUIDJavaType.ValueTransformer valueTransformer
-
-
-
-
Package org.hibernate.integrator.internal
-
Class org.hibernate.integrator.internal.IntegratorServiceImpl extends Object implements Serializable
-
Serialized Fields
-
integrators
LinkedHashSet<Integrator> integrators
-
-
-
-
Package org.hibernate.integrator.spi
-
Package org.hibernate.internal
-
Class org.hibernate.internal.AbstractSharedSessionContract extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException, SQLException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
autoJoinTransactions
boolean autoJoinTransactions
-
cacheMode
CacheMode cacheMode
-
closed
boolean closed
-
connectionHandlingMode
PhysicalConnectionHandlingMode connectionHandlingMode
-
criteriaCopyTreeEnabled
boolean criteriaCopyTreeEnabled
-
flushMode
FlushMode flushMode
-
interceptor
Interceptor interceptor
-
isTransactionCoordinatorShared
boolean isTransactionCoordinatorShared
-
jdbcBatchSize
Integer jdbcBatchSize
-
jdbcTimeZone
TimeZone jdbcTimeZone
-
sessionIdentifier
UUID sessionIdentifier
-
sessionToken
Object sessionToken
-
tenantIdentifier
String tenantIdentifier
-
waitingForAutoClose
boolean waitingForAutoClose
-
-
-
Class org.hibernate.internal.ConnectionObserverStatsBridge extends Object implements Serializable
-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
Class org.hibernate.internal.ContextualJdbcConnectionAccess extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
MultiTenantConnectionProvider connectionProvider
-
listener
SessionEventListener listener
-
tenantIdentifier
String tenantIdentifier
-
-
-
Class org.hibernate.internal.CoreMessageLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.internal.EmptyInterceptor extends Object implements Serializable
-
Class org.hibernate.internal.EntityManagerMessageLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.internal.ExceptionMapperStandardImpl extends Object implements Serializable
-
Class org.hibernate.internal.FilterImpl extends Object implements Serializable
-
Class org.hibernate.internal.NonContextualJdbcConnectionAccess extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
listener
SessionEventListener listener
-
-
-
Class org.hibernate.internal.SessionFactoryImpl extends QueryParameterBindingTypeResolverImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Custom serialization hook used when the factory is directly deserialized.- Throws:
IOException
- Can be thrown by the streamClassNotFoundException
- Again, can be thrown by the stream
-
readResolve
private Object readResolve() throws InvalidObjectException
Custom serialization hook used when the factory is directly deserialized.Here we resolve the uuid/name read from the stream previously to resolve the
SessionFactory
instance to use based on the registrations with theSessionFactoryRegistry
.- Throws:
InvalidObjectException
- Thrown if we could not resolve the factory by uuid/name.
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Custom serialization hook used when the factory is directly serialized- Throws:
IOException
- Can be thrown by the stream
-
-
Serialized Fields
-
jpaPersistenceUnitUtil
PersistenceUnitUtil jpaPersistenceUnitUtil
-
name
String name
-
uuid
String uuid
-
-
-
Class org.hibernate.internal.SessionFactoryObserverChain extends Object implements Serializable
-
Serialized Fields
-
observers
List<SessionFactoryObserver> observers
-
-
-
Class org.hibernate.internal.SessionImpl extends AbstractSharedSessionContract implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException, SQLException
Used by JDK serialization...- Throws:
IOException
- Indicates a general IO stream exceptionClassNotFoundException
- Indicates a class resolution issueSQLException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
Used by JDK serialization...- Throws:
IOException
- Indicates a general IO stream exception
-
-
Serialized Fields
-
autoClear
boolean autoClear
-
autoClose
boolean autoClose
-
lockOptions
LockOptions lockOptions
-
properties
Map<String,Object> properties
-
-
-
Class org.hibernate.internal.StatelessSessionImpl extends AbstractSharedSessionContract implements Serializable
-
Serialized Fields
-
connectionProvided
boolean connectionProvided
-
temporaryPersistenceContext
PersistenceContext temporaryPersistenceContext
-
-
-
-
Package org.hibernate.internal.log
-
Class org.hibernate.internal.log.ConnectionAccessLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.ConnectionPoolingLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.DeprecationLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.IncubationLogger_$logger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
log
org.jboss.logging.Logger log
-
-
Class org.hibernate.internal.log.UrlMessageBundle_$logger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
log
org.jboss.logging.Logger log
-
-
-
Package org.hibernate.internal.util
-
Class org.hibernate.internal.util.MarkerObject extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.internal.util.ZonedDateTimeComparator extends Object implements Serializable
-
-
Package org.hibernate.internal.util.beans
-
Class org.hibernate.internal.util.beans.BeanIntrospectionException extends HibernateException implements Serializable
-
-
Package org.hibernate.internal.util.collections
-
Class org.hibernate.internal.util.collections.BoundedConcurrentHashMap extends AbstractMap<K,V> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute theConcurrentHashMap
instance from a stream (i.e., deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Save the state of theConcurrentHashMap
instance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Throws:
IOException
-
-
Serialized Fields
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
-
Class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute theConcurrentReferenceHashMap
instance from a stream (i.e., deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Save the state of theConcurrentReferenceHashMap
instance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Throws:
IOException
-
-
Serialized Fields
-
identityComparisons
boolean identityComparisons
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
Class org.hibernate.internal.util.collections.LinkedIdentityHashMap extends IdentityHashMap<K,V> implements Serializable
-
Serialized Fields
-
orderedKeys
org.hibernate.internal.util.collections.LinkedIdentityHashMap.ArraySet<K> orderedKeys
-
-
-
-
Package org.hibernate.internal.util.compare
-
Class org.hibernate.internal.util.compare.ComparableComparator extends Object implements Serializable
-
-
Package org.hibernate.internal.util.config
-
Class org.hibernate.internal.util.config.ConfigurationException extends HibernateException implements Serializable
-
-
Package org.hibernate.internal.util.xml
-
Class org.hibernate.internal.util.xml.DTDEntityResolver extends Object implements Serializable
-
Class org.hibernate.internal.util.xml.XsdException extends HibernateException implements Serializable
-
Serialized Fields
-
xsdName
String xsdName
-
-
-
-
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.jpa.event.internal
-
Class org.hibernate.jpa.event.internal.EmbeddableCallback.Definition extends Object implements Serializable
-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
callbackType
CallbackType callbackType
-
embeddableGetter
Getter embeddableGetter
-
-
-
Class org.hibernate.jpa.event.internal.EntityCallback.Definition extends Object implements Serializable
-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
callbackType
CallbackType callbackType
-
-
-
Class org.hibernate.jpa.event.internal.ListenerCallback.Definition extends Object implements Serializable
-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
callbackType
CallbackType callbackType
-
listenerClass
Class<?> listenerClass
-
-
-
-
Package org.hibernate.jpa.event.spi
-
Package org.hibernate.jpa.internal
-
Class org.hibernate.jpa.internal.ExceptionMapperLegacyJpaImpl extends Object implements Serializable
-
Class org.hibernate.jpa.internal.PersistenceUnitUtilImpl extends Object implements Serializable
-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
-
Package org.hibernate.jpa.internal.util
-
Class org.hibernate.jpa.internal.util.PersistenceUtilHelper.AttributeExtractionException extends HibernateException implements Serializable
-
Class org.hibernate.jpa.internal.util.PersistenceUtilHelper.MetadataCache extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
writeReplace
Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
metadataCacheClassValue
ClassValue<PersistenceUtilHelper.ClassMetadataCache> metadataCacheClassValue
-
-
-
-
Package org.hibernate.jpa.spi
-
Class org.hibernate.jpa.spi.NativeQueryTupleTransformer extends Object implements Serializable
-
-
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
-
-
-
Class org.hibernate.loader.NonUniqueDiscoveredSqlAliasException extends HibernateException implements Serializable
-
-
Package org.hibernate.loader.ast.internal
-
Class org.hibernate.loader.ast.internal.StandardBatchLoaderFactory extends Object implements Serializable
-
-
Package org.hibernate.loader.ast.spi
-
Package org.hibernate.mapping
-
Class org.hibernate.mapping.AggregateColumn extends Column implements Serializable
-
Serialized Fields
-
component
Component component
-
-
-
Class org.hibernate.mapping.Any extends SimpleValue implements Serializable
-
Serialized Fields
-
discriminatorDescriptor
BasicValue discriminatorDescriptor
-
keyDescriptor
BasicValue keyDescriptor
-
keyMapping
SimpleValue keyMapping
-
lazy
boolean lazy
-
metaMapping
Any.MetaValue metaMapping
-
metaValueToEntityNameMap
Map<Object,String> metaValueToEntityNameMap
-
resolvedType
AnyType resolvedType
-
-
-
Class org.hibernate.mapping.Any.KeyValue extends SimpleValue implements Serializable
-
Serialized Fields
-
selectableConsumer
Consumer<Selectable> selectableConsumer
-
typeName
String typeName
-
-
-
Class org.hibernate.mapping.Any.MetaValue extends SimpleValue implements Serializable
-
Serialized Fields
-
columnName
String columnName
-
selectableConsumer
Consumer<Selectable> selectableConsumer
-
typeName
String typeName
-
-
-
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.BasicValue extends SimpleValue implements Serializable
-
Serialized Fields
-
aggregateColumn
AggregateColumn aggregateColumn
-
enumerationStyle
EnumType enumerationStyle
-
explicitJavaTypeAccess
Function<TypeConfiguration,BasicJavaType> explicitJavaTypeAccess
-
explicitJdbcTypeAccess
Function<TypeConfiguration,JdbcType> explicitJdbcTypeAccess
-
explicitLocalTypeParams
Map<String,String> explicitLocalTypeParams
-
explicitMutabilityPlanAccess
Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess
-
explicitTypeName
String explicitTypeName
-
implicitJavaTypeAccess
Function<TypeConfiguration,Type> implicitJavaTypeAccess
-
jdbcTypeCode
Integer jdbcTypeCode
-
ownerName
String ownerName
-
propertyName
String propertyName
-
resolution
BasicValue.Resolution<?> resolution
-
resolvedJavaType
Type resolvedJavaType
-
temporalPrecision
TemporalType temporalPrecision
-
timeZoneStorageType
TimeZoneStorageType timeZoneStorageType
-
-
-
Class org.hibernate.mapping.Collection extends Object implements Serializable
-
Serialized Fields
-
batchSize
int batchSize
-
buildingContext
MetadataBuildingContext buildingContext
-
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
-
cachedCollectionSemantics
CollectionSemantics<?,?> cachedCollectionSemantics
-
cachedCollectionType
CollectionType cachedCollectionType
-
cacheRegionName
String cacheRegionName
-
collectionPersisterClass
Class<? extends CollectionPersister> 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
-
customTypeBeanResolver
Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver
-
customUpdateCallable
boolean customUpdateCallable
-
deleteAllCheckStyle
ExecuteUpdateResultCheckStyle deleteAllCheckStyle
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
element
Value element
-
extraLazy
boolean extraLazy
-
fetchMode
FetchMode fetchMode
-
filters
List<FilterConfiguration> filters
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
inverse
boolean inverse
-
key
KeyValue key
-
lazy
boolean lazy
-
loaderName
String loaderName
-
manyToManyFilters
List<FilterConfiguration> manyToManyFilters
-
manyToManyOrderBy
String manyToManyOrderBy
-
manyToManyWhere
String manyToManyWhere
-
mappedByProperty
String mappedByProperty
-
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
-
assignmentExpression
String assignmentExpression
-
checkConstraints
List<CheckConstraint> checkConstraints
-
columnSize
Size columnSize
-
comment
String comment
-
customRead
String customRead
-
customWrite
String customWrite
-
defaultValue
String defaultValue
-
generatedAs
String generatedAs
-
length
Long length
-
name
String name
-
nullable
boolean nullable
-
precision
Integer precision
-
quoted
boolean quoted
-
scale
Integer scale
-
specializedTypeDeclaration
String specializedTypeDeclaration
-
sqlTypeCode
Integer sqlTypeCode
-
sqlTypeLob
Boolean sqlTypeLob
-
sqlTypeName
String sqlTypeName
-
typeIndex
int typeIndex
-
unique
boolean unique
-
uniqueInteger
int uniqueInteger
-
value
Value value
-
-
-
Class org.hibernate.mapping.Component extends SimpleValue implements Serializable
-
Serialized Fields
-
aggregateColumn
AggregateColumn aggregateColumn
-
componentClassName
String componentClassName
-
customInstantiator
Class<? extends EmbeddableInstantiator> customInstantiator
-
dynamic
boolean dynamic
-
embedded
boolean embedded
-
instantiator
Constructor<?> instantiator
-
instantiatorPropertyNames
String[] instantiatorPropertyNames
-
isGeneric
Boolean isGeneric
-
isKey
boolean isKey
-
metaAttributes
Map<String,MetaAttribute> metaAttributes
-
originalPropertyOrder
int[] originalPropertyOrder
-
owner
PersistentClass owner
-
parentAggregateColumn
AggregateColumn parentAggregateColumn
-
parentProperty
String parentProperty
-
properties
ArrayList<Property> properties
-
roleName
String roleName
-
structColumnNames
String[] structColumnNames
-
structName
String structName
-
type
CompositeType type
-
-
-
Class org.hibernate.mapping.Constraint extends Object implements Serializable
-
Class org.hibernate.mapping.DenormalizedTable extends Table implements Serializable
-
Class org.hibernate.mapping.DependantBasicValue extends BasicValue implements Serializable
-
Serialized Fields
-
nullable
boolean nullable
-
referencedValue
BasicValue referencedValue
-
updateable
boolean updateable
-
-
-
Class org.hibernate.mapping.DependantValue extends SimpleValue implements Serializable
-
Serialized Fields
-
nullable
boolean nullable
-
sorted
boolean sorted
-
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
Deprecated. -
name
String name
Deprecated. -
params
Properties params
Deprecated.
-
-
-
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<Property> declaredProperties
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
disableForeignKeyCreation
boolean disableForeignKeyCreation
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
inverse
boolean inverse
-
key
KeyValue key
-
optional
boolean optional
-
persistentClass
PersistentClass persistentClass
-
properties
ArrayList<Property> properties
-
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
-
isLogicalOneToOne
boolean isLogicalOneToOne
-
notFoundAction
NotFoundAction notFoundAction
-
resolvedType
Type resolvedType
-
-
-
Class org.hibernate.mapping.Map extends IndexedCollection implements Serializable
-
Serialized Fields
-
mapKeyPropertyName
String mapKeyPropertyName
-
-
-
Class org.hibernate.mapping.MetaAttribute extends Object implements Serializable
-
Class org.hibernate.mapping.OneToMany extends Object implements Serializable
-
Serialized Fields
-
associatedClass
PersistentClass associatedClass
-
buildingContext
MetadataBuildingContext buildingContext
-
notFoundAction
NotFoundAction notFoundAction
-
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
-
mappedByProperty
String mappedByProperty
-
propertyName
String propertyName
-
-
-
Class org.hibernate.mapping.PersistentClass extends Object implements Serializable
-
Serialized Fields
-
batchSize
int batchSize
-
callbackDefinitions
List<CallbackDefinition> callbackDefinitions
-
checkConstraints
List<CheckConstraint> checkConstraints
-
className
String className
-
contributor
String contributor
-
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<FilterConfiguration> filters
-
hasNaturalId
Boolean hasNaturalId
-
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<String,MetaAttribute> 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
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
-
-
Class org.hibernate.mapping.PrimaryKey extends Constraint implements Serializable
-
Serialized Fields
-
originalOrder
int[] originalOrder
-
-
-
Class org.hibernate.mapping.PrimitiveArray extends Array implements Serializable
-
Class org.hibernate.mapping.Property extends Object implements Serializable
-
Serialized Fields
-
callbackDefinitions
List<CallbackDefinition> callbackDefinitions
-
cascade
String cascade
-
generatorCreator
GeneratorCreator generatorCreator
-
insertable
boolean insertable
-
isGeneric
boolean isGeneric
-
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
-
propertyAccessStrategy
PropertyAccessStrategy propertyAccessStrategy
-
returnedClassName
String returnedClassName
-
selectable
boolean selectable
-
updateable
boolean updateable
-
value
Value value
-
-
-
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<? extends EntityPersister> 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
-
columns
List<Selectable> columns
-
customIdGeneratorCreator
IdentifierGeneratorCreator customIdGeneratorCreator
-
foreignKeyDefinition
String foreignKeyDefinition
-
foreignKeyEnabled
boolean foreignKeyEnabled
-
foreignKeyName
String foreignKeyName
-
generator
Generator generator
-
identifierGeneratorParameters
Map<String,Object> identifierGeneratorParameters
-
identifierGeneratorStrategy
String identifierGeneratorStrategy
-
insertability
List<Boolean> insertability
-
isLob
boolean isLob
-
isNationalized
boolean isNationalized
-
isVersion
boolean isVersion
-
metadata
MetadataImplementor metadata
-
nullValue
String nullValue
-
onDeleteAction
OnDeleteAction onDeleteAction
-
partitionKey
boolean partitionKey
-
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<? extends EntityPersister> 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<CheckConstraint> checkConstraints
-
columns
Map<String,Column> columns
contains all columns, including the primary key -
comment
String comment
-
contributor
String contributor
-
foreignKeys
Map<Table.ForeignKeyKey,ForeignKey> foreignKeys
-
hasDenormalizedTables
boolean hasDenormalizedTables
-
idValue
KeyValue idValue
-
indexes
Map<String,Index> indexes
-
initCommandProducers
List<Function<SqlStringGenerationContext,InitCommand>> initCommandProducers
-
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
-
fetchMode
FetchMode fetchMode
-
lazy
boolean lazy
-
propertyName
String propertyName
-
referencedEntityName
String referencedEntityName
-
referencedPropertyName
String referencedPropertyName
-
referenceToPrimaryKey
boolean referenceToPrimaryKey
-
sorted
boolean sorted
-
unwrapProxy
boolean unwrapProxy
-
unwrapProxyImplicit
boolean unwrapProxyImplicit
-
-
-
Class org.hibernate.mapping.TypeDef extends Object implements Serializable
-
Serialized Fields
-
parameters
Properties parameters
Deprecated. -
typeClass
String typeClass
Deprecated.
-
-
-
Class org.hibernate.mapping.UnionSubclass extends Subclass implements Serializable
-
Serialized Fields
-
table
Table table
-
-
-
Class org.hibernate.mapping.UniqueKey extends Constraint implements Serializable
-
Class org.hibernate.mapping.UserDefinedType extends Object implements Serializable
-
Serialized Fields
-
catalog
Identifier catalog
-
columns
Map<String,Column> columns
-
comment
String comment
-
contributor
String contributor
-
name
Identifier name
-
orderMapping
int[] orderMapping
-
schema
Identifier schema
-
-
-
-
Package org.hibernate.metamodel
-
Class org.hibernate.metamodel.UnsupportedMappingException extends HibernateException implements Serializable
-
-
Package org.hibernate.metamodel.mapping
-
Class org.hibernate.metamodel.mapping.MappingModelCreationLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.metamodel.mapping.SelectablePath extends Object implements Serializable
-