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 jakarta.persistence.EntityNotFoundException implements Serializable
-
Class org.hibernate.HibernateError extends HibernateException implements Serializable
-
Class org.hibernate.HibernateException extends jakarta.persistence.PersistenceException implements Serializable
-
Class org.hibernate.InstantiationException extends HibernateException implements Serializable
-
Serialized Fields
-
clazz
Class<?> clazz
-
-
-
Class org.hibernate.InvalidMappingException extends MappingException implements Serializable
-
Class org.hibernate.JDBCException extends HibernateException implements Serializable
-
Serialized Fields
-
sql
String sql
-
sqlException
SQLException sqlException
-
-
-
Class org.hibernate.LazyInitializationException extends HibernateException implements Serializable
-
Class org.hibernate.LockOptions extends Object implements Serializable
-
Class org.hibernate.MappingException extends HibernateException implements Serializable
-
Class org.hibernate.NonUniqueObjectException extends HibernateException implements Serializable
-
Class org.hibernate.NonUniqueResultException extends HibernateException implements Serializable
-
Class org.hibernate.NotYetImplementedFor6Exception extends RuntimeException 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.annotations
-
Class org.hibernate.annotations.CurrentTimestampGeneration extends Object implements Serializable
-
Serialized Fields
-
timing
GenerationTiming timing
-
-
-
-
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.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
-
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
jakarta.persistence.AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
convert
JaxbConvert convert
-
enumerated
jakarta.persistence.EnumType enumerated
-
fetch
jakarta.persistence.FetchType fetch
-
formula
String formula
-
generated
GenerationTiming generated
-
lob
JaxbLob lob
-
name
String name
-
nationalized
JaxbNationalized nationalized
-
optimisticLock
Boolean optimisticLock
-
optional
Boolean optional
-
temporal
jakarta.persistence.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
-
Class org.hibernate.boot.jaxb.mapping.JaxbElementCollection extends Object implements Serializable
-
Serialized Fields
-
access
jakarta.persistence.AccessType access
-
associationOverride
List<JaxbAssociationOverride> associationOverride
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
collectionTable
JaxbCollectionTable collectionTable
-
column
JaxbColumn column
-
convert
List<JaxbConvert> convert
-
enumerated
jakarta.persistence.EnumType enumerated
-
fetch
jakarta.persistence.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
jakarta.persistence.EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyFormula
String mapKeyFormula
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
jakarta.persistence.TemporalType mapKeyTemporal
-
name
String name
-
nationalized
JaxbNationalized nationalized
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumn orderColumn
-
sort
String sort
-
targetClass
String targetClass
-
temporal
jakarta.persistence.TemporalType temporal
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable extends Object implements Serializable
-
Serialized Fields
-
access
jakarta.persistence.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
jakarta.persistence.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
jakarta.persistence.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
jakarta.persistence.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
jakarta.persistence.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
-
Class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue extends Object implements Serializable
-
Serialized Fields
-
generator
String generator
-
strategy
jakarta.persistence.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
jakarta.persistence.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
jakarta.persistence.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
jakarta.persistence.AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
generatedValue
JaxbGeneratedValue generatedValue
-
name
String name
-
sequenceGenerator
JaxbSequenceGenerator sequenceGenerator
-
tableGenerator
JaxbTableGenerator tableGenerator
-
temporal
jakarta.persistence.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
jakarta.persistence.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
jakarta.persistence.AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
jakarta.persistence.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
jakarta.persistence.EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
jakarta.persistence.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
jakarta.persistence.AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
jakarta.persistence.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
jakarta.persistence.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
jakarta.persistence.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
jakarta.persistence.AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
jakarta.persistence.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
jakarta.persistence.EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
jakarta.persistence.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
jakarta.persistence.AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
jakarta.persistence.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
jakarta.persistence.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
-
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
jakarta.persistence.AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
name
String name
-
temporal
jakarta.persistence.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.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.BulkAccessorException extends HibernateException implements Serializable
-
Serialized Fields
-
index
int index
-
-
-
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.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.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.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
javax.cache.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
-
filterParameters
Map<String,TypedValue> filterParameters
-
-
-
Class org.hibernate.cache.spi.QueryKey extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Deserialization hook used to re-init the cached hashcode which is needed for proper clustering support.- Throws:
IOException
- Thrown by normal deserializationClassNotFoundException
- Thrown by normal deserialization
-
-
Serialized Fields
-
-
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.CannotForceNonNullableException extends AnnotationException implements Serializable
-
Class org.hibernate.cfg.CollectionSecondPass extends Object implements Serializable
-
Serialized Fields
-
collection
Collection collection
-
-
-
Class org.hibernate.cfg.CopyIdentifierComponentSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
component
Component component
-
joinColumns
AnnotatedJoinColumn[] joinColumns
-
propertyName
String propertyName
-
referencedEntityName
String referencedEntityName
-
-
-
Class org.hibernate.cfg.CreateKeySecondPass extends Object implements Serializable
-
Serialized Fields
-
joinedSubClass
JoinedSubclass joinedSubClass
-
rootClass
RootClass rootClass
-
-
-
Class org.hibernate.cfg.DefaultComponentSafeNamingStrategy extends PersistenceStandardNamingStrategy implements Serializable
-
Class org.hibernate.cfg.DefaultNamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.FkSecondPass extends Object implements Serializable
-
Serialized Fields
-
columns
AnnotatedJoinColumn[] 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.cfg.IdGeneratorResolverSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
generatorName
String generatorName
-
generatorType
String generatorType
-
id
SimpleValue id
-
idXProperty
org.hibernate.annotations.common.reflection.XProperty idXProperty
-
localIdentifierGeneratorDefinition
IdentifierGeneratorDefinition localIdentifierGeneratorDefinition
-
-
-
Class org.hibernate.cfg.ImprovedNamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.IndexOrUniqueKeySecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
column
AnnotatedColumn column
-
columns
String[] columns
-
indexName
String indexName
-
table
Table table
-
unique
boolean unique
-
-
-
Class org.hibernate.cfg.JoinedSubclassFkSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
entity
JoinedSubclass entity
-
-
-
Class org.hibernate.cfg.NotYetImplementedException extends MappingException implements Serializable
-
Class org.hibernate.cfg.OneToOneSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
cascadeOnDelete
boolean cascadeOnDelete
-
cascadeStrategy
String cascadeStrategy
-
inferredData
PropertyData inferredData
-
joinColumns
AnnotatedJoinColumn[] joinColumns
-
mappedBy
String mappedBy
-
notFoundAction
NotFoundAction notFoundAction
-
optional
boolean optional
-
ownerEntity
String ownerEntity
-
ownerProperty
String ownerProperty
-
propertyHolder
PropertyHolder propertyHolder
-
targetEntity
org.hibernate.annotations.common.reflection.XClass targetEntity
-
-
-
Class org.hibernate.cfg.PersistenceStandardEntityResolver extends DTDEntityResolver implements Serializable
-
Serialized Fields
-
resolved
boolean resolved
-
-
-
Class org.hibernate.cfg.PersistenceStandardNamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
columns
AnnotatedJoinColumn[] columns
-
referencedEntityName
String referencedEntityName
-
value
SimpleValue value
-
-
-
Class org.hibernate.cfg.RecoverableException extends AnnotationException implements Serializable
-
Class org.hibernate.cfg.SecondaryTableFromAnnotationSecondPass extends Object implements Serializable
-
Serialized Fields
-
annotatedClass
org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
-
-
Class org.hibernate.cfg.SecondaryTableSecondPass extends Object implements Serializable
-
Serialized Fields
-
annotatedClass
org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
-
-
Class org.hibernate.cfg.SetBasicValueTypeSecondPass extends Object implements Serializable
-
Serialized Fields
-
binder
BasicValueBinder binder
-
-
-
Class org.hibernate.cfg.SimpleToOneFkSecondPass extends FkSecondPass implements Serializable
-
Class org.hibernate.cfg.ToOneFkSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
entityClassName
String entityClassName
-
path
String path
-
unique
boolean unique
-
-
-
Class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
fetch
FetchProfile.FetchOverride fetch
-
fetchProfileName
String fetchProfileName
-
-
-
-
Package org.hibernate.cfg.annotations
-
Class org.hibernate.cfg.annotations.ResultsetMappingSecondPass extends Object implements Serializable
-
Serialized Fields
-
ann
jakarta.persistence.SqlResultSetMapping ann
-
context
MetadataBuildingContext context
-
isDefault
boolean isDefault
-
-
-
-
Package org.hibernate.cfg.annotations.reflection.internal
-
Class org.hibernate.cfg.annotations.reflection.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.cfg.annotations.reflection.internal.XMLContext.Default extends Object implements Serializable
-
-
Package org.hibernate.cfg.beanvalidation
-
Class org.hibernate.cfg.beanvalidation.IntegrationException extends HibernateException implements Serializable
-
-
Package org.hibernate.cfg.internal
-
Class org.hibernate.cfg.internal.NullableDiscriminatorColumnSecondPass extends Object implements Serializable
-
Serialized Fields
-
rootEntityName
String rootEntityName
-
-
-
-
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.H2DurationIntervalSecondJdbcType extends Object implements Serializable
-
Class org.hibernate.dialect.OracleArrayJdbcType extends ArrayJdbcType implements Serializable
-
Serialized Fields
-
typeName
String typeName
-
-
-
Class org.hibernate.dialect.OracleXmlJdbcType extends XmlJdbcType implements Serializable
-
Class org.hibernate.dialect.PostgreSQLInetJdbcType extends PostgreSQLPGObjectJdbcType implements Serializable
-
Class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType extends Object implements Serializable
-
Class org.hibernate.dialect.PostgreSQLJsonbJdbcType extends PostgreSQLPGObjectJdbcType implements Serializable
-
Class org.hibernate.dialect.PostgreSQLJsonJdbcType extends PostgreSQLPGObjectJdbcType implements Serializable
-
Class org.hibernate.dialect.PostgreSQLPGObjectJdbcType extends Object implements Serializable
-
Serialized Fields
-
sqlTypeCode
int sqlTypeCode
-
typeName
String typeName
-
-
-
-
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.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.internal
-
Class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl extends Object implements Serializable
-
Serialized Fields
-
jdbcBatchSize
int jdbcBatchSize
-
-
-
-
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
-
-
-
-
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
-
multiTenancyEnabled
boolean multiTenancyEnabled
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
sqlStatementLogger
SqlStatementLogger sqlStatementLogger
-
-
-
-
Package org.hibernate.engine.jdbc.spi
-
Package org.hibernate.engine.jndi
-
Class org.hibernate.engine.jndi.JndiException extends HibernateException implements Serializable
-
Class org.hibernate.engine.jndi.JndiNameException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.jndi.spi
-
Package org.hibernate.engine.query
-
Class org.hibernate.engine.query.ParameterRecognitionException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.query.internal
-
Class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl extends Object implements Serializable
-
-
Package org.hibernate.engine.query.spi
-
Class org.hibernate.engine.query.spi.ReturnMetadata extends Object implements Serializable
-
-
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.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.internal
-
Class org.hibernate.engine.transaction.internal.NullSynchronizationException extends HibernateException implements Serializable
-
Class org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl extends Object implements Serializable
-
Serialized Fields
-
synchronizations
LinkedHashSet<jakarta.transaction.Synchronization> synchronizations
-
-
-
-
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
jakarta.transaction.TransactionManager transactionManager
-
userTransaction
jakarta.transaction.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.engine.transaction.spi
-
Package org.hibernate.envers
-
Class org.hibernate.envers.DefaultRevisionEntity extends Object implements Serializable
- serialVersionUID:
- 8530213963961662300L
-
Serialized Fields
-
id
int id
-
timestamp
long timestamp
-
-
Class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity extends DefaultRevisionEntity implements Serializable
-
-
Package org.hibernate.envers.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.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
-
databaseSnapshot
Object[] databaseSnapshot
-
dirtyCheckHandledByInterceptor
boolean dirtyCheckHandledByInterceptor
-
dirtyCheckPossible
boolean dirtyCheckPossible
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
entityEntry
EntityEntry entityEntry
-
hasDirtyCollection
boolean hasDirtyCollection
-
propertyValues
Object[] propertyValues
-
-
-
Class org.hibernate.event.spi.FlushEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
numberOfCollectionsProcessed
int numberOfCollectionsProcessed
-
numberOfEntitiesProcessed
int numberOfEntitiesProcessed
-
-
-
Class org.hibernate.event.spi.InitializeCollectionEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.LoadEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entityClassName
String entityClassName
-
entityId
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.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.CompositeNestedGeneratedValueGenerator extends Object implements Serializable
-
Serialized Fields
-
generationContextLocator
CompositeNestedGeneratedValueGenerator.GenerationContextLocator generationContextLocator
-
generationPlans
List<CompositeNestedGeneratedValueGenerator.GenerationPlan> generationPlans
-
-
-
Class org.hibernate.id.ExportableColumn extends Column implements Serializable
-
Class org.hibernate.id.ExportableColumn.ValueImpl extends Object implements Serializable
-
Serialized Fields
-
column
ExportableColumn column
-
database
Database database
-
table
Table table
-
type
BasicType type
-
-
-
Class org.hibernate.id.IdentifierGenerationException extends HibernateException implements Serializable
-
Class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder extends Object implements Serializable
-
Serialized Fields
-
exactType
Class<?> exactType
-
value
long value
-
-
-
Class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder extends Object implements Serializable
-
Serialized Fields
-
value
BigDecimal value
-
-
-
Class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder extends Object implements Serializable
-
Serialized Fields
-
value
BigInteger value
-
-
-
-
Package org.hibernate.id.factory.internal
-
Class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory extends Object implements Serializable
-
Serialized Fields
-
beanContainer
BeanContainer beanContainer
-
dialect
Dialect dialect
-
generatorTypeStrategyMap
ConcurrentHashMap<jakarta.persistence.GenerationType,GenerationTypeStrategy> generatorTypeStrategyMap
-
legacyGeneratorClassNameMap
ConcurrentHashMap<String,Class<? extends IdentifierGenerator>> 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
-
-
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 Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Custom serialization hook defined by Java spec. 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 defined by Java spec. 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 defined by Java spec. Used when the factory is directly serialized- Throws:
IOException
- Can be thrown by the stream
-
-
Serialized Fields
-
delayedDropAction
DelayedDropAction delayedDropAction
-
jpaPersistenceUnitUtil
jakarta.persistence.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.
-
-
-
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
-
readObject
private void readObject(ObjectInputStream stream)
-
-
-
-
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.mapping
-
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
-
enumerationStyle
jakarta.persistence.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
-
ownerName
String ownerName
-
propertyName
String propertyName
-
resolution
BasicValue.Resolution<?> resolution
-
resolvedJavaType
Type resolvedJavaType
-
temporalPrecision
jakarta.persistence.TemporalType temporalPrecision
-
timeZoneStorageType
TimeZoneStorageType timeZoneStorageType
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
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
-
checkConstraint
String checkConstraint
-
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
-
sqlTypeCode
Integer sqlTypeCode
-
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
-
builtIdentifierGenerator
IdentifierGenerator builtIdentifierGenerator
-
cachedColumns
List<Column> cachedColumns
-
cachedSelectables
List<Selectable> cachedSelectables
-
componentClassName
String componentClassName
-
customInstantiator
Class<? extends EmbeddableInstantiator> customInstantiator
-
dynamic
boolean dynamic
-
embedded
boolean embedded
-
isKey
boolean isKey
-
metaAttributes
Map metaAttributes
-
originalPropertyOrder
int[] originalPropertyOrder
-
owner
PersistentClass owner
-
parentProperty
String parentProperty
-
properties
ArrayList<Property> properties
-
roleName
String roleName
-
type
Type type
-
-
-
Class org.hibernate.mapping.Constraint extends Object implements Serializable
-
Class org.hibernate.mapping.DenormalizedTable extends Table implements Serializable
-
Serialized Fields
-
includedTable
Table includedTable
-
-
-
Class org.hibernate.mapping.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
-
name
String name
-
params
Properties params
-
-
-
Class org.hibernate.mapping.Index extends Object implements Serializable
-
Class org.hibernate.mapping.IndexBackref extends Property implements Serializable
-
Serialized Fields
-
accessStrategy
PropertyAccessStrategy accessStrategy
-
collectionRole
String collectionRole
-
entityName
String entityName
-
-
-
Class org.hibernate.mapping.IndexedCollection extends Collection implements Serializable
-
Serialized Fields
-
index
Value index
-
-
-
Class org.hibernate.mapping.Join extends Object implements Serializable
-
Serialized Fields
-
customDeleteCallable
boolean customDeleteCallable
-
customInsertCallable
boolean customInsertCallable
-
customSQLDelete
String customSQLDelete
-
customSQLInsert
String customSQLInsert
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
declaredProperties
ArrayList<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
-
sequentialSelect
boolean sequentialSelect
-
table
Table table
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
-
-
Class org.hibernate.mapping.JoinedSubclass extends Subclass implements Serializable
-
Class org.hibernate.mapping.List extends IndexedCollection implements Serializable
-
Serialized Fields
-
baseIndex
int baseIndex
-
-
-
Class org.hibernate.mapping.ManyToOne extends ToOne implements Serializable
-
Serialized Fields
-
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
-
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 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
-
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
-
insertable
boolean insertable
-
lazy
boolean lazy
-
lazyGroup
String lazyGroup
-
lob
boolean lob
-
metaAttributes
Map metaAttributes
-
name
String name
-
naturalIdentifier
boolean naturalIdentifier
-
optimisticLocked
boolean optimisticLocked
-
optional
boolean optional
-
persistentClass
PersistentClass persistentClass
-
propertyAccessorName
String propertyAccessorName
-
propertyAccessStrategy
PropertyAccessStrategy propertyAccessStrategy
-
returnedClassName
String returnedClassName
-
selectable
boolean selectable
-
updateable
boolean updateable
-
value
Value value
-
valueGenerationStrategy
ValueGeneration valueGenerationStrategy
-
-
-
Class org.hibernate.mapping.PropertyGeneration extends Object implements Serializable
-
Class org.hibernate.mapping.RootClass extends PersistentClass implements Serializable
-
Serialized Fields
-
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
-
cacheRegionName
String cacheRegionName
-
declaredIdentifierProperty
Property declaredIdentifierProperty
-
declaredVersion
Property declaredVersion
-
discriminator
Value discriminator
-
discriminatorInsertable
boolean discriminatorInsertable
-
embeddedIdentifier
boolean embeddedIdentifier
-
entityPersisterClass
Class<? 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
-
cascadeDeleteEnabled
boolean cascadeDeleteEnabled
-
columns
List<Selectable> columns
-
customIdGeneratorCreator
IdentifierGeneratorCreator customIdGeneratorCreator
-
foreignKeyDefinition
String foreignKeyDefinition
-
foreignKeyEnabled
boolean foreignKeyEnabled
-
foreignKeyName
String foreignKeyName
-
identifierGenerator
IdentifierGenerator identifierGenerator
-
identifierGeneratorProperties
Properties identifierGeneratorProperties
-
identifierGeneratorStrategy
String identifierGeneratorStrategy
-
insertability
List<Boolean> insertability
-
isLob
boolean isLob
-
isNationalized
boolean isNationalized
-
isVersion
boolean isVersion
-
metadata
MetadataImplementor metadata
-
nullValue
String nullValue
-
table
Table table
-
type
Type type
-
typeName
String typeName
-
typeParameters
Properties typeParameters
-
updatability
List<Boolean> updatability
-
-
-
Class org.hibernate.mapping.SingleTableSubclass extends Subclass implements Serializable
-
Class org.hibernate.mapping.Subclass extends PersistentClass implements Serializable
-
Serialized Fields
-
classPersisterClass
Class<? 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<String> 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
-
isUnwrapProxyImplicit
boolean isUnwrapProxyImplicit
-
lazy
boolean lazy
-
propertyName
String propertyName
-
referencedEntityName
String referencedEntityName
-
referencedPropertyName
String referencedPropertyName
-
referenceToPrimaryKey
boolean referenceToPrimaryKey
-
sorted
boolean sorted
-
unwrapProxy
boolean unwrapProxy
-
-
-
Class org.hibernate.mapping.TypeDef extends Object implements Serializable
-
Serialized Fields
-
parameters
Properties parameters
-
typeClass
String typeClass
-
-
-
Class org.hibernate.mapping.UnionSubclass extends Subclass implements Serializable
-
Class org.hibernate.mapping.UniqueKey extends Constraint implements Serializable
-
-
Package org.hibernate.metamodel
-
Class org.hibernate.metamodel.UnsupportedMappingException extends HibernateException implements Serializable
-
-
Package org.hibernate.metamodel.mapping
-
Package org.hibernate.metamodel.mapping.internal
-
Class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping.IllegalAttributeType extends RuntimeException implements Serializable
-
Class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping.MutabilityPlanImpl extends Object implements Serializable
-
Serialized Fields
-
anyType
AnyType anyType
-
-
-
Class org.hibernate.metamodel.mapping.internal.NoValueGeneration extends Object implements Serializable
-
-
Package org.hibernate.metamodel.mapping.ordering.ast
-
Class org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation extends HibernateException implements Serializable
-
Class org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException extends HibernateException implements Serializable
-
-
Package org.hibernate.metamodel.model.convert.internal
-
Class org.hibernate.metamodel.model.convert.internal.NamedEnumValueConverter extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
-
Class org.hibernate.metamodel.model.convert.internal.OrdinalEnumValueConverter extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
-
-
Package org.hibernate.metamodel.model.domain
-
Class org.hibernate.metamodel.model.domain.AbstractIdentifiableType extends AbstractManagedType<J> implements Serializable
-
Serialized Fields
-
hasIdClass
boolean hasIdClass
-
hasIdentifierProperty
boolean hasIdentifierProperty
-
id
SingularPersistentAttribute<J,?> id
-
idClassType
EmbeddableDomainType<?> idClassType
-
identifierDescriptor
SqmPathSource<?> identifierDescriptor
-
isVersioned
boolean isVersioned
-
naturalIdAttributes
List<PersistentAttribute<J,?>> naturalIdAttributes
-
nonAggregatedIdAttributes
Set<SingularPersistentAttribute<? super J,?>> nonAggregatedIdAttributes
-
versionAttribute
SingularPersistentAttribute<J,?> versionAttribute
-
-
-
Class org.hibernate.metamodel.model.domain.AbstractManagedType extends AbstractDomainType<J> implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
declaredPluralAttributes
Map<String,PluralPersistentAttribute<J,?,?>> declaredPluralAttributes
-
declaredSingularAttributes
Map<String,SingularPersistentAttribute<J,?>> declaredSingularAttributes
-
hibernateTypeName
String hibernateTypeName
-
representationMode
RepresentationMode representationMode
-
subTypes
List<ManagedDomainType> subTypes
-
superType
ManagedDomainType<? super J> superType
-
-
-
Class org.hibernate.metamodel.model.domain.NavigableRole extends Object implements Serializable
-
Serialized Fields
-
fullPath
String fullPath
-
localName
String localName
-
parent
NavigableRole parent
-
-
-
-
Package org.hibernate.metamodel.model.domain.internal
-
Class org.hibernate.metamodel.model.domain.internal.AbstractAttribute extends Object implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
attributeClassification
AttributeClassification attributeClassification
-
attributeJtd
JavaType<J> attributeJtd
-
declaringType
ManagedDomainType<D> declaringType
-
name
String name
-
valueType
DomainType<B> valueType
-
-
-
Class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute extends AbstractAttribute<D,C,E> implements Serializable
-
Serialized Fields
-
classification
CollectionClassification classification
-
elementPathSource
SqmPathSource<E> elementPathSource
-
-
-
Class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPath extends AbstractSqmPath<T> implements Serializable
-
Class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl extends Object implements Serializable
-
Class org.hibernate.metamodel.model.domain.internal.DiscriminatorSqmPath extends AbstractSqmPath implements Serializable
-
Serialized Fields
-
entityDescriptor
EntityMappingType entityDescriptor
-
entityDomainType
EntityDomainType entityDomainType
-
-
-
Class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl extends AbstractManagedType<J> implements Serializable
-
Serialized Fields
-
isDynamic
boolean isDynamic
-
-
-
Class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl extends AbstractIdentifiableType<J> implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
discriminatorPathSource
SqmPathSource<?> discriminatorPathSource
-
jpaEntityName
String jpaEntityName
-
-
-
Class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
allowedEnumLiteralTexts
Map<String,Map<Class<?>,Enum<?>>> allowedEnumLiteralTexts
-
entityProxyInterfaceMap
Map<Class<?>,String> entityProxyInterfaceMap
-
jpaCompliance
JpaCompliance jpaCompliance
-
jpaEmbeddables
Set<EmbeddableDomainType<?>> jpaEmbeddables
-
jpaEntityTypeMap
Map<String,EntityDomainType<?>> jpaEntityTypeMap
-
jpaManagedTypeMap
Map<Class<?>,ManagedDomainType<?>> jpaManagedTypeMap
-
jpaManagedTypes
Set<ManagedDomainType<?>> jpaManagedTypes
-
knownInvalidnameToImportMap
Map<String,Object> knownInvalidnameToImportMap
-
nameToImportMap
Map<String,org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl.ImportInfo<?>> nameToImportMap
-
polymorphicEntityReferenceMap
Map<Class<?>,SqmPolymorphicRootDescriptor<?>> polymorphicEntityReferenceMap
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl extends AbstractIdentifiableType<J> implements Serializable
-
Class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl extends Object implements Serializable
-
Serialized Fields
-
collectionPersisterMap
Map<String,CollectionPersister> collectionPersisterMap
-
collectionRolesByEntityParticipant
Map<String,Set<String>> collectionRolesByEntityParticipant
-
embeddableValuedModelPart
Map<NavigableRole,EmbeddableValuedModelPart> embeddableValuedModelPart
-
entityNameResolvers
Set<EntityNameResolver> entityNameResolvers
-
entityPersisterMap
Map<String,EntityPersister> entityPersisterMap
-
entityProxyInterfaceMap
Map<Class<?>,String> entityProxyInterfaceMap
-
implementorsCache
Map<String,String[]> implementorsCache
-
jpaMetamodel
JpaMetamodelImplementor jpaMetamodel
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
tupleTypeCache
Map<TupleType<?>,MappingModelExpressible<?>> tupleTypeCache
-
typeConfiguration
TypeConfiguration typeConfiguration
That's not strictly correct in the JPA standard since for a given Java type we could have multiple instances of an embeddable type. Some embeddable might override attributes, but we can only return a single EmbeddableTypeImpl for a given Java object class.A better approach would be if the parent class and attribute name would be included as well when trying to locate the embeddable type.
-
-
-
Class org.hibernate.metamodel.model.domain.internal.PrimitiveBasicTypeImpl extends BasicTypeImpl<J> implements Serializable
-
Class org.hibernate.metamodel.model.domain.internal.SetAttributeImpl extends AbstractPluralAttribute<X,Set<E>,E> implements Serializable
-
Class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl extends AbstractAttribute<D,J,J> implements Serializable
-
Serialized Fields
-
graphKeyTypeAccess
org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.DelayedKeyTypeAccess graphKeyTypeAccess
-
isIdentifier
boolean isIdentifier
-
isOptional
boolean isOptional
-
isVersion
boolean isVersion
-
sqmPathSource
SqmPathSource<J> sqmPathSource
-
-
-
Class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Identifier extends SingularAttributeImpl<D,J> implements Serializable
-
Class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Version extends SingularAttributeImpl<X,Y> implements Serializable
-
-
Package org.hibernate.metamodel.relational
-
Class org.hibernate.metamodel.relational.IllegalIdentifierException extends HibernateException implements Serializable
-
-
Package org.hibernate.persister.entity
-
Class org.hibernate.persister.entity.DiscriminatorType extends AbstractType implements Serializable
-
-
Package org.hibernate.persister.internal
-
Class org.hibernate.persister.internal.PersisterFactoryImpl extends Object implements Serializable
-
Serialized Fields
-
persisterClassResolver
PersisterClassResolver persisterClassResolver
-
-
-
Class org.hibernate.persister.internal.StandardPersisterClassResolver extends Object implements Serializable
-
-
Package org.hibernate.persister.spi
-
Class org.hibernate.persister.spi.UnknownPersisterException extends HibernateException implements Serializable
-
-
Package org.hibernate.procedure
-
Class org.hibernate.procedure.NamedParametersNotSupportedException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.NoSuchParameterException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.ParameterMisuseException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.ParameterStrategyException extends HibernateException implements Serializable
-
-
Package org.hibernate.property.access.internal
-
Class org.hibernate.property.access.internal.AbstractFieldSerialForm extends Object implements Serializable
-
Class org.hibernate.property.access.internal.ChainedPropertyAccessImpl extends Object implements Serializable
-
Serialized Fields
-
propertyAccesses
PropertyAccess[] propertyAccesses
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl extends Object implements Serializable
-
Serialized Fields
-
propertyIndex
int propertyIndex
-
strategy
PropertyAccessStrategyCompositeUserTypeImpl strategy
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl extends Object implements Serializable
-
Serialized Fields
-
serviceRegistry
ServiceRegistry serviceRegistry
-
strategySelectorService
StrategySelector strategySelectorService
-
-
-
-
Package org.hibernate.property.access.spi
-
Class org.hibernate.property.access.spi.EnhancedSetterImpl extends SetterFieldImpl implements Serializable
-
Class org.hibernate.property.access.spi.GetterFieldImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Class org.hibernate.property.access.spi.GetterMethodImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Class org.hibernate.property.access.spi.PropertyAccessBuildingException extends HibernateException implements Serializable
-
Class org.hibernate.property.access.spi.PropertyAccessException extends HibernateException implements Serializable
-
Class org.hibernate.property.access.spi.PropertyAccessSerializationException extends HibernateException implements Serializable
-
Class org.hibernate.property.access.spi.SetterFieldImpl extends Object implements Serializable
-
Class org.hibernate.property.access.spi.SetterMethodImpl extends Object implements Serializable
-
-
Package org.hibernate.proxool.internal
-
Class org.hibernate.proxool.internal.ProxoolConnectionProvider extends Object implements Serializable
-
Serialized Fields
-
autocommit
boolean autocommit
-
classLoaderService
ClassLoaderService classLoaderService
-
existingPool
boolean existingPool
-
isolation
Integer isolation
-
proxoolAlias
String proxoolAlias
-
-
-
Class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.hibernate.proxy
-
Package org.hibernate.proxy.map
-
Class org.hibernate.proxy.map.MapLazyInitializer extends AbstractLazyInitializer implements Serializable
-
Class org.hibernate.proxy.map.MapProxy extends Object implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace()
-
-
Serialized Fields
-
li
MapLazyInitializer li
-
replacement
Object replacement
-
-
-
Class org.hibernate.proxy.map.SerializableMapProxy extends AbstractSerializableProxy implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
-
-
Package org.hibernate.proxy.pojo.bytebuddy
-
Class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory extends Object implements Serializable
-
Serialized Fields
-
byteBuddyProxyHelper
ByteBuddyProxyHelper byteBuddyProxyHelper
-
componentIdType
CompositeType componentIdType
-
entityName
String entityName
-
getIdentifierMethod
Method getIdentifierMethod
-
interfaces
Class<?>[] interfaces
-
overridesEquals
boolean overridesEquals
-
persistentClass
Class<?> persistentClass
-
proxyClass
Class<?> proxyClass
-
setIdentifierMethod
Method setIdentifierMethod
-
-
-
Class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper extends Object implements Serializable
-
Serialized Fields
-
byteBuddyState
ByteBuddyState byteBuddyState
-
-
-
Class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy extends AbstractSerializableProxy implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Serialized Fields
-
componentIdType
CompositeType componentIdType
-
identifierGetterMethodClass
Class<?> identifierGetterMethodClass
-
identifierGetterMethodName
String identifierGetterMethodName
-
identifierSetterMethodClass
Class<?> identifierSetterMethodClass
-
identifierSetterMethodName
String identifierSetterMethodName
-
identifierSetterMethodParams
Class<?>[] identifierSetterMethodParams
-
interfaces
Class<?>[] interfaces
-
persistentClass
Class<?> persistentClass
-
-
-
-
Package org.hibernate.query
-
Class org.hibernate.query.IllegalMutationQueryException extends IllegalQueryOperationException implements Serializable
-
Class org.hibernate.query.IllegalNamedQueryOptionsException extends QueryException implements Serializable
-
Class org.hibernate.query.IllegalQueryOperationException extends QueryException implements Serializable
-
Class org.hibernate.query.IllegalSelectQueryException extends IllegalQueryOperationException implements Serializable
-
Class org.hibernate.query.NotIndexedCollectionException extends SemanticException implements Serializable
-
Class org.hibernate.query.PathException extends HibernateException implements Serializable
-
Class org.hibernate.query.QueryLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.query.QueryTypeMismatchException extends HibernateException implements Serializable
-
Class org.hibernate.query.SemanticException extends QueryException implements Serializable
-
Class org.hibernate.query.UnknownNamedQueryException extends QueryException implements Serializable
-
Class org.hibernate.query.UnknownParameterException extends HibernateException implements Serializable
-
Class org.hibernate.query.UnknownSqlResultSetMappingException extends MappingException implements Serializable
-
Serialized Fields
-
unknownSqlResultSetMappingName
String unknownSqlResultSetMappingName
-
-
-
-
Package org.hibernate.query.criteria
-
Package org.hibernate.query.criteria.internal
-
Class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl extends AbstractNamedQueryMemento implements Serializable
-
Serialized Fields
-
firstResult
Integer firstResult
-
lockOptions
LockOptions lockOptions
-
maxResults
Integer maxResults
-
parameterTypes
Map<String,String> parameterTypes
-
sqmStatement
SqmStatement sqmStatement
-
-
-
-
Package org.hibernate.query.hql
-
Class org.hibernate.query.hql.HqlInterpretationException extends HibernateException implements Serializable
-
Class org.hibernate.query.hql.HqlLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.hibernate.query.hql.internal
-
Class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal extends FullyQualifiedReflectivePath implements Serializable
-
Serialized Fields
-
creationState
SqmCreationState creationState
-
expressibleType
SqmExpressible expressibleType
-
handler
Function<SemanticQueryWalker,?> handler
-
-
-
Class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl extends AbstractNamedQueryMemento implements Serializable
-
-
Package org.hibernate.query.results
-
Class org.hibernate.query.results.MissingSqlSelectionException extends HibernateException implements Serializable
-
Class org.hibernate.query.results.PositionalSelectionsNotAllowedException extends HibernateException implements Serializable
-
-
Package org.hibernate.query.sqm
-
Class org.hibernate.query.sqm.AliasCollisionException extends SemanticException implements Serializable
-
Class org.hibernate.query.sqm.InterpretationException extends QueryException implements Serializable
-
Class org.hibernate.query.sqm.LiteralNumberFormatException extends SemanticException implements Serializable
-
Class org.hibernate.query.sqm.ParsingException extends HibernateException implements Serializable
-
Class org.hibernate.query.sqm.StrictJpaComplianceViolation extends SemanticException implements Serializable
-
Serialized Fields
-
type
StrictJpaComplianceViolation.Type type
-
-
-
Class org.hibernate.query.sqm.UnknownEntityException extends SemanticException implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
-
-
Class org.hibernate.query.sqm.UnknownPathException extends SemanticException implements Serializable
-
-
Package org.hibernate.query.sqm.function
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction extends SelfRenderingSqmFunction<T> implements Serializable
-
Serialized Fields
-
filter
SqmPredicate filter
-
-
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmFunction extends SqmFunction<T> implements Serializable
-
Serialized Fields
-
argumentsValidator
ArgumentsValidator argumentsValidator
-
impliedResultType
ReturnableType<T> impliedResultType
-
renderingSupport
FunctionRenderingSupport renderingSupport
-
resultType
ReturnableType<?> resultType
-
returnTypeResolver
FunctionReturnTypeResolver returnTypeResolver
-
-
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction extends SelfRenderingSqmAggregateFunction<T> implements Serializable
-
Serialized Fields
-
withinGroup
SqmOrderByClause withinGroup
-
-
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction extends SelfRenderingSqmFunction<T> implements Serializable
-
Serialized Fields
-
filter
SqmPredicate filter
-
fromFirst
Boolean fromFirst
-
respectNulls
Boolean respectNulls
-
-
-
-
Package org.hibernate.query.sqm.internal
-
Class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws InvalidObjectException
Custom serialization hook defined by Java spec. Used when the node builder 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.
-
-
Serialized Fields
-
-
-
Package org.hibernate.query.sqm.sql
-
Class org.hibernate.query.sqm.sql.ConversionException extends HibernateException implements Serializable
-
-
Package org.hibernate.query.sqm.sql.internal
-
Class org.hibernate.query.sqm.sql.internal.InstantiationException extends HibernateException implements Serializable
-
-
Package org.hibernate.query.sqm.tree
-
Class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement extends AbstractSqmStatement<E> implements Serializable
-
Serialized Fields
-
cteStatements
Map<String,SqmCteStatement<?>> cteStatements
-
target
SqmRoot<E> target
-
withRecursiveCte
boolean withRecursiveCte
-
-
-
Class org.hibernate.query.sqm.tree.AbstractSqmNode extends Object implements Serializable
-
Serialized Fields
-
builder
NodeBuilder builder
-
-
-
Class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement extends AbstractSqmDmlStatement<T> implements Serializable
-
Serialized Fields
-
whereClause
SqmWhereClause whereClause
-
-
-
Class org.hibernate.query.sqm.tree.AbstractSqmStatement extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
parameters
Set<SqmParameter<?>> parameters
-
querySource
SqmQuerySource querySource
-
-
-
-
Package org.hibernate.query.sqm.tree.cte
-
Class org.hibernate.query.sqm.tree.cte.SqmCteStatement extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
cteContainer
SqmCteContainer cteContainer
-
cteDefinition
SqmStatement<?> cteDefinition
-
cteTable
SqmCteTable cteTable
-
cycleColumns
List<SqmCteTableColumn> cycleColumns
-
cycleMarkColumn
SqmCteTableColumn cycleMarkColumn
-
cycleValue
char cycleValue
-
materialization
CteMaterialization materialization
-
noCycleValue
char noCycleValue
-
searchBySpecifications
List<SqmSearchClauseSpecification> searchBySpecifications
-
searchClauseKind
CteSearchClauseKind searchClauseKind
-
-
-
Class org.hibernate.query.sqm.tree.cte.SqmCteTable extends Object implements Serializable
-
Serialized Fields
-
columns
List<SqmCteTableColumn> columns
-
cteName
String cteName
-
-
-
Class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn extends Object implements Serializable
-
Serialized Fields
-
columnName
String columnName
-
cteTable
SqmCteTable cteTable
-
typeExpressible
ValueMapping typeExpressible
-
-
-
Class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification extends Object implements Serializable
-
Serialized Fields
-
cteColumn
SqmCteTableColumn cteColumn
-
nullPrecedence
NullPrecedence nullPrecedence
-
sortOrder
SortOrder sortOrder
-
-
-
-
Package org.hibernate.query.sqm.tree.delete
-
Class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement extends AbstractSqmRestrictedDmlStatement<T> implements Serializable
-
-
Package org.hibernate.query.sqm.tree.domain
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin extends AbstractSqmJoin<O,T> implements Serializable
-
Serialized Fields
-
fetched
boolean fetched
-
onClausePredicate
SqmPredicate onClausePredicate
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom extends AbstractSqmPath<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin extends AbstractSqmFrom<O,T> implements Serializable
-
Serialized Fields
-
joinType
SqmJoinType joinType
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmPath extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
lhs
SqmPath<?> lhs
-
navigablePath
NavigablePath navigablePath
-
reusablePaths
Map<String,SqmPath<?>> reusablePaths
For HQL and Criteria processing - used to track reusable paths relative to this path. E.g., given `p.mate.mate` the SqmRoot identified by `p` would have a reusable path for the `p.mate` path.
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin extends AbstractSqmAttributeJoin<O,E> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath extends AbstractSqmPath<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath extends AbstractSqmPath<T> implements Serializable
-
Serialized Fields
-
pluralAttribute
PluralPersistentAttribute<?,?,T> pluralAttribute
-
pluralDomainPath
SqmPath<?> pluralDomainPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath extends SqmEntityValuedSimplePath<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath extends AbstractSqmSimplePath<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmBagJoin extends AbstractSqmPluralJoin<O,Collection<E>,E> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath extends AbstractSqmSimplePath<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin extends SqmBagJoin<O,T> implements Serializable
-
Serialized Fields
-
correlatedRootJoin
SqmCorrelatedRootJoin<O> correlatedRootJoin
-
correlationParent
SqmBagJoin<O,T> correlationParent
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin extends SqmCrossJoin<T> implements Serializable
-
Serialized Fields
-
correlatedRootJoin
SqmCorrelatedRootJoin<T> correlatedRootJoin
-
correlationParent
SqmCrossJoin<T> correlationParent
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin extends SqmEntityJoin<T> implements Serializable
-
Serialized Fields
-
correlatedRootJoin
SqmCorrelatedRootJoin<T> correlatedRootJoin
-
correlationParent
SqmEntityJoin<T> correlationParent
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin extends SqmListJoin<O,T> implements Serializable
-
Serialized Fields
-
correlatedRootJoin
SqmCorrelatedRootJoin<O> correlatedRootJoin
-
correlationParent
SqmListJoin<O,T> correlationParent
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin extends SqmMapJoin<O,K,V> implements Serializable
-
Serialized Fields
-
correlatedRootJoin
SqmCorrelatedRootJoin<O> correlatedRootJoin
-
correlationParent
SqmMapJoin<O,K,V> correlationParent
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin extends SqmPluralPartJoin<O,T> implements Serializable
-
Serialized Fields
-
correlatedRootJoin
SqmCorrelatedRootJoin<O> correlatedRootJoin
-
correlationParent
SqmPluralPartJoin<O,T> correlationParent
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot extends SqmRoot<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin extends SqmRoot<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin extends SqmSetJoin<O,T> implements Serializable
-
Serialized Fields
-
correlatedRootJoin
SqmCorrelatedRootJoin<O> correlatedRootJoin
-
correlationParent
SqmSetJoin<O,T> correlationParent
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin extends SqmSingularJoin<O,T> implements Serializable
-
Serialized Fields
-
correlatedRootJoin
SqmCorrelatedRootJoin<O> correlatedRootJoin
-
correlationParent
SqmSingularJoin<O,T> correlationParent
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot extends SqmRoot<T> implements Serializable
-
Serialized Fields
-
subQuery
SqmSubQuery<T> subQuery
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction extends AbstractSqmSpecificPluralPartPath<T> implements Serializable
-
Serialized Fields
-
functionName
String functionName
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath extends AbstractSqmSimplePath<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath extends AbstractSqmSimplePath<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmFkExpression extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
toOnePath
SqmEntityValuedSimplePath<?> toOnePath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction extends AbstractSqmSpecificPluralPartPath<T> implements Serializable
-
Serialized Fields
-
functionName
String functionName
-
indexPathSource
SqmPathSource<T> indexPathSource
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath extends AbstractSqmPath<T> implements Serializable
-
Serialized Fields
-
selectorExpression
SqmExpression<?> selectorExpression
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmListJoin extends AbstractSqmPluralJoin<O,List<E>,E> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference extends Object implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmMapJoin extends AbstractSqmPluralJoin<O,Map<K,V>,V> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin extends AbstractSqmJoin<O,T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath extends AbstractSqmSimplePath<E> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmSetJoin extends AbstractSqmPluralJoin<O,Set<E>,E> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmSingularJoin extends AbstractSqmAttributeJoin<O,T> implements Serializable
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin extends SqmBagJoin<O,S extends T> implements Serializable
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmBagJoin<O,T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin extends SqmCrossJoin<S extends T> implements Serializable
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmCrossJoin<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin extends SqmEntityJoin<S extends T> implements Serializable
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmEntityJoin<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin extends SqmListJoin<O,S extends T> implements Serializable
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmListJoin<O,T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin extends SqmMapJoin<O,K,S extends V> implements Serializable
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends V> treatTarget
-
wrappedPath
SqmMapJoin<O,K,V> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin extends SqmPluralPartJoin<O,S extends T> implements Serializable
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmPluralPartJoin<O,T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot extends SqmRoot<S extends T> implements Serializable
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmRoot<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin extends SqmSetJoin<O,S extends T> implements Serializable
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmSetJoin<O,T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath extends SqmEntityValuedSimplePath<S extends T> implements Serializable
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmPath<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin extends SqmSingularJoin<O,S extends T> implements Serializable
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmSingularJoin<O,T> wrappedPath
-
-
-
-
Package org.hibernate.query.sqm.tree.expression
-
Class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression extends AbstractJpaSelection<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
canBeMultiValued
boolean canBeMultiValued
-
-
-
Class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
allowsMultiValuedBinding
boolean allowsMultiValuedBinding
-
name
String name
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef extends AbstractSqmExpression<Integer> implements Serializable
-
Serialized Fields
-
navigablePath
NavigablePath navigablePath
-
position
int position
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmAny extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
subquery
SqmSubQuery<T> subquery
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
domainType
BasicType domainType
-
pathName
String pathName
-
value
EntityDomainType value
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
lhsOperand
SqmExpression<?> lhsOperand
-
operator
BinaryArithmeticOperator operator
-
rhsOperand
SqmExpression<?> rhsOperand
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmByUnit extends AbstractSqmExpression<Long> implements Serializable
-
Serialized Fields
-
duration
SqmExpression<?> duration
-
unit
SqmDurationUnit<?> unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCaseSearched extends AbstractSqmExpression<R> implements Serializable
-
Serialized Fields
-
otherwise
SqmExpression<R> otherwise
-
whenFragments
List<SqmCaseSearched.WhenFragment<R>> whenFragments
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCaseSimple extends AbstractSqmExpression<R> implements Serializable
-
Serialized Fields
-
fixture
SqmExpression<T> fixture
-
otherwise
SqmExpression<R> otherwise
-
whenFragments
List<SqmCaseSimple.WhenFragment<T,R>> whenFragments
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCastTarget extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
length
Long length
-
precision
Integer precision
-
scale
Integer scale
-
type
ReturnableType<T> type
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCoalesce extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
arguments
List<SqmExpression<? extends T>> arguments
-
functionDescriptor
SqmFunctionDescriptor functionDescriptor
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCollation extends SqmLiteral<String> implements Serializable
-
Class org.hibernate.query.sqm.tree.expression.SqmCollectionSize extends AbstractSqmExpression<Integer> implements Serializable
-
Serialized Fields
-
pluralPath
SqmPath<?> pluralPath
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmDistinct extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
expression
SqmExpression<T> expression
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmDurationUnit extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
type
ReturnableType<T> type
-
unit
TemporalUnit unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral extends AbstractSqmExpression<E extends Enum<E>> implements Serializable
-
Class org.hibernate.query.sqm.tree.expression.SqmEvery extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
subquery
SqmSubQuery<T> subquery
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmExtractUnit extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
type
ReturnableType<T> type
-
unit
TemporalUnit unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral extends Object implements Serializable
-
Serialized Fields
-
expressible
SqmExpressible<T> expressible
-
fieldJavaType
JavaType<T> fieldJavaType
-
fieldName
String fieldName
-
nodeBuilder
NodeBuilder nodeBuilder
-
value
T value
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmFormat extends SqmLiteral<String> implements Serializable
-
Class org.hibernate.query.sqm.tree.expression.SqmFunction extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
arguments
List<? extends SqmTypedNode<?>> arguments
-
functionDescriptor
SqmFunctionDescriptor functionDescriptor
-
functionName
String functionName
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
jpaCriteriaParameter
JpaCriteriaParameter<T> jpaCriteriaParameter
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteral extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
value
T value
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
entityType
EntityDomainType<T> entityType
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteralNull extends SqmLiteral<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
modifier
SqmModifiedSubQueryExpression.Modifier modifier
-
subQuery
SqmSubQuery<T> subQuery
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmNamedParameter extends AbstractSqmParameter<T> implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmOver extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
endExpression
SqmExpression<?> endExpression
-
endKind
FrameKind endKind
-
exclusion
FrameExclusion exclusion
-
expression
SqmExpression<T> expression
-
mode
FrameMode mode
-
orderList
List<SqmSortSpecification> orderList
-
partitions
List<SqmExpression<?>> partitions
-
startExpression
SqmExpression<?> startExpression
-
startKind
FrameKind startKind
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmOverflow extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
fillerExpression
SqmExpression<T> fillerExpression
-
separatorExpression
SqmExpression<T> separatorExpression
-
withCount
boolean withCount
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
discriminatorSource
SqmParameter<T> discriminatorSource
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter extends AbstractSqmParameter<T> implements Serializable
-
Serialized Fields
-
position
int position
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
renderer
Function<SemanticQueryWalker,Expression> renderer
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmStar extends AbstractSqmExpression<Object> implements Serializable
-
Class org.hibernate.query.sqm.tree.expression.SqmSummarization extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
groupings
List<SqmExpression<?>> groupings
-
kind
SqmSummarization.Kind kind
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmToDuration extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
magnitude
SqmExpression<?> magnitude
-
unit
SqmDurationUnit<?> unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
specification
TrimSpec specification
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmTuple extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
groupedExpressions
List<SqmExpression<?>> groupedExpressions
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
operand
SqmExpression<T> operand
-
operation
UnaryArithmeticOperator operation
-
-
-
Class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter extends JpaCriteriaParameter<T> implements Serializable
-
Serialized Fields
-
value
T value
-
-
-
-
Package org.hibernate.query.sqm.tree.from
-
Class org.hibernate.query.sqm.tree.from.SqmCrossJoin extends AbstractSqmFrom<T,T> implements Serializable
-
Serialized Fields
-
sqmRoot
SqmRoot<?> sqmRoot
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmDerivedJoin extends AbstractSqmJoin<T,T> implements Serializable
-
Serialized Fields
-
joinPredicate
SqmPredicate joinPredicate
-
lateral
boolean lateral
-
subQuery
SqmSubQuery<T> subQuery
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmEntityJoin extends AbstractSqmJoin<T,T> implements Serializable
-
Serialized Fields
-
joinPredicate
SqmPredicate joinPredicate
-
sqmRoot
SqmRoot<?> sqmRoot
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmFromClause extends Object implements Serializable
-
Class org.hibernate.query.sqm.tree.from.SqmRoot extends AbstractSqmFrom<E,E> implements Serializable
-
-
Package org.hibernate.query.sqm.tree.insert
-
Class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement extends AbstractSqmDmlStatement<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement extends AbstractSqmInsertStatement<T> implements Serializable
-
Serialized Fields
-
selectQueryPart
SqmQueryPart<?> selectQueryPart
-
-
-
Class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement extends AbstractSqmInsertStatement<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.insert.SqmValues extends Object implements Serializable
-
Serialized Fields
-
expressions
List<SqmExpression<?>> expressions
-
-
-
-
Package org.hibernate.query.sqm.tree.jpa
-
Class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection extends AbstractJpaTupleElement<T> implements Serializable
-
Class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
alias
String alias
-
expressibleType
SqmExpressible<T> expressibleType
-
-
-
-
Package org.hibernate.query.sqm.tree.predicate
-
Class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate extends AbstractSqmPredicate implements Serializable
-
Serialized Fields
-
negated
boolean negated
-
-
-
Class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate extends AbstractSqmExpression<Boolean> implements Serializable
-
Class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
expression
SqmExpression<?> expression
-
lowerBound
SqmExpression<?> lowerBound
-
upperBound
SqmExpression<?> upperBound
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
booleanExpression
SqmExpression<Boolean> booleanExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
leftHandExpression
SqmExpression<?> leftHandExpression
-
operator
ComparisonOperator operator
-
rightHandExpression
SqmExpression<?> rightHandExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
pluralPath
SqmPluralValuedSimplePath<?> pluralPath
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
expression
SqmExpression<?> expression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate extends AbstractSqmPredicate implements Serializable
-
Serialized Fields
-
subPredicate
SqmPredicate subPredicate
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
listExpressions
List<SqmExpression<T>> listExpressions
-
testExpression
SqmExpression<T> testExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
subQueryExpression
SqmSubQuery<T> subQueryExpression
-
testExpression
SqmExpression<T> testExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate extends AbstractSqmPredicate implements Serializable
-
Serialized Fields
-
booleanOperator
jakarta.persistence.criteria.Predicate.BooleanOperator booleanOperator
-
predicates
List<SqmPredicate> predicates
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
escapeCharacter
SqmExpression<?> escapeCharacter
-
isCaseSensitive
boolean isCaseSensitive
-
matchExpression
SqmExpression<?> matchExpression
-
pattern
SqmExpression<?> pattern
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
leftHandExpression
SqmExpression<?> leftHandExpression
-
pluralPath
SqmPath<?> pluralPath
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
wrappedPredicate
SqmPredicate wrappedPredicate
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate extends AbstractNegatableSqmPredicate implements Serializable
-
Serialized Fields
-
expression
SqmExpression<?> expression
-
-
-
-
Package org.hibernate.query.sqm.tree.select
-
Class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
cteStatements
Map<String,SqmCteStatement<?>> cteStatements
-
resultType
Class<T> resultType
-
sqmQueryPart
SqmQueryPart<T> sqmQueryPart
-
withRecursive
boolean withRecursive
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation extends AbstractJpaSelection<T> implements Serializable
-
Serialized Fields
-
arguments
List<SqmDynamicInstantiationArgument<?>> arguments
-
instantiationTarget
SqmDynamicInstantiationTarget<T> instantiationTarget
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
nodeBuilder
NodeBuilder nodeBuilder
-
selectableNode
SqmSelectableNode<T> selectableNode
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection extends AbstractSqmExpression<T> implements Serializable
-
Serialized Fields
-
javaType
JavaType<T> javaType
-
selectableNodes
List<SqmSelectableNode<?>> selectableNodes
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmOrderByClause extends Object implements Serializable
-
Serialized Fields
-
hasPositionalSortItem
boolean hasPositionalSortItem
-
sortSpecifications
List<SqmSortSpecification> sortSpecifications
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmQueryGroup extends SqmQueryPart<T> implements Serializable
-
Serialized Fields
-
queryParts
List<SqmQueryPart<T>> queryParts
-
setOperator
SetOperator setOperator
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmQueryPart extends Object implements Serializable
-
Serialized Fields
-
fetchClauseType
FetchClauseType fetchClauseType
-
fetchExpression
SqmExpression<?> fetchExpression
-
nodeBuilder
NodeBuilder nodeBuilder
-
offsetExpression
SqmExpression<?> offsetExpression
-
orderByClause
SqmOrderByClause orderByClause
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmQuerySpec extends SqmQueryPart<T> implements Serializable
-
Serialized Fields
-
fromClause
SqmFromClause fromClause
-
groupByClauseExpressions
List<SqmExpression<?>> groupByClauseExpressions
-
hasPositionalGroupItem
boolean hasPositionalGroupItem
-
havingClausePredicate
SqmPredicate havingClausePredicate
-
selectClause
SqmSelectClause selectClause
-
whereClause
SqmWhereClause whereClause
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSelectClause extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
distinct
boolean distinct
-
selections
List<SqmSelection<?>> selections
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSelection extends AbstractSqmNode implements Serializable
-
Serialized Fields
-
alias
String alias
-
selectableNode
SqmSelectableNode<T> selectableNode
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSelectStatement extends AbstractSqmSelectQuery<T> implements Serializable
-
Serialized Fields
-
parameters
Set<SqmParameter<?>> parameters
-
querySource
SqmQuerySource querySource
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSortSpecification extends Object implements Serializable
-
Serialized Fields
-
nullPrecedence
NullPrecedence nullPrecedence
-
sortExpression
SqmExpression sortExpression
-
sortOrder
SortOrder sortOrder
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSubQuery extends AbstractSqmSelectQuery<T> implements Serializable
-
Serialized Fields
-
alias
String alias
-
expressibleType
SqmExpressible<T> expressibleType
-
parent
SqmQuery<?> parent
-
-
-
-
Package org.hibernate.query.sqm.tree.update
-
Class org.hibernate.query.sqm.tree.update.SqmUpdateStatement extends AbstractSqmRestrictedDmlStatement<T> implements Serializable
-
Serialized Fields
-
setClause
SqmSetClause setClause
-
versioned
boolean versioned
-
-
-
-
Package org.hibernate.resource.beans.container.internal
-
Class org.hibernate.resource.beans.container.internal.NamedBeanQualifier extends jakarta.enterprise.util.AnnotationLiteral<jakarta.inject.Named> implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.resource.beans.container.internal.NoSuchBeanException extends HibernateException implements Serializable
-
Class org.hibernate.resource.beans.container.internal.NotYetReadyException extends HibernateException implements Serializable
-
-
Package org.hibernate.resource.beans.internal
-
Class org.hibernate.resource.beans.internal.BeansMessageLogger_$logger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
log
org.jboss.logging.Logger log
-
-
Class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl extends Object implements Serializable
-
Serialized Fields
-
beanContainer
BeanContainer beanContainer
-
registrations
Map<String,ManagedBean<?>> registrations
-
-
-
-
Package org.hibernate.resource.beans.spi
-
Package org.hibernate.resource.jdbc.internal
-
Class org.hibernate.resource.jdbc.internal.EmptyStatementInspector extends Object implements Serializable
-
-
Package org.hibernate.resource.jdbc.spi
-
Package org.hibernate.resource.transaction
-
Class org.hibernate.resource.transaction.LocalSynchronizationException extends HibernateException implements Serializable
-
Class org.hibernate.resource.transaction.NullSynchronizationException extends HibernateException implements Serializable
-
Class org.hibernate.resource.transaction.TransactionRequiredForJoinException extends HibernateException implements Serializable
-
-
Package org.hibernate.resource.transaction.backend.jdbc.internal
-
Class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl extends Object implements Serializable
-
-
Package org.hibernate.resource.transaction.backend.jta.internal
-
Class org.hibernate.resource.transaction.backend.jta.internal.JtaPlatformInaccessibleException extends HibernateException implements Serializable
-
Class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl extends Object implements Serializable
-
Serialized Fields
-
jtaPlatform
JtaPlatform jtaPlatform
-
-
-
-
Package org.hibernate.resource.transaction.backend.jta.internal.synchronization
-
Package org.hibernate.resource.transaction.internal
-
Class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl extends Object implements Serializable
-
Serialized Fields
-
synchronizations
LinkedHashSet<jakarta.transaction.Synchronization> synchronizations
-
-
-
-
Package org.hibernate.resource.transaction.spi
-
Package org.hibernate.result
-
Class org.hibernate.result.NoMoreReturnsException extends HibernateException implements Serializable
-
-
Package org.hibernate.service
-
Class org.hibernate.service.NullServiceException extends HibernateException implements Serializable
-
Serialized Fields
-
serviceRole
Class serviceRole
-
-
-
Class org.hibernate.service.UnknownServiceException extends HibernateException implements Serializable
-
Serialized Fields
-
serviceRole
Class serviceRole
-
-
-
Class org.hibernate.service.UnknownUnwrapTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.service.internal
-
Class org.hibernate.service.internal.ServiceDependencyException extends HibernateException implements Serializable
-
Class org.hibernate.service.internal.ServiceProxyGenerationException extends HibernateException implements Serializable
-
Class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl extends Object implements Serializable
-
Serialized Fields
-
theBasicServiceRegistry
ServiceRegistryImplementor theBasicServiceRegistry
-
-
-
-
Package org.hibernate.service.spi
-
Class org.hibernate.service.spi.ServiceException extends HibernateException implements Serializable
-
-
Package org.hibernate.spatial
-
Class org.hibernate.spatial.GeolatteGeometryJavaType extends AbstractJavaType<org.geolatte.geom.Geometry> implements Serializable
-
Serialized Fields
-
wktDialect
org.geolatte.geom.codec.Wkt.Dialect wktDialect
-
-
-
Class org.hibernate.spatial.GeometryLiteralFormatter extends Object implements Serializable
-
Class org.hibernate.spatial.HibernateSpatialConfigurationSettings extends Object implements Serializable
-
Class org.hibernate.spatial.HSMessageLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.spatial.JTSGeometryJavaType extends AbstractJavaType<org.locationtech.jts.geom.Geometry> implements Serializable
-
-
Package org.hibernate.spatial.dialect.cockroachdb
-
Class org.hibernate.spatial.dialect.cockroachdb.CockroachDB202SpatialDialect extends CockroachDialect implements Serializable
-
-
Package org.hibernate.spatial.dialect.db2
-
Class org.hibernate.spatial.dialect.db2.DB2GeometryType extends Object implements Serializable
-
Serialized Fields
-
srid
Integer srid
-
-
-
Class org.hibernate.spatial.dialect.db2.DB2SpatialDialect extends DB2Dialect implements Serializable
-
-
Package org.hibernate.spatial.dialect.h2gis
-
Class org.hibernate.spatial.dialect.h2gis.H2GISGeometryType extends Object implements Serializable
-
-
Package org.hibernate.spatial.dialect.hana
-
Class org.hibernate.spatial.dialect.hana.HANAGeometryType extends Object implements Serializable
- serialVersionUID:
- -6978798264716544804L
-
Serialized Fields
-
determineCrsIdFromDatabase
boolean determineCrsIdFromDatabase
-
-
Class org.hibernate.spatial.dialect.hana.HANAPointType extends Object implements Serializable
- serialVersionUID:
- -6978798264716544804L
-
Class org.hibernate.spatial.dialect.hana.HANASpatialDialect extends HANAColumnStoreDialect implements Serializable
-
-
Package org.hibernate.spatial.dialect.mariadb
-
Class org.hibernate.spatial.dialect.mariadb.MariaDB103SpatialDialect extends MariaDB103Dialect implements Serializable
-
-
Package org.hibernate.spatial.dialect.mysql
-
Class org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect extends MySQL56SpatialDialect implements Serializable
-
Class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect extends MySQL55Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect extends MySQL5SpatialDialect implements Serializable
-
Class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect extends MySQL5Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.mysql.MySQLGeometryJdbcType extends Object implements Serializable
-
Class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect extends MySQLDialect implements Serializable
-
-
Package org.hibernate.spatial.dialect.oracle
-
Class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect extends Oracle10gDialect implements Serializable
-
Class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect extends Oracle10gDialect implements Serializable
-
Class org.hibernate.spatial.dialect.oracle.SDOGeometryType extends Object implements Serializable
-
Serialized Fields
-
typeFactory
org.geolatte.geom.codec.db.oracle.OracleJDBCTypeFactory typeFactory
-
useSTGeometry
boolean useSTGeometry
-
-
-
Class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor extends BasicExtractor<X> implements Serializable
-
-
Package org.hibernate.spatial.dialect.postgis
-
Class org.hibernate.spatial.dialect.postgis.AbstractPostGISJdbcType extends Object implements Serializable
-
Serialized Fields
-
wkbDialect
org.geolatte.geom.codec.Wkb.Dialect wkbDialect
-
-
-
Class org.hibernate.spatial.dialect.postgis.PGGeographyJdbcType extends AbstractPostGISJdbcType implements Serializable
-
Class org.hibernate.spatial.dialect.postgis.PGGeometryJdbcType extends AbstractPostGISJdbcType implements Serializable
-
-
Package org.hibernate.spatial.dialect.sqlserver
-
Class org.hibernate.spatial.dialect.sqlserver.AbstractSqlServerGISType extends Object implements Serializable
-
Class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect extends SQLServer2008Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect extends SQLServer2012Dialect implements Serializable
-
Class org.hibernate.spatial.dialect.sqlserver.SqlServerGeographyType extends AbstractSqlServerGISType implements Serializable
-
Class org.hibernate.spatial.dialect.sqlserver.SqlServerGeometryType extends AbstractSqlServerGISType implements Serializable
-
-
Package org.hibernate.spatial.integration
-
Class org.hibernate.spatial.integration.SpatialService extends Object implements Serializable
-
Serialized Fields
-
integrationEnabled
boolean integrationEnabled
-
-
-
-
Package org.hibernate.spi
-
Class org.hibernate.spi.EntityIdentifierNavigablePath extends NavigablePath implements Serializable
-
Serialized Fields
-
identifierAttributeName
String identifierAttributeName
-
-
-
Class org.hibernate.spi.NavigablePath extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
fullPathCalculator
NavigablePath.FullPathCalculator fullPathCalculator
-
hashCode
int hashCode
-
identifierForTableGroup
String identifierForTableGroup
-
localName
String localName
-
parent
NavigablePath parent
-
-
-
Class org.hibernate.spi.TreatedNavigablePath extends NavigablePath implements Serializable
-
-
Package org.hibernate.sql.ast
-
Class org.hibernate.sql.ast.SqlTreeCreationException extends HibernateException implements Serializable
-
-
Package org.hibernate.sql.ast.tree
-
Package org.hibernate.sql.ast.tree.expression
-
Class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment extends Object implements Serializable
-
Serialized Fields
-
predicate
Predicate predicate
-
result
Expression result
-
-
-
Class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment extends Object implements Serializable
-
Serialized Fields
-
checkValue
Expression checkValue
-
result
Expression result
-
-
-
-
Package org.hibernate.sql.ast.tree.from
-
Class org.hibernate.sql.ast.tree.from.UnknownTableReferenceException extends HibernateException implements Serializable
-
Serialized Fields
-
tableExpression
String tableExpression
-
-
-
-
Package org.hibernate.sql.exec
-
Class org.hibernate.sql.exec.ExecutionException extends HibernateError implements Serializable
-
Class org.hibernate.sql.exec.SqlExecLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.hibernate.sql.results
-
Class org.hibernate.sql.results.DomainResultCreationException extends HibernateException implements Serializable
-
Class org.hibernate.sql.results.LoadingLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.sql.results.NoMoreOutputsException extends HibernateException implements Serializable
-
Class org.hibernate.sql.results.ResultsLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.hibernate.sql.results.graph.embeddable
-
Package org.hibernate.stat
-
Package org.hibernate.stat.internal
-
Class org.hibernate.stat.internal.AbstractCacheableDataStatistics extends Object implements Serializable
-
Class org.hibernate.stat.internal.CacheRegionStatisticsImpl extends Object implements Serializable
-
Class org.hibernate.stat.internal.CategorizedStatistics extends Object implements Serializable
-
Serialized Fields
-
categoryName
String categoryName
-
-
-
Class org.hibernate.stat.internal.CollectionStatisticsImpl extends AbstractCacheableDataStatistics implements Serializable
-
Class org.hibernate.stat.internal.EntityStatisticsImpl extends AbstractCacheableDataStatistics implements Serializable
-
Class org.hibernate.stat.internal.NaturalIdStatisticsImpl extends AbstractCacheableDataStatistics implements Serializable
-
Serialized Fields
-
executionCount
AtomicLong executionCount
-
executionMaxTime
AtomicLong executionMaxTime
-
executionMinTime
AtomicLong executionMinTime
-
readLock
Lock readLock
-
rootEntityName
String rootEntityName
-
totalExecutionTime
AtomicLong totalExecutionTime
-
writeLock
Lock writeLock
-
-
-
Class org.hibernate.stat.internal.QueryStatisticsImpl extends Object implements Serializable
-
Serialized Fields
-
cacheHitCount
LongAdder cacheHitCount
-
cacheMissCount
LongAdder cacheMissCount
-
cachePutCount
LongAdder cachePutCount
-
executionCount
LongAdder executionCount
-
executionMaxTime
AtomicLong executionMaxTime
-
executionMinTime
AtomicLong executionMinTime
-
executionRowCount
LongAdder executionRowCount
-
planCacheHitCount
LongAdder planCacheHitCount
-
planCacheMissCount
LongAdder planCacheMissCount
-
planCompilationTotalMicroseconds
AtomicLong planCompilationTotalMicroseconds
-
query
String query
-
readLock
Lock readLock
-
totalExecutionTime
AtomicLong totalExecutionTime
-
writeLock
Lock writeLock
-
-
-
Class org.hibernate.stat.internal.StatisticsImpl extends Object implements Serializable
-
Serialized Fields
-
allCollectionRoles
String[] allCollectionRoles
-
allEntityNames
String[] allEntityNames
-
cache
CacheImplementor cache
-
closeStatementCount
LongAdder closeStatementCount
-
collectionFetchCount
LongAdder collectionFetchCount
-
collectionLoadCount
LongAdder collectionLoadCount
-
collectionRecreateCount
LongAdder collectionRecreateCount
-
collectionRemoveCount
LongAdder collectionRemoveCount
-
collectionStatsMap
StatsNamedContainer<CollectionStatisticsImpl> collectionStatsMap
-
collectionUpdateCount
LongAdder collectionUpdateCount
-
committedTransactionCount
LongAdder committedTransactionCount
-
connectCount
LongAdder connectCount
-
entityDeleteCount
LongAdder entityDeleteCount
-
entityFetchCount
LongAdder entityFetchCount
-
entityInsertCount
LongAdder entityInsertCount
-
entityLoadCount
LongAdder entityLoadCount
-
entityStatsMap
StatsNamedContainer<EntityStatisticsImpl> entityStatsMap
-
entityUpdateCount
LongAdder entityUpdateCount
-
flushCount
LongAdder flushCount
-
isStatisticsEnabled
boolean isStatisticsEnabled
-
l2CacheStatsMap
StatsNamedContainer<CacheRegionStatisticsImpl> l2CacheStatsMap
Keyed by region name -
metamodel
MappingMetamodelImplementor metamodel
-
naturalIdCacheHitCount
LongAdder naturalIdCacheHitCount
-
naturalIdCacheMissCount
LongAdder naturalIdCacheMissCount
-
naturalIdCachePutCount
LongAdder naturalIdCachePutCount
-
naturalIdQueryExecutionCount
LongAdder naturalIdQueryExecutionCount
-
naturalIdQueryExecutionMaxTime
AtomicLong naturalIdQueryExecutionMaxTime
-
naturalIdQueryExecutionMaxTimeEntity
String naturalIdQueryExecutionMaxTimeEntity
-
naturalIdQueryExecutionMaxTimeRegion
String naturalIdQueryExecutionMaxTimeRegion
-
naturalIdQueryStatsMap
StatsNamedContainer<NaturalIdStatisticsImpl> naturalIdQueryStatsMap
-
optimisticFailureCount
LongAdder optimisticFailureCount
-
prepareStatementCount
LongAdder prepareStatementCount
-
queryCacheEnabled
boolean queryCacheEnabled
-
queryCacheHitCount
LongAdder queryCacheHitCount
-
queryCacheMissCount
LongAdder queryCacheMissCount
-
queryCachePutCount
LongAdder queryCachePutCount
-
queryExecutionCount
LongAdder queryExecutionCount
-
queryExecutionMaxTime
AtomicLong queryExecutionMaxTime
-
queryExecutionMaxTimeQueryString
String queryExecutionMaxTimeQueryString
-
queryPlanCacheHitCount
LongAdder queryPlanCacheHitCount
-
queryPlanCacheMissCount
LongAdder queryPlanCacheMissCount
-
queryStatsMap
StatsNamedContainer<QueryStatisticsImpl> queryStatsMap
Keyed by query string -
secondLevelCacheEnabled
boolean secondLevelCacheEnabled
-
secondLevelCacheHitCount
LongAdder secondLevelCacheHitCount
-
secondLevelCacheMissCount
LongAdder secondLevelCacheMissCount
-
secondLevelCachePutCount
LongAdder secondLevelCachePutCount
-
sessionCloseCount
LongAdder sessionCloseCount
-
sessionOpenCount
LongAdder sessionOpenCount
-
startTime
Instant startTime
-
transactionCount
LongAdder transactionCount
-
updateTimestampsCacheHitCount
LongAdder updateTimestampsCacheHitCount
-
updateTimestampsCacheMissCount
LongAdder updateTimestampsCacheMissCount
-
updateTimestampsCachePutCount
LongAdder updateTimestampsCachePutCount
-
-
-
-
Package org.hibernate.stat.spi
-
Package org.hibernate.testing.async
-
Class org.hibernate.testing.async.ExecutableAdapter.ExceptionWrapper extends RuntimeException implements Serializable
-
-
Package org.hibernate.testing.boot
-
Class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
dialect
Dialect dialect
-
jdbcConnectionAccess
JdbcConnectionAccess jdbcConnectionAccess
-
jdbcEnvironment
JdbcEnvironment jdbcEnvironment
-
serviceRegistry
ServiceRegistry serviceRegistry
-
sqlStatementLogger
SqlStatementLogger sqlStatementLogger
-
-
-
Class org.hibernate.testing.boot.ClassLoaderServiceTestingImpl extends ClassLoaderServiceImpl implements Serializable
-
Class org.hibernate.testing.boot.DialectFactoryTestingImpl extends Object implements Serializable
-
Serialized Fields
-
dialect
Dialect dialect
-
-
-
Class org.hibernate.testing.boot.ExtraJavaServicesClassLoaderService extends ClassLoaderServiceImpl implements Serializable
-
Serialized Fields
-
extraJavaServices
List<ExtraJavaServicesClassLoaderService.JavaServiceDescriptor<?>> extraJavaServices
-
-
-
Class org.hibernate.testing.boot.JdbcConnectionAccessImpl extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
-
-
-
Package org.hibernate.testing.cache
-
Class org.hibernate.testing.cache.CachingRegionFactory extends RegionFactoryTemplate implements Serializable
-
Serialized Fields
-
cacheKeysFactory
CacheKeysFactory cacheKeysFactory
-
-
-
-
Package org.hibernate.testing.jdbc
-
Class org.hibernate.testing.jdbc.ConnectionProviderDelegate extends Object implements Serializable
-
Serialized Fields
-
configured
boolean configured
-
connectionProvider
ConnectionProvider connectionProvider
-
forceSupportsAggressiveRelease
boolean forceSupportsAggressiveRelease
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
-
-
Class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl extends DriverManagerConnectionProviderImpl implements Serializable
-
Serialized Fields
-
config
org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl.Config config
-
supportsIsValid
Boolean supportsIsValid
-
-
-
Class org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider extends ConnectionProviderDelegate implements Serializable
-
Serialized Fields
-
dbName
String dbName
-
-
-
Class org.hibernate.testing.jdbc.SQLStatementInspector extends Object implements Serializable
-
-
Package org.hibernate.testing.jdbc.leak
-
Class org.hibernate.testing.jdbc.leak.ConnectionLeakException extends RuntimeException implements Serializable
-
-
Package org.hibernate.testing.jta
-
Class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl extends Object implements Serializable
-
Serialized Fields
-
delegate
DriverManagerConnectionProviderImpl delegate
-
nonEnlistedConnections
List<Connection> nonEnlistedConnections
-
-
-
Class org.hibernate.testing.jta.TestingJtaPlatformImpl extends AbstractJtaPlatform implements Serializable
-
Serialized Fields
-
synchronizationRegistry
jakarta.transaction.TransactionSynchronizationRegistry synchronizationRegistry
-
synchronizationStrategy
JtaSynchronizationStrategy synchronizationStrategy
-
transactionManager
jakarta.transaction.TransactionManager transactionManager
-
userTransaction
jakarta.transaction.UserTransaction userTransaction
-
-
-
Class org.hibernate.testing.jta.TestingJtaTransactionCoordinatorBuilder extends Object implements Serializable
-
-
Package org.hibernate.testing.junit4
-
Class org.hibernate.testing.junit4.CallbackException extends RuntimeException implements Serializable
-
Class org.hibernate.testing.junit4.FailureExpectedHandler.FailureExpectedTestPassedException extends Exception implements Serializable
-
Class org.hibernate.testing.junit4.InvalidMethodForAnnotationException extends RuntimeException implements Serializable
-
-
Package org.hibernate.testing.logger
-
Class org.hibernate.testing.logger.Log4J2DelegatingLogger extends org.jboss.logging.Logger implements Serializable
-
Serialized Fields
-
enabledListeners
List<LogListener> enabledListeners
-
interceptEnabled
AtomicBoolean interceptEnabled
-
logger
org.apache.logging.log4j.spi.AbstractLogger logger
-
messageFactory
org.apache.logging.log4j.message.MessageFormatMessageFactory messageFactory
-
-
-
-
Package org.hibernate.testing.orm.domain.gambit
-
Class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId extends Object implements Serializable
-
Class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key extends Object implements Serializable
-
Class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId.PK extends Object implements Serializable
-
Class org.hibernate.testing.orm.domain.gambit.MutableValue extends Object implements Serializable
-
Serialized Fields
-
state
String state
-
-
-
-
Package org.hibernate.testing.orm.jdbc
-
Class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider extends ConnectionProviderDelegate implements Serializable
-
Serialized Fields
-
acquiredConnections
List<Connection> acquiredConnections
-
executeStatements
List<String> executeStatements
-
executeUpdateStatements
List<String> executeUpdateStatements
-
preparedStatementMap
Map<PreparedStatement,String> preparedStatementMap
-
releasedConnections
List<Connection> releasedConnections
-
settingsForConnections
org.mockito.MockSettings settingsForConnections
-
settingsForStatements
org.mockito.MockSettings settingsForStatements
-
-
-
Class org.hibernate.testing.orm.jdbc.TimeZoneConnectionProvider extends ConnectionProviderDelegate implements Serializable
-
-
Package org.hibernate.testing.orm.junit
-
Class org.hibernate.testing.orm.junit.NotImplementedYetExtension.NotImplementedYetExceptionExpected extends RuntimeException implements Serializable
-
-
Package org.hibernate.tool.schema.extract.spi
-
Class org.hibernate.tool.schema.extract.spi.SchemaExtractionException extends HibernateException implements Serializable
-
-
Package org.hibernate.tool.schema.internal
-
Class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool extends Object implements Serializable
-
Serialized Fields
-
customTarget
GenerationTarget customTarget
-
serviceRegistry
ServiceRegistry serviceRegistry
-
-
-
-
Package org.hibernate.tool.schema.internal.exec
-
Class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessConnectionProviderImpl extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
jdbcConnection
Connection jdbcConnection
-
wasInitiallyAutoCommit
boolean wasInitiallyAutoCommit
-
-
-
Class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessProvidedConnectionImpl extends Object implements Serializable
-
Serialized Fields
-
jdbcConnection
Connection jdbcConnection
-
wasInitiallyAutoCommit
boolean wasInitiallyAutoCommit
-
-
-
-
Package org.hibernate.tool.schema.internal.script
-
Class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor extends Object implements Serializable
-
Class org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor extends Object implements Serializable
-
-
Package org.hibernate.tool.schema.spi
-
Class org.hibernate.tool.schema.spi.CommandAcceptanceException extends HibernateException implements Serializable
-
Class org.hibernate.tool.schema.spi.SchemaManagementException extends HibernateException implements Serializable
-
Class org.hibernate.tool.schema.spi.SqlScriptException extends HibernateException implements Serializable
-
-
Package org.hibernate.transform
-
Class org.hibernate.transform.AliasToBeanConstructorResultTransformer extends Object implements Serializable
-
Serialized Fields
-
constructor
Constructor<T> constructor
-
-
-
Class org.hibernate.transform.AliasToBeanResultTransformer extends Object implements Serializable
-
Class org.hibernate.transform.AliasToEntityMapResultTransformer extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
-
-
Class org.hibernate.transform.ToListResultTransformer extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
-
-
-
Package org.hibernate.tuple
-
Class org.hibernate.tuple.CreationTimestampGeneration extends Object implements Serializable
-
Serialized Fields
-
generator
ValueGenerator<?> generator
-
-
-
Class org.hibernate.tuple.DynamicMapInstantiator extends Object implements Serializable
-
Class org.hibernate.tuple.GeneratedAlwaysValueGeneration extends Object implements Serializable
-
Class org.hibernate.tuple.GeneratedValueGeneration extends Object implements Serializable
-
Serialized Fields
-
timing
GenerationTiming timing
-
-
-
Class org.hibernate.tuple.PojoInstantiator extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws ClassNotFoundException, IOException
Deprecated.- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
embeddedIdentifier
boolean embeddedIdentifier
Deprecated. -
isAbstract
boolean isAbstract
Deprecated. -
mappedClass
Class<?> mappedClass
Deprecated.
-
-
-
Class org.hibernate.tuple.TenantIdGeneration extends Object implements Serializable
-
Class org.hibernate.tuple.UpdateTimestampGeneration extends Object implements Serializable
-
Serialized Fields
-
generator
ValueGenerator<?> generator
-
-
-
Class org.hibernate.tuple.VmValueGeneration extends Object implements Serializable
-
Serialized Fields
-
constructor
Constructor<? extends ValueGenerator<?>> constructor
-
generationTiming
GenerationTiming generationTiming
-
-
-
-
Package org.hibernate.tuple.entity
-
Class org.hibernate.tuple.entity.EntityMetamodel extends Object implements Serializable
-
Serialized Fields
-
bytecodeEnhancementMetadata
BytecodeEnhancementMetadata bytecodeEnhancementMetadata
-
cascadeStyles
CascadeStyle[] cascadeStyles
-
dynamicInsert
boolean dynamicInsert
-
dynamicUpdate
boolean dynamicUpdate
-
entityNameByInheritenceClassMap
Map<Class<?>,String> entityNameByInheritenceClassMap
-
entityType
EntityType entityType
-
explicitPolymorphism
boolean explicitPolymorphism
-
hasCacheableNaturalId
boolean hasCacheableNaturalId
-
hasCascades
boolean hasCascades
-
hasCollections
boolean hasCollections
-
hasImmutableNaturalId
boolean hasImmutableNaturalId
-
hasInsertGeneratedValues
boolean hasInsertGeneratedValues
-
hasLazyProperties
boolean hasLazyProperties
-
hasNonIdentifierPropertyNamedId
boolean hasNonIdentifierPropertyNamedId
-
hasPreInsertGeneratedValues
boolean hasPreInsertGeneratedValues
-
hasPreUpdateGeneratedValues
boolean hasPreUpdateGeneratedValues
-
hasSubclasses
boolean hasSubclasses
-
hasUpdateGeneratedValues
boolean hasUpdateGeneratedValues
-
identifierAttribute
IdentifierProperty identifierAttribute
-
inDatabaseValueGenerationStrategies
InDatabaseValueGenerationStrategy[] inDatabaseValueGenerationStrategies
-
inherited
boolean inherited
-
inMemoryValueGenerationStrategies
InMemoryValueGenerationStrategy[] inMemoryValueGenerationStrategies
-
isAbstract
boolean isAbstract
-
lazy
boolean lazy
-
mutable
boolean mutable
-
mutablePropertiesIndexes
BitSet mutablePropertiesIndexes
-
name
String name
-
naturalIdPropertyNumbers
int[] naturalIdPropertyNumbers
-
nonlazyPropertyUpdateability
boolean[] nonlazyPropertyUpdateability
-
optimisticLockStyle
OptimisticLockStyle optimisticLockStyle
-
polymorphic
boolean polymorphic
-
properties
NonIdentifierAttribute[] properties
-
propertyCheckability
boolean[] propertyCheckability
-
propertyIndexes
Map<String,Integer> propertyIndexes
-
propertyInsertability
boolean[] propertyInsertability
-
propertyLaziness
boolean[] propertyLaziness
-
propertyNames
String[] propertyNames
-
propertyNullability
boolean[] propertyNullability
-
propertySpan
int propertySpan
-
propertyTypes
Type[] propertyTypes
-
propertyUpdateability
boolean[] propertyUpdateability
-
propertyVersionability
boolean[] propertyVersionability
-
rootName
String rootName
-
selectBeforeUpdate
boolean selectBeforeUpdate
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
subclassEntityNames
Set<String> subclassEntityNames
-
subclassId
int subclassId
-
superclass
String superclass
-
versioned
boolean versioned
-
versionPropertyIndex
int versionPropertyIndex
-
-
-
Class org.hibernate.tuple.entity.EntityMetamodel.ValueGenerationStrategyException extends HibernateException implements Serializable
-
-
Package org.hibernate.type
-
Class org.hibernate.type.AbstractSingleColumnStandardBasicType extends AbstractStandardBasicType<T> implements Serializable
-
Class org.hibernate.type.AbstractStandardBasicType extends Object implements Serializable
-
Serialized Fields
-
javaType
JavaType<T> javaType
-
jdbcLiteralFormatter
JdbcLiteralFormatter<T> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
jdbcValueBinder
ValueBinder<T> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<T> jdbcValueExtractor
-
sqlTypes
int[] sqlTypes
-
-
-
Class org.hibernate.type.AbstractType extends Object implements Serializable
-
Class org.hibernate.type.AnyType extends AbstractType implements Serializable
-
Serialized Fields
-
discriminatorType
Type discriminatorType
-
eager
boolean eager
-
identifierType
Type identifierType
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.type.AnyType.ObjectTypeCacheEntry extends Object implements Serializable
-
Class org.hibernate.type.ArrayType extends CollectionType implements Serializable
-
Class org.hibernate.type.BagType extends CollectionType implements Serializable
-
Class org.hibernate.type.BasicArrayType extends AbstractSingleColumnStandardBasicType<T[]> implements Serializable
-
Serialized Fields
-
baseDescriptor
BasicType<T> baseDescriptor
-
jdbcLiteralFormatter
JdbcLiteralFormatter<T[]> jdbcLiteralFormatter
-
jdbcValueBinder
ValueBinder<T[]> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<T[]> jdbcValueExtractor
-
name
String name
-
-
-
Class org.hibernate.type.BasicCollectionType extends AbstractSingleColumnStandardBasicType<C extends Collection<E>> implements Serializable
-
Class org.hibernate.type.BasicTypeReference extends Object implements Serializable
-
Serialized Fields
-
converter
BasicValueConverter<T,?> converter
-
forceImmutable
boolean forceImmutable
-
javaType
Class<T> javaType
-
name
String name
-
sqlTypeCode
int sqlTypeCode
-
-
-
Class org.hibernate.type.BasicTypeRegistry extends Object implements Serializable
-
Class org.hibernate.type.CollectionType extends AbstractType implements Serializable
-
Serialized Fields
-
foreignKeyPropertyName
String foreignKeyPropertyName
-
persister
CollectionPersister persister
-
role
String role
-
-
-
Class org.hibernate.type.ComponentType extends AbstractType implements Serializable
-
Serialized Fields
-
canDoExtraction
Boolean canDoExtraction
-
cascade
CascadeStyle[] cascade
-
componentClass
Class<?> componentClass
-
compositeUserType
CompositeUserType<Object> compositeUserType
-
hasNotNullProperty
boolean hasNotNullProperty
-
isKey
boolean isKey
-
joinedFetch
FetchMode[] joinedFetch
-
mappingModelPart
EmbeddableValuedModelPart mappingModelPart
-
originalPropertyOrder
int[] originalPropertyOrder
-
propertyNames
String[] propertyNames
-
propertyNullability
boolean[] propertyNullability
-
propertySpan
int propertySpan
-
propertyTypes
Type[] propertyTypes
-
propertyValueGenerationStrategies
ValueGeneration[] propertyValueGenerationStrategies
-
-
-
Class org.hibernate.type.CustomCollectionType extends CollectionType implements Serializable
-
Serialized Fields
-
customLogging
boolean customLogging
-
userType
UserCollectionType userType
-
-
-
Class org.hibernate.type.CustomType extends AbstractType implements Serializable
-
Serialized Fields
-
jdbcJavaType
JavaType<?> jdbcJavaType
-
jdbcLiteralFormatter
JdbcLiteralFormatter<J> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
mappedJavaType
JavaType<J> mappedJavaType
-
name
String name
-
registrationKeys
String[] registrationKeys
-
userType
UserType<J> userType
-
valueBinder
ValueBinder<J> valueBinder
-
valueExtractor
ValueExtractor<J> valueExtractor
-
-
-
Class org.hibernate.type.DbTimestampType extends AbstractSingleColumnStandardBasicType<Date> implements Serializable
-
Class org.hibernate.type.EmbeddedComponentType extends ComponentType implements Serializable
-
Class org.hibernate.type.EntityType extends AbstractType implements Serializable
-
Serialized Fields
-
associatedEntityName
String associatedEntityName
-
eager
boolean eager
-
referenceToPrimaryKey
boolean referenceToPrimaryKey
-
typeConfiguration
TypeConfiguration typeConfiguration
-
uniqueKeyPropertyName
String uniqueKeyPropertyName
-
unwrapProxy
boolean unwrapProxy
-
-
-
Class org.hibernate.type.EnumType extends Object implements Serializable
-
Serialized Fields
-
enumClass
Class<T extends Enum<T>> enumClass
-
enumValueConverter
EnumValueConverter<T extends Enum<T>,Object> enumValueConverter
-
jdbcType
JdbcType jdbcType
-
jdbcValueBinder
ValueBinder<Object> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<Object> jdbcValueExtractor
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.type.IdentifierBagType extends CollectionType implements Serializable
-
Class org.hibernate.type.JavaObjectType extends AbstractSingleColumnStandardBasicType<Object> implements Serializable
-
Class org.hibernate.type.ListType extends CollectionType implements Serializable
-
Class org.hibernate.type.ManyToOneType extends EntityType implements Serializable
-
Serialized Fields
-
ignoreNotFound
boolean ignoreNotFound
-
isLogicalOneToOne
boolean isLogicalOneToOne
-
propertyName
String propertyName
-
-
-
Class org.hibernate.type.MapType extends CollectionType implements Serializable
-
Class org.hibernate.type.MetaType extends AbstractType implements Serializable
-
Class org.hibernate.type.NullType extends JavaObjectType implements Serializable
-
Class org.hibernate.type.OneToOneType extends EntityType implements Serializable
-
Serialized Fields
-
constrained
boolean constrained
-
entityName
String entityName
-
foreignKeyType
ForeignKeyDirection foreignKeyType
-
propertyName
String propertyName
-
-
-
Class org.hibernate.type.OrderedMapType extends MapType implements Serializable
-
Class org.hibernate.type.OrderedSetType extends SetType implements Serializable
-
Class org.hibernate.type.SerializableToBlobType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dictatedSize
Size dictatedSize
-
javaType
JavaType<T extends Serializable> javaType
-
jdbcLiteralFormatter
JdbcLiteralFormatter<T extends Serializable> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
jdbcValueBinder
ValueBinder<T extends Serializable> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<T extends Serializable> jdbcValueExtractor
-
sqlTypes
int[] sqlTypes
-
-
Class org.hibernate.type.SerializableType extends AbstractSingleColumnStandardBasicType<T extends Serializable> implements Serializable
-
Serialized Fields
-
serializableClass
Class<T extends Serializable> serializableClass
-
-
-
Class org.hibernate.type.SerializationException extends HibernateException implements Serializable
-
Class org.hibernate.type.SetType extends CollectionType implements Serializable
-
Class org.hibernate.type.SortedMapType extends MapType implements Serializable
-
Serialized Fields
-
comparator
Comparator<?> comparator
-
-
-
Class org.hibernate.type.SortedSetType extends SetType implements Serializable
-
Serialized Fields
-
comparator
Comparator<?> comparator
-
-
-
Class org.hibernate.type.SpecialOneToOneType extends OneToOneType implements Serializable
-
Class org.hibernate.type.StandardBasicTypeTemplate extends AbstractSingleColumnStandardBasicType<J> implements Serializable
-
-
Package org.hibernate.type.descriptor.converter
-
Class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl extends MutableMutabilityPlan<T> implements Serializable
-
Serialized Fields
-
converter
JpaAttributeConverter converter
-
mutable
boolean mutable
-
-
-
-
Package org.hibernate.type.descriptor.java
-
Class org.hibernate.type.descriptor.java.AbstractArrayJavaType extends AbstractClassJavaType<T> implements Serializable
-
Class org.hibernate.type.descriptor.java.AbstractClassJavaType extends Object implements Serializable
-
Serialized Fields
-
comparator
Comparator<T> comparator
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
type
Class<T> type
-
-
-
Class org.hibernate.type.descriptor.java.AbstractJavaType extends Object implements Serializable
-
Serialized Fields
-
comparator
Comparator<T> comparator
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
type
Type type
-
-
-
Class org.hibernate.type.descriptor.java.AbstractTemporalJavaType extends AbstractClassJavaType<T> implements Serializable
-
Class org.hibernate.type.descriptor.java.ArrayJavaType extends AbstractArrayJavaType<T[],T> implements Serializable
-
Class org.hibernate.type.descriptor.java.ArrayMutabilityPlan extends MutableMutabilityPlan<T> implements Serializable
-
Class org.hibernate.type.descriptor.java.BigDecimalJavaType extends AbstractClassJavaType<BigDecimal> implements Serializable
-
Class org.hibernate.type.descriptor.java.BigIntegerJavaType extends AbstractClassJavaType<BigInteger> implements Serializable
-
Class org.hibernate.type.descriptor.java.BlobJavaType extends AbstractClassJavaType<Blob> implements Serializable
-
Class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.BooleanJavaType extends AbstractClassJavaType<Boolean> implements Serializable
-
Class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType extends AbstractArrayJavaType<boolean[],Boolean> implements Serializable
-
Class org.hibernate.type.descriptor.java.ByteArrayJavaType extends AbstractClassJavaType<Byte[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.ByteJavaType extends AbstractClassJavaType<Byte> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarDateJavaType extends AbstractTemporalJavaType<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarJavaType extends AbstractTemporalJavaType<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan extends MutableMutabilityPlan<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarTimeJavaType extends AbstractTemporalJavaType<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CharacterArrayJavaType extends AbstractClassJavaType<Character[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.CharacterJavaType extends AbstractClassJavaType<Character> implements Serializable
-
Class org.hibernate.type.descriptor.java.ClassJavaType extends AbstractClassJavaType<Class> implements Serializable
-
Class org.hibernate.type.descriptor.java.ClobJavaType extends AbstractClassJavaType<Clob> implements Serializable
-
Class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.CoercionException extends HibernateException implements Serializable
-
Class org.hibernate.type.descriptor.java.ComponentArrayMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.CurrencyJavaType extends AbstractClassJavaType<Currency> implements Serializable
-
Class org.hibernate.type.descriptor.java.DateJavaType extends AbstractTemporalJavaType<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.DbTimestampJavaType extends Object implements Serializable
-
Serialized Fields
-
delegate
TemporalJavaType<T> delegate
Deprecated.
-
-
-
Class org.hibernate.type.descriptor.java.DoubleJavaType extends AbstractClassJavaType<Double> implements Serializable
-
Class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType extends AbstractArrayJavaType<double[],Double> implements Serializable
-
Class org.hibernate.type.descriptor.java.DurationJavaType extends AbstractClassJavaType<Duration> implements Serializable
-
Class org.hibernate.type.descriptor.java.EnumJavaType extends AbstractClassJavaType<T extends Enum<T>> implements Serializable
-
Class org.hibernate.type.descriptor.java.FloatJavaType extends AbstractClassJavaType<Float> implements Serializable
-
Class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType extends AbstractArrayJavaType<float[],Float> implements Serializable
-
Class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.InetAddressJavaType extends AbstractClassJavaType<InetAddress> implements Serializable
-
Class org.hibernate.type.descriptor.java.InstantJavaType extends AbstractTemporalJavaType<Instant> implements Serializable
-
Class org.hibernate.type.descriptor.java.IntegerJavaType extends AbstractClassJavaType<Integer> implements Serializable
-
Class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType extends AbstractArrayJavaType<int[],Integer> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcDateJavaType extends AbstractTemporalJavaType<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimeJavaType extends AbstractTemporalJavaType<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimestampJavaType extends AbstractTemporalJavaType<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocalDateJavaType extends AbstractTemporalJavaType<LocalDate> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocalDateTimeJavaType extends AbstractTemporalJavaType<LocalDateTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocaleJavaType extends AbstractClassJavaType<Locale> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocalTimeJavaType extends AbstractTemporalJavaType<LocalTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.LongJavaType extends AbstractClassJavaType<Long> implements Serializable
-
Class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType extends AbstractArrayJavaType<long[],Long> implements Serializable
-
Class org.hibernate.type.descriptor.java.MutableMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.NClobJavaType extends AbstractClassJavaType<NClob> implements Serializable
-
Class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.ObjectArrayJavaType extends AbstractClassJavaType<Object[]> implements Serializable
-
Serialized Fields
-
components
JavaType[] components
-
-
-
Class org.hibernate.type.descriptor.java.ObjectJavaType extends AbstractClassJavaType<Object> implements Serializable
-
Class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType extends AbstractTemporalJavaType<OffsetDateTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.OffsetTimeJavaType extends AbstractTemporalJavaType<OffsetTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType extends AbstractClassJavaType<byte[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType extends AbstractClassJavaType<char[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.RowVersionJavaType extends AbstractClassJavaType<byte[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.SerializableJavaType extends AbstractClassJavaType<T extends Serializable> implements Serializable
-
Class org.hibernate.type.descriptor.java.SerializableJavaType.SerializableMutabilityPlan extends MutableMutabilityPlan<S extends Serializable> implements Serializable
-
Class org.hibernate.type.descriptor.java.ShortJavaType extends AbstractClassJavaType<Short> implements Serializable
-
Class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType extends AbstractArrayJavaType<short[],Short> implements Serializable
-
Class org.hibernate.type.descriptor.java.StringJavaType extends AbstractClassJavaType<String> implements Serializable
-
Class org.hibernate.type.descriptor.java.TimeZoneJavaType extends AbstractClassJavaType<TimeZone> implements Serializable
-
Class org.hibernate.type.descriptor.java.UrlJavaType extends AbstractClassJavaType<URL> implements Serializable
-
Class org.hibernate.type.descriptor.java.UUIDJavaType extends AbstractClassJavaType<UUID> implements Serializable
-
Class org.hibernate.type.descriptor.java.YearJavaType extends AbstractClassJavaType<Year> implements Serializable
-
Class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType extends AbstractTemporalJavaType<ZonedDateTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.ZoneIdJavaType extends AbstractClassJavaType<ZoneId> implements Serializable
-
Class org.hibernate.type.descriptor.java.ZoneOffsetJavaType extends AbstractClassJavaType<ZoneOffset> implements Serializable
-
-
Package org.hibernate.type.descriptor.java.spi
-
Class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType extends AbstractJavaType<C extends Collection<E>> implements Serializable
-
Serialized Fields
-
componentJavaType
JavaType<E> componentJavaType
-
semantics
CollectionSemantics<C extends Collection<E>,E> semantics
-
-
-
Class org.hibernate.type.descriptor.java.spi.CollectionJavaType extends AbstractClassJavaType<C> implements Serializable
-
Serialized Fields
-
semantics
CollectionSemantics<C,?> semantics
-
-
-
Class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.spi.EntityJavaType extends AbstractClassJavaType<T> implements Serializable
-
Class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor extends AbstractClassJavaType<T> implements Serializable
-
Class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry extends Object implements Serializable
-
Serialized Fields
-
descriptorsByType
ConcurrentHashMap<Type,JavaType<?>> descriptorsByType
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException extends HibernateException implements Serializable
-
Class org.hibernate.type.descriptor.java.spi.MapEntryJavaType extends AbstractClassJavaType<Map.Entry> implements Serializable
-
Class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType extends AbstractJavaType<T> implements Serializable
-
-
Package org.hibernate.type.descriptor.jdbc
-
Class org.hibernate.type.descriptor.jdbc.ArrayJdbcType extends Object implements Serializable
-
Serialized Fields
-
elementJdbcType
JdbcType elementJdbcType
-
-
-
Class org.hibernate.type.descriptor.jdbc.BasicBinder extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.BasicExtractor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.BigIntJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.BinaryJdbcType extends VarbinaryJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.BlobJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.BooleanJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.CharJdbcType extends VarcharJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.ClobJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.DateJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.DecimalJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.DoubleJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.FloatJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.InstantJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.IntegerJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.JsonJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType extends NVarcharJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType extends VarbinaryJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType extends VarcharJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.NCharJdbcType extends NVarcharJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.NClobJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.NullJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.NumericJdbcType extends DecimalJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.ObjectJdbcType extends Object implements Serializable
-
Serialized Fields
-
jdbcTypeCode
int jdbcTypeCode
-
-
-
Class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType extends ObjectJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType extends ObjectJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType extends ObjectJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.RealJdbcType extends FloatJdbcType implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.TimeJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.TimestampJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.UUIDJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType extends Object implements Serializable
-
Serialized Fields
-
supportsLiterals
boolean supportsLiterals
-
-
-
Class org.hibernate.type.descriptor.jdbc.VarcharJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.XmlJdbcType extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder extends BasicBinder<X> implements Serializable
-
-
Package org.hibernate.type.descriptor.jdbc.internal
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterArray extends BasicJdbcLiteralFormatter<T> implements Serializable
-
Serialized Fields
-
elementFormatter
JdbcLiteralFormatter<Object> elementFormatter
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterBinary extends BasicJdbcLiteralFormatter<T> implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterBoolean extends BasicJdbcLiteralFormatter<T> implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterCharacterData extends BasicJdbcLiteralFormatter<T> implements Serializable
-
Serialized Fields
-
isNationalized
boolean isNationalized
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterNumericData extends BasicJdbcLiteralFormatter<T> implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterTemporal extends BasicJdbcLiteralFormatter<T> implements Serializable
-
Serialized Fields
-
precision
jakarta.persistence.TemporalType precision
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterUUIDData extends BasicJdbcLiteralFormatter<T> implements Serializable
-
-
Package org.hibernate.type.descriptor.jdbc.spi
-
Class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter extends Object implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter extends AbstractJdbcLiteralFormatter<T> implements Serializable
-
Class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry extends Object implements Serializable
-
Serialized Fields
-
descriptorMap
ConcurrentHashMap<Integer,JdbcType> descriptorMap
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
-
Package org.hibernate.type.descriptor.sql
-
Package org.hibernate.type.descriptor.sql.internal
-
Class org.hibernate.type.descriptor.sql.internal.BinaryFloatDdlType extends DdlTypeImpl implements Serializable
-
Class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType extends DdlTypeImpl implements Serializable
-
Serialized Fields
-
typeEntries
org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.TypeEntry[] typeEntries
-
-
-
Class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.internal.Scale6IntervalSecondDdlType extends DdlTypeImpl implements Serializable
-
-
Package org.hibernate.type.descriptor.sql.spi
-
Package org.hibernate.type.internal
-
Class org.hibernate.type.internal.BasicTypeImpl extends AbstractSingleColumnStandardBasicType<J> implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper extends Object implements Serializable
-
Serialized Fields
-
comparator
Comparator<J> comparator
-
mutabilityPlan
MutabilityPlan<J> mutabilityPlan
-
userType
CompositeUserType<J> userType
-
-
-
Class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper extends Object implements Serializable
-
Serialized Fields
-
userType
CompositeUserType<J> userType
-
-
-
Class org.hibernate.type.internal.ConvertedBasicTypeImpl extends Object implements Serializable
-
Serialized Fields
-
converter
BasicValueConverter<J,?> converter
-
description
String description
-
jdbcLiteralFormatter
JdbcLiteralFormatter<J> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
jdbcValueBinder
ValueBinder<J> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<J> jdbcValueExtractor
-
name
String name
-
sqlTypes
int[] sqlTypes
-
-
-
Class org.hibernate.type.internal.CustomMutabilityConvertedBasicTypeImpl extends ConvertedBasicTypeImpl<J> implements Serializable
-
Serialized Fields
-
mutabilityPlan
MutabilityPlan<J> mutabilityPlan
-
-
-
Class org.hibernate.type.internal.ImmutableNamedBasicTypeImpl extends NamedBasicTypeImpl<J> implements Serializable
-
Class org.hibernate.type.internal.NamedBasicTypeImpl extends BasicTypeImpl<J> implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.type.internal.UserTypeJavaTypeWrapper extends Object implements Serializable
-
Serialized Fields
-
comparator
Comparator<J> comparator
-
mutabilityPlan
MutabilityPlan<J> mutabilityPlan
-
userType
UserType<J> userType
-
-
-
Class org.hibernate.type.internal.UserTypeJavaTypeWrapper.MutabilityPlanWrapper extends Object implements Serializable
-
Class org.hibernate.type.internal.UserTypeSqlTypeAdapter extends Object implements Serializable
-
Serialized Fields
-
jtd
JavaType<J> jtd
-
userType
UserType<J> userType
-
valueBinder
ValueBinder<J> valueBinder
-
valueExtractor
ValueExtractor<J> valueExtractor
-
-
-
Class org.hibernate.type.internal.UserTypeVersionJavaTypeWrapper extends UserTypeJavaTypeWrapper<J> implements Serializable
-
-
Package org.hibernate.type.spi
-
Class org.hibernate.type.spi.TypeConfiguration extends Object implements Serializable
-
Serialized Fields
-
arrayTuples
ConcurrentMap<org.hibernate.type.spi.TypeConfiguration.ArrayCacheKey,ArrayTupleType> arrayTuples
-
basicTypeByJavaType
ConcurrentHashMap<Type,BasicType<?>> basicTypeByJavaType
-
scope
org.hibernate.type.spi.TypeConfiguration.Scope scope
-
uuid
String uuid
-
-
-
-
Package org.hibernate.vibur.internal
-
Class org.hibernate.vibur.internal.ViburDBCPConnectionProvider extends Object implements Serializable
-
Serialized Fields
-
dataSource
org.vibur.dbcp.ViburDBCPDataSource dataSource
-
-
-