hibernate-core-6.6.18.Final.jar中文-英文对照文档.zip

org.hibernate.ormhibernate-core6.6.18.FinalAPI文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: hibernate-core-6.6.18.Final.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 43.73 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

hibernate-core-6.6.18.Final.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:hibernate-core-6.6.18.Final.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:hibernate-core-6.6.18.Final.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:hibernate-core-6.6.18.Final.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:hibernate-core-6.6.18.Final-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 hibernate-core-6.6.18.Final.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Hibernate ORM - hibernate-core
  • 描述: Hibernate 的核心 ORM 功能
  • 版本: 6.6.18.Final

Maven依赖

<dependency>
	<groupId>org.hibernate.orm</groupId>
	<artifactId>hibernate-core</artifactId>
	<version>6.6.18.Final</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.hibernate.orm', name: 'hibernate-core', version: '6.6.18.Final'
Gradle (Short):
	implementation 'org.hibernate.orm:hibernate-core:6.6.18.Final'
Gradle (Kotlin):
	implementation("org.hibernate.orm:hibernate-core:6.6.18.Final")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.hibernate
org.hibernate.action.spi
org.hibernate.annotations
org.hibernate.annotations.processing
org.hibernate.binder
org.hibernate.boot
org.hibernate.boot.archive.scan.spi
org.hibernate.boot.archive.spi
org.hibernate.boot.beanvalidation
org.hibernate.boot.cfgxml.spi
org.hibernate.boot.jaxb
org.hibernate.boot.jaxb.cfg.spi
org.hibernate.boot.jaxb.hbm.spi
org.hibernate.boot.jaxb.hbm.transform
org.hibernate.boot.jaxb.mapping
org.hibernate.boot.jaxb.mapping.marshall
org.hibernate.boot.jaxb.spi
org.hibernate.boot.model
org.hibernate.boot.model.convert.spi
org.hibernate.boot.model.naming
org.hibernate.boot.model.process.spi
org.hibernate.boot.model.relational
org.hibernate.boot.model.source.spi
org.hibernate.boot.query
org.hibernate.boot.registry
org.hibernate.boot.registry.classloading.spi
org.hibernate.boot.registry.selector
org.hibernate.boot.registry.selector.spi
org.hibernate.boot.spi
org.hibernate.boot.xsd
org.hibernate.bytecode
org.hibernate.bytecode.enhance
org.hibernate.bytecode.enhance.spi
org.hibernate.bytecode.enhance.spi.interceptor
org.hibernate.bytecode.spi
org.hibernate.cache
org.hibernate.cache.cfg.spi
org.hibernate.cache.spi
org.hibernate.cache.spi.access
org.hibernate.cache.spi.entry
org.hibernate.cache.spi.support
org.hibernate.cfg
org.hibernate.classic
org.hibernate.collection.spi
org.hibernate.context
org.hibernate.context.spi
org.hibernate.dialect
org.hibernate.dialect.aggregate
org.hibernate.dialect.function
org.hibernate.dialect.function.array
org.hibernate.dialect.hint
org.hibernate.dialect.identity
org.hibernate.dialect.lock
org.hibernate.dialect.pagination
org.hibernate.dialect.sequence
org.hibernate.dialect.temptable
org.hibernate.dialect.unique
org.hibernate.engine
org.hibernate.engine.config.spi
org.hibernate.engine.jdbc
org.hibernate.engine.jdbc.batch
org.hibernate.engine.jdbc.batch.spi
org.hibernate.engine.jdbc.connections.spi
org.hibernate.engine.jdbc.cursor.spi
org.hibernate.engine.jdbc.dialect.spi
org.hibernate.engine.jdbc.env.spi
org.hibernate.engine.jdbc.mutation
org.hibernate.engine.jdbc.mutation.group
org.hibernate.engine.jdbc.mutation.spi
org.hibernate.engine.jdbc.spi
org.hibernate.engine.jndi
org.hibernate.engine.jndi.spi
org.hibernate.engine.profile
org.hibernate.engine.query
org.hibernate.engine.query.spi
org.hibernate.engine.spi
org.hibernate.engine.transaction.jta.platform.spi
org.hibernate.engine.transaction.spi
org.hibernate.event.service.spi
org.hibernate.event.spi
org.hibernate.exception
org.hibernate.exception.spi
org.hibernate.generator
org.hibernate.generator.values
org.hibernate.grammars.graph
org.hibernate.grammars.hql
org.hibernate.grammars.importsql
org.hibernate.grammars.ordering
org.hibernate.graph
org.hibernate.graph.spi
org.hibernate.id
org.hibernate.id.enhanced
org.hibernate.id.factory
org.hibernate.id.factory.spi
org.hibernate.id.insert
org.hibernate.id.uuid
org.hibernate.integrator.spi
org.hibernate.jdbc
org.hibernate.jpa
org.hibernate.jpa.boot.spi
org.hibernate.jpa.event.spi
org.hibernate.jpa.spi
org.hibernate.loader
org.hibernate.loader.ast.spi
org.hibernate.mapping
org.hibernate.metadata
org.hibernate.metamodel
org.hibernate.metamodel.mapping
org.hibernate.metamodel.mapping.ordering
org.hibernate.metamodel.mapping.ordering.ast
org.hibernate.metamodel.model.domain
org.hibernate.metamodel.model.domain.spi
org.hibernate.metamodel.spi
org.hibernate.persister.collection
org.hibernate.persister.collection.mutation
org.hibernate.persister.entity
org.hibernate.persister.entity.mutation
org.hibernate.persister.spi
org.hibernate.persister.walking.spi
org.hibernate.pretty
org.hibernate.procedure
org.hibernate.procedure.spi
org.hibernate.property.access.spi
org.hibernate.proxy
org.hibernate.proxy.map
org.hibernate.proxy.pojo
org.hibernate.proxy.pojo.bytebuddy
org.hibernate.query
org.hibernate.query.criteria
org.hibernate.query.criteria.spi
org.hibernate.query.derived
org.hibernate.query.hql
org.hibernate.query.hql.spi
org.hibernate.query.named
org.hibernate.query.procedure
org.hibernate.query.results
org.hibernate.query.results.complete
org.hibernate.query.results.dynamic
org.hibernate.query.results.implicit
org.hibernate.query.spi
org.hibernate.query.sql
org.hibernate.query.sql.spi
org.hibernate.query.sqm
org.hibernate.query.sqm.function
org.hibernate.query.sqm.mutation.spi
org.hibernate.query.sqm.produce.function
org.hibernate.query.sqm.spi
org.hibernate.query.sqm.sql
org.hibernate.query.sqm.tree
org.hibernate.query.sqm.tree.cte
org.hibernate.query.sqm.tree.delete
org.hibernate.query.sqm.tree.domain
org.hibernate.query.sqm.tree.expression
org.hibernate.query.sqm.tree.from
org.hibernate.query.sqm.tree.insert
org.hibernate.query.sqm.tree.jpa
org.hibernate.query.sqm.tree.predicate
org.hibernate.query.sqm.tree.select
org.hibernate.query.sqm.tree.update
org.hibernate.relational
org.hibernate.resource.beans.container.spi
org.hibernate.resource.beans.spi
org.hibernate.resource.jdbc
org.hibernate.resource.jdbc.spi
org.hibernate.resource.transaction
org.hibernate.resource.transaction.backend.jdbc.spi
org.hibernate.resource.transaction.spi
org.hibernate.result
org.hibernate.result.spi
org.hibernate.service
org.hibernate.service.spi
org.hibernate.spi
org.hibernate.sql
org.hibernate.sql.ast
org.hibernate.sql.ast.spi
org.hibernate.sql.ast.tree
org.hibernate.sql.ast.tree.cte
org.hibernate.sql.ast.tree.delete
org.hibernate.sql.ast.tree.expression
org.hibernate.sql.ast.tree.from
org.hibernate.sql.ast.tree.insert
org.hibernate.sql.ast.tree.predicate
org.hibernate.sql.ast.tree.select
org.hibernate.sql.ast.tree.update
org.hibernate.sql.exec
org.hibernate.sql.exec.spi
org.hibernate.sql.model
org.hibernate.sql.model.ast
org.hibernate.sql.model.ast.builder
org.hibernate.sql.model.jdbc
org.hibernate.sql.results
org.hibernate.sql.results.caching
org.hibernate.sql.results.graph
org.hibernate.sql.results.graph.basic
org.hibernate.sql.results.graph.collection
org.hibernate.sql.results.graph.embeddable
org.hibernate.sql.results.graph.entity
org.hibernate.sql.results.graph.instantiation
org.hibernate.sql.results.graph.tuple
org.hibernate.sql.results.jdbc.spi
org.hibernate.sql.results.spi
org.hibernate.stat
org.hibernate.stat.spi
org.hibernate.tool.schema
org.hibernate.tool.schema.extract.spi
org.hibernate.tool.schema.spi
org.hibernate.transform
org.hibernate.tuple
org.hibernate.tuple.component
org.hibernate.tuple.entity
org.hibernate.type
org.hibernate.type.descriptor
org.hibernate.type.descriptor.converter.spi
org.hibernate.type.descriptor.java
org.hibernate.type.descriptor.java.spi
org.hibernate.type.descriptor.jdbc
org.hibernate.type.descriptor.jdbc.spi
org.hibernate.type.descriptor.sql
org.hibernate.type.descriptor.sql.spi
org.hibernate.type.format
org.hibernate.type.format.jackson
org.hibernate.type.format.jakartajson
org.hibernate.type.format.jaxb
org.hibernate.type.spi
org.hibernate.usertype

本组件包含的 Java class(类)

org.hibernate.AnnotationException
org.hibernate.AssertionFailure
org.hibernate.BaseSessionEventListener
org.hibernate.Cache
org.hibernate.CacheMode
org.hibernate.CallbackException
org.hibernate.ConnectionAcquisitionMode
org.hibernate.ConnectionReleaseMode
org.hibernate.CustomEntityDirtinessStrategy
org.hibernate.CustomEntityDirtinessStrategy.AttributeChecker
org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
org.hibernate.CustomEntityDirtinessStrategy.DirtyCheckContext
org.hibernate.DuplicateMappingException
org.hibernate.DuplicateMappingException.Type
org.hibernate.EmptyInterceptor
org.hibernate.EntityFilterException
org.hibernate.EntityNameResolver
org.hibernate.FetchMode
org.hibernate.FetchNotFoundException
org.hibernate.Filter
org.hibernate.FlushMode
org.hibernate.Hibernate
org.hibernate.Hibernate.CollectionInterface
org.hibernate.HibernateError
org.hibernate.HibernateException
org.hibernate.IdentifierLoadAccess
org.hibernate.Incubating
org.hibernate.InstantiationException
org.hibernate.Interceptor
org.hibernate.Internal
org.hibernate.InvalidMappingException
org.hibernate.JDBCException
org.hibernate.LazyInitializationException
org.hibernate.Length
org.hibernate.LobHelper
org.hibernate.LockMode
org.hibernate.LockOptions
org.hibernate.MappingException
org.hibernate.Metamodel
org.hibernate.MultiIdentifierLoadAccess
org.hibernate.NaturalIdLoadAccess
org.hibernate.NaturalIdMultiLoadAccess
org.hibernate.NonUniqueObjectException
org.hibernate.NonUniqueResultException
org.hibernate.ObjectDeletedException
org.hibernate.ObjectNotFoundException
org.hibernate.PersistentObjectException
org.hibernate.PessimisticLockException
org.hibernate.PropertyAccessException
org.hibernate.PropertyNotFoundException
org.hibernate.PropertySetterAccessException
org.hibernate.PropertyValueException
org.hibernate.QueryException
org.hibernate.QueryParameterException
org.hibernate.QueryTimeoutException
org.hibernate.Remove
org.hibernate.ReplicationMode
org.hibernate.ResourceClosedException
org.hibernate.ScrollMode
org.hibernate.ScrollableResults
org.hibernate.Session
org.hibernate.Session.LockRequest
org.hibernate.SessionBuilder
org.hibernate.SessionEventListener
org.hibernate.SessionException
org.hibernate.SessionFactory
org.hibernate.SessionFactoryObserver
org.hibernate.SharedSessionBuilder
org.hibernate.SharedSessionContract
org.hibernate.SimpleNaturalIdLoadAccess
org.hibernate.StaleObjectStateException
org.hibernate.StaleStateException
org.hibernate.StatelessSession
org.hibernate.StatelessSessionBuilder
org.hibernate.TimeZoneStorageStrategy
org.hibernate.Transaction
org.hibernate.TransactionException
org.hibernate.TransactionManagementException
org.hibernate.TransientObjectException
org.hibernate.TransientPropertyValueException
org.hibernate.TypeMismatchException
org.hibernate.UnknownEntityTypeException
org.hibernate.UnknownFilterException
org.hibernate.UnknownProfileException
org.hibernate.UnresolvableObjectException
org.hibernate.UnsupportedLockAttemptException
org.hibernate.Version
org.hibernate.WrongClassException
org.hibernate.action.spi.AfterTransactionCompletionProcess
org.hibernate.action.spi.BeforeTransactionCompletionProcess
org.hibernate.action.spi.Executable
org.hibernate.annotations.Any
org.hibernate.annotations.AnyDiscriminator
org.hibernate.annotations.AnyDiscriminatorValue
org.hibernate.annotations.AnyDiscriminatorValues
org.hibernate.annotations.AnyKeyJavaClass
org.hibernate.annotations.AnyKeyJavaType
org.hibernate.annotations.AnyKeyJdbcType
org.hibernate.annotations.AnyKeyJdbcTypeCode
org.hibernate.annotations.Array
org.hibernate.annotations.AttributeAccessor
org.hibernate.annotations.AttributeBinderType
org.hibernate.annotations.Bag
org.hibernate.annotations.BatchSize
org.hibernate.annotations.Cache
org.hibernate.annotations.CacheConcurrencyStrategy
org.hibernate.annotations.CacheLayout
org.hibernate.annotations.CacheModeType
org.hibernate.annotations.Cascade
org.hibernate.annotations.CascadeType
org.hibernate.annotations.Check
org.hibernate.annotations.Checks
org.hibernate.annotations.Collate
org.hibernate.annotations.CollectionId
org.hibernate.annotations.CollectionIdJavaType
org.hibernate.annotations.CollectionIdJdbcType
org.hibernate.annotations.CollectionIdJdbcTypeCode
org.hibernate.annotations.CollectionIdMutability
org.hibernate.annotations.CollectionIdType
org.hibernate.annotations.CollectionType
org.hibernate.annotations.CollectionTypeRegistration
org.hibernate.annotations.CollectionTypeRegistrations
org.hibernate.annotations.ColumnDefault
org.hibernate.annotations.ColumnTransformer
org.hibernate.annotations.ColumnTransformers
org.hibernate.annotations.Columns
org.hibernate.annotations.Comment
org.hibernate.annotations.Comments
org.hibernate.annotations.CompositeType
org.hibernate.annotations.CompositeTypeRegistration
org.hibernate.annotations.CompositeTypeRegistrations
org.hibernate.annotations.ConcreteProxy
org.hibernate.annotations.ConverterRegistration
org.hibernate.annotations.ConverterRegistrations
org.hibernate.annotations.CreationTimestamp
org.hibernate.annotations.CurrentTimestamp
org.hibernate.annotations.DialectOverride
org.hibernate.annotations.DialectOverride.Check
org.hibernate.annotations.DialectOverride.Checks
org.hibernate.annotations.DialectOverride.ColumnDefault
org.hibernate.annotations.DialectOverride.ColumnDefaults
org.hibernate.annotations.DialectOverride.DiscriminatorFormula
org.hibernate.annotations.DialectOverride.DiscriminatorFormulas
org.hibernate.annotations.DialectOverride.FilterDefOverrides
org.hibernate.annotations.DialectOverride.FilterDefs
org.hibernate.annotations.DialectOverride.FilterOverrides
org.hibernate.annotations.DialectOverride.Filters
org.hibernate.annotations.DialectOverride.Formula
org.hibernate.annotations.DialectOverride.Formulas
org.hibernate.annotations.DialectOverride.GeneratedColumn
org.hibernate.annotations.DialectOverride.GeneratedColumns
org.hibernate.annotations.DialectOverride.JoinFormula
org.hibernate.annotations.DialectOverride.JoinFormulas
org.hibernate.annotations.DialectOverride.OrderBy
org.hibernate.annotations.DialectOverride.OrderBys
org.hibernate.annotations.DialectOverride.OverridesAnnotation
org.hibernate.annotations.DialectOverride.SQLDelete
org.hibernate.annotations.DialectOverride.SQLDeleteAll
org.hibernate.annotations.DialectOverride.SQLDeleteAlls
org.hibernate.annotations.DialectOverride.SQLDeletes
org.hibernate.annotations.DialectOverride.SQLInsert
org.hibernate.annotations.DialectOverride.SQLInserts
org.hibernate.annotations.DialectOverride.SQLOrder
org.hibernate.annotations.DialectOverride.SQLOrders
org.hibernate.annotations.DialectOverride.SQLRestriction
org.hibernate.annotations.DialectOverride.SQLRestrictions
org.hibernate.annotations.DialectOverride.SQLSelect
org.hibernate.annotations.DialectOverride.SQLSelects
org.hibernate.annotations.DialectOverride.SQLUpdate
org.hibernate.annotations.DialectOverride.SQLUpdates
org.hibernate.annotations.DialectOverride.Version
org.hibernate.annotations.DialectOverride.Where
org.hibernate.annotations.DialectOverride.Wheres
org.hibernate.annotations.DiscriminatorFormula
org.hibernate.annotations.DiscriminatorOptions
org.hibernate.annotations.DynamicInsert
org.hibernate.annotations.DynamicUpdate
org.hibernate.annotations.EmbeddableInstantiator
org.hibernate.annotations.EmbeddableInstantiatorRegistration
org.hibernate.annotations.EmbeddableInstantiatorRegistrations
org.hibernate.annotations.Fetch
org.hibernate.annotations.FetchMode
org.hibernate.annotations.FetchProfile
org.hibernate.annotations.FetchProfile.FetchOverride
org.hibernate.annotations.FetchProfileOverride
org.hibernate.annotations.FetchProfileOverrides
org.hibernate.annotations.FetchProfiles
org.hibernate.annotations.Filter
org.hibernate.annotations.FilterDef
org.hibernate.annotations.FilterDefs
org.hibernate.annotations.FilterJoinTable
org.hibernate.annotations.FilterJoinTables
org.hibernate.annotations.Filters
org.hibernate.annotations.FlushModeType
org.hibernate.annotations.ForeignKey
org.hibernate.annotations.Formula
org.hibernate.annotations.FractionalSeconds
org.hibernate.annotations.Generated
org.hibernate.annotations.GeneratedColumn
org.hibernate.annotations.GenerationTime
org.hibernate.annotations.GeneratorType
org.hibernate.annotations.GenericGenerator
org.hibernate.annotations.GenericGenerators
org.hibernate.annotations.HQLSelect
org.hibernate.annotations.IdGeneratorType
org.hibernate.annotations.Immutable
org.hibernate.annotations.Imported
org.hibernate.annotations.Index
org.hibernate.annotations.IndexColumn
org.hibernate.annotations.Instantiator
org.hibernate.annotations.JavaType
org.hibernate.annotations.JavaTypeRegistration
org.hibernate.annotations.JavaTypeRegistrations
org.hibernate.annotations.JdbcType
org.hibernate.annotations.JdbcTypeCode
org.hibernate.annotations.JdbcTypeRegistration
org.hibernate.annotations.JdbcTypeRegistrations
org.hibernate.annotations.JoinColumnOrFormula
org.hibernate.annotations.JoinColumnsOrFormulas
org.hibernate.annotations.JoinFormula
org.hibernate.annotations.LazyCollection
org.hibernate.annotations.LazyCollectionOption
org.hibernate.annotations.LazyGroup
org.hibernate.annotations.LazyToOne
org.hibernate.annotations.LazyToOneOption
org.hibernate.annotations.ListIndexBase
org.hibernate.annotations.ListIndexJavaType
org.hibernate.annotations.ListIndexJdbcType
org.hibernate.annotations.ListIndexJdbcTypeCode
org.hibernate.annotations.Loader
org.hibernate.annotations.ManyToAny
org.hibernate.annotations.MapKeyCompositeType
org.hibernate.annotations.MapKeyJavaType
org.hibernate.annotations.MapKeyJdbcType
org.hibernate.annotations.MapKeyJdbcTypeCode
org.hibernate.annotations.MapKeyMutability
org.hibernate.annotations.MapKeyType
org.hibernate.annotations.Mutability
org.hibernate.annotations.NamedNativeQueries
org.hibernate.annotations.NamedNativeQuery
org.hibernate.annotations.NamedQueries
org.hibernate.annotations.NamedQuery
org.hibernate.annotations.Nationalized
org.hibernate.annotations.NaturalId
org.hibernate.annotations.NaturalIdCache
org.hibernate.annotations.NoAttributeConverter
org.hibernate.annotations.NotFound
org.hibernate.annotations.NotFoundAction
org.hibernate.annotations.OnDelete
org.hibernate.annotations.OnDeleteAction
org.hibernate.annotations.OptimisticLock
org.hibernate.annotations.OptimisticLockType
org.hibernate.annotations.OptimisticLocking
org.hibernate.annotations.OrderBy
org.hibernate.annotations.ParamDef
org.hibernate.annotations.Parameter
org.hibernate.annotations.Parent
org.hibernate.annotations.PartitionKey
org.hibernate.annotations.Persister
org.hibernate.annotations.Polymorphism
org.hibernate.annotations.PolymorphismType
org.hibernate.annotations.Proxy
org.hibernate.annotations.QueryCacheLayout
org.hibernate.annotations.QueryHints
org.hibernate.annotations.ResultCheckStyle
org.hibernate.annotations.RowId
org.hibernate.annotations.SQLDelete
org.hibernate.annotations.SQLDeleteAll
org.hibernate.annotations.SQLDeletes
org.hibernate.annotations.SQLInsert
org.hibernate.annotations.SQLInserts
org.hibernate.annotations.SQLJoinTableRestriction
org.hibernate.annotations.SQLOrder
org.hibernate.annotations.SQLRestriction
org.hibernate.annotations.SQLSelect
org.hibernate.annotations.SQLUpdate
org.hibernate.annotations.SQLUpdates
org.hibernate.annotations.SecondaryRow
org.hibernate.annotations.SecondaryRows
org.hibernate.annotations.SelectBeforeUpdate
org.hibernate.annotations.SoftDelete
org.hibernate.annotations.SoftDelete.UnspecifiedConversion
org.hibernate.annotations.SoftDeleteType
org.hibernate.annotations.SortComparator
org.hibernate.annotations.SortNatural
org.hibernate.annotations.Source
org.hibernate.annotations.SourceType
org.hibernate.annotations.SqlFragmentAlias
org.hibernate.annotations.Struct
org.hibernate.annotations.Subselect
org.hibernate.annotations.Synchronize
org.hibernate.annotations.Table
org.hibernate.annotations.Tables
org.hibernate.annotations.Target
org.hibernate.annotations.TenantId
org.hibernate.annotations.TimeZoneColumn
org.hibernate.annotations.TimeZoneStorage
org.hibernate.annotations.TimeZoneStorageType
org.hibernate.annotations.Type
org.hibernate.annotations.TypeBinderType
org.hibernate.annotations.TypeRegistration
org.hibernate.annotations.TypeRegistrations
org.hibernate.annotations.UpdateTimestamp
org.hibernate.annotations.UuidGenerator
org.hibernate.annotations.UuidGenerator.Style
org.hibernate.annotations.ValueGenerationType
org.hibernate.annotations.View
org.hibernate.annotations.Where
org.hibernate.annotations.WhereJoinTable
org.hibernate.annotations.processing.CheckHQL
org.hibernate.annotations.processing.Exclude
org.hibernate.annotations.processing.Find
org.hibernate.annotations.processing.GenericDialect
org.hibernate.annotations.processing.HQL
org.hibernate.annotations.processing.Pattern
org.hibernate.annotations.processing.SQL
org.hibernate.binder.AttributeBinder
org.hibernate.binder.TypeBinder
org.hibernate.boot.AttributeConverterInfo
org.hibernate.boot.BootLogging
org.hibernate.boot.CacheRegionDefinition
org.hibernate.boot.CacheRegionDefinition.CacheRegionType
org.hibernate.boot.InvalidMappingException
org.hibernate.boot.MappingException
org.hibernate.boot.MappingNotFoundException
org.hibernate.boot.Metadata
org.hibernate.boot.MetadataBuilder
org.hibernate.boot.MetadataSources
org.hibernate.boot.ResourceLocator
org.hibernate.boot.ResourceStreamLocator
org.hibernate.boot.SchemaAutoTooling
org.hibernate.boot.SessionFactoryBuilder
org.hibernate.boot.TempTableDdlTransactionHandling
org.hibernate.boot.UnsupportedOrmXsdVersionException
org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
org.hibernate.boot.archive.scan.spi.ClassDescriptor
org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
org.hibernate.boot.archive.scan.spi.ClassFileArchiveEntryHandler
org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
org.hibernate.boot.archive.scan.spi.NonClassFileArchiveEntryHandler
org.hibernate.boot.archive.scan.spi.PackageDescriptor
org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
org.hibernate.boot.archive.scan.spi.ScanEnvironment
org.hibernate.boot.archive.scan.spi.ScanOptions
org.hibernate.boot.archive.scan.spi.ScanParameters
org.hibernate.boot.archive.scan.spi.ScanResult
org.hibernate.boot.archive.scan.spi.Scanner
org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
org.hibernate.boot.archive.spi.ArchiveContext
org.hibernate.boot.archive.spi.ArchiveDescriptor
org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
org.hibernate.boot.archive.spi.ArchiveEntry
org.hibernate.boot.archive.spi.ArchiveEntryHandler
org.hibernate.boot.archive.spi.ArchiveException
org.hibernate.boot.archive.spi.InputStreamAccess
org.hibernate.boot.archive.spi.JarFileEntryUrlAdjuster
org.hibernate.boot.beanvalidation.ActivationContext
org.hibernate.boot.beanvalidation.BeanValidationEventListener
org.hibernate.boot.beanvalidation.BeanValidationIntegrator
org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
org.hibernate.boot.beanvalidation.GroupsPerOperation
org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
org.hibernate.boot.beanvalidation.HibernateTraversableResolver
org.hibernate.boot.beanvalidation.IntegrationException
org.hibernate.boot.beanvalidation.ValidationMode
org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
org.hibernate.boot.cfgxml.spi.LoadedConfig
org.hibernate.boot.cfgxml.spi.MappingReference
org.hibernate.boot.cfgxml.spi.MappingReference.Type
org.hibernate.boot.jaxb.JaxbLogger
org.hibernate.boot.jaxb.Origin
org.hibernate.boot.jaxb.SourceType
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
org.hibernate.boot.jaxb.hbm.spi.Adapter1
org.hibernate.boot.jaxb.hbm.spi.Adapter2
org.hibernate.boot.jaxb.hbm.spi.Adapter3
org.hibernate.boot.jaxb.hbm.spi.Adapter4
org.hibernate.boot.jaxb.hbm.spi.Adapter5
org.hibernate.boot.jaxb.hbm.spi.Adapter6
org.hibernate.boot.jaxb.hbm.spi.Adapter7
org.hibernate.boot.jaxb.hbm.spi.Adapter8
org.hibernate.boot.jaxb.hbm.spi.Adapter9
org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
org.hibernate.boot.jaxb.hbm.spi.ConfigParameterContainer
org.hibernate.boot.jaxb.hbm.spi.Discriminatable
org.hibernate.boot.jaxb.hbm.spi.EntityInfo
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
org.hibernate.boot.jaxb.hbm.spi.NativeQueryReturn
org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingBindingDefinition
org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingContainer
org.hibernate.boot.jaxb.hbm.spi.SecondaryTableContainer
org.hibernate.boot.jaxb.hbm.spi.SimpleValueTypeInfo
org.hibernate.boot.jaxb.hbm.spi.SingularAttributeInfo
org.hibernate.boot.jaxb.hbm.spi.SubEntityInfo
org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
org.hibernate.boot.jaxb.hbm.spi.TypeContainer
org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
org.hibernate.boot.jaxb.hbm.transform.HbmTransformationLogging
org.hibernate.boot.jaxb.hbm.transform.HbmXmlTransformer
org.hibernate.boot.jaxb.hbm.transform.HbmXmlTransformer.Options
org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
org.hibernate.boot.jaxb.mapping.Adapter1
org.hibernate.boot.jaxb.mapping.Adapter10
org.hibernate.boot.jaxb.mapping.Adapter11
org.hibernate.boot.jaxb.mapping.Adapter12
org.hibernate.boot.jaxb.mapping.Adapter13
org.hibernate.boot.jaxb.mapping.Adapter14
org.hibernate.boot.jaxb.mapping.Adapter15
org.hibernate.boot.jaxb.mapping.Adapter16
org.hibernate.boot.jaxb.mapping.Adapter17
org.hibernate.boot.jaxb.mapping.Adapter18
org.hibernate.boot.jaxb.mapping.Adapter19
org.hibernate.boot.jaxb.mapping.Adapter2
org.hibernate.boot.jaxb.mapping.Adapter20
org.hibernate.boot.jaxb.mapping.Adapter3
org.hibernate.boot.jaxb.mapping.Adapter4
org.hibernate.boot.jaxb.mapping.Adapter5
org.hibernate.boot.jaxb.mapping.Adapter6
org.hibernate.boot.jaxb.mapping.Adapter7
org.hibernate.boot.jaxb.mapping.Adapter8
org.hibernate.boot.jaxb.mapping.Adapter9
org.hibernate.boot.jaxb.mapping.AssociationAttribute
org.hibernate.boot.jaxb.mapping.AttributesContainer
org.hibernate.boot.jaxb.mapping.CollectionAttribute
org.hibernate.boot.jaxb.mapping.DiscriminatedAssociation
org.hibernate.boot.jaxb.mapping.DiscriminatedAssociation.Discriminator
org.hibernate.boot.jaxb.mapping.DiscriminatedAssociation.Key
org.hibernate.boot.jaxb.mapping.DiscriminatorMapping
org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
org.hibernate.boot.jaxb.mapping.FetchableAttribute
org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
org.hibernate.boot.jaxb.mapping.JaxbAttributes
org.hibernate.boot.jaxb.mapping.JaxbBasic
org.hibernate.boot.jaxb.mapping.JaxbCacheInclusionType
org.hibernate.boot.jaxb.mapping.JaxbCaching
org.hibernate.boot.jaxb.mapping.JaxbCascadeType
org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
org.hibernate.boot.jaxb.mapping.JaxbColumn
org.hibernate.boot.jaxb.mapping.JaxbColumnResult
org.hibernate.boot.jaxb.mapping.JaxbColumnType
org.hibernate.boot.jaxb.mapping.JaxbCompositeUserTypeRegistration
org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
org.hibernate.boot.jaxb.mapping.JaxbConstructorResult
org.hibernate.boot.jaxb.mapping.JaxbConvert
org.hibernate.boot.jaxb.mapping.JaxbConverter
org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
org.hibernate.boot.jaxb.mapping.JaxbCustomLoader
org.hibernate.boot.jaxb.mapping.JaxbCustomSql
org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject.JaxbDefinition
org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
org.hibernate.boot.jaxb.mapping.JaxbElementCollection
org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
org.hibernate.boot.jaxb.mapping.JaxbEmbedded
org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
org.hibernate.boot.jaxb.mapping.JaxbEmptyType
org.hibernate.boot.jaxb.mapping.JaxbEntity
org.hibernate.boot.jaxb.mapping.JaxbEntityListener
org.hibernate.boot.jaxb.mapping.JaxbEntityListeners
org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
org.hibernate.boot.jaxb.mapping.JaxbEntityResult
org.hibernate.boot.jaxb.mapping.JaxbFetchProfile
org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
org.hibernate.boot.jaxb.mapping.JaxbFieldResult
org.hibernate.boot.jaxb.mapping.JaxbFilterDef
org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
org.hibernate.boot.jaxb.mapping.JaxbForeignKey
org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue
org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminatorValueMapping
org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey
org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
org.hibernate.boot.jaxb.mapping.JaxbHqlImport
org.hibernate.boot.jaxb.mapping.JaxbId
org.hibernate.boot.jaxb.mapping.JaxbIdClass
org.hibernate.boot.jaxb.mapping.JaxbIndex
org.hibernate.boot.jaxb.mapping.JaxbInheritance
org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
org.hibernate.boot.jaxb.mapping.JaxbJoinTable
org.hibernate.boot.jaxb.mapping.JaxbLob
org.hibernate.boot.jaxb.mapping.JaxbManyToMany
org.hibernate.boot.jaxb.mapping.JaxbManyToOne
org.hibernate.boot.jaxb.mapping.JaxbMapKey
org.hibernate.boot.jaxb.mapping.JaxbMapKeyClass
org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
org.hibernate.boot.jaxb.mapping.JaxbNationalized
org.hibernate.boot.jaxb.mapping.JaxbNaturalId
org.hibernate.boot.jaxb.mapping.JaxbOneToMany
org.hibernate.boot.jaxb.mapping.JaxbOneToOne
org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
org.hibernate.boot.jaxb.mapping.JaxbPluralFetchMode
org.hibernate.boot.jaxb.mapping.JaxbPostLoad
org.hibernate.boot.jaxb.mapping.JaxbPostPersist
org.hibernate.boot.jaxb.mapping.JaxbPostRemove
org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
org.hibernate.boot.jaxb.mapping.JaxbPrePersist
org.hibernate.boot.jaxb.mapping.JaxbPreRemove
org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
org.hibernate.boot.jaxb.mapping.JaxbQueryHint
org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
org.hibernate.boot.jaxb.mapping.JaxbSingularFetchMode
org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
org.hibernate.boot.jaxb.mapping.JaxbSynchronizedTable
org.hibernate.boot.jaxb.mapping.JaxbTable
org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
org.hibernate.boot.jaxb.mapping.JaxbTenantId
org.hibernate.boot.jaxb.mapping.JaxbTransient
org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
org.hibernate.boot.jaxb.mapping.JaxbUuidGenerator
org.hibernate.boot.jaxb.mapping.JaxbVersion
org.hibernate.boot.jaxb.mapping.LifecycleCallback
org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
org.hibernate.boot.jaxb.mapping.ManagedType
org.hibernate.boot.jaxb.mapping.NamedQuery
org.hibernate.boot.jaxb.mapping.NaturalId
org.hibernate.boot.jaxb.mapping.ObjectFactory
org.hibernate.boot.jaxb.mapping.PersistentAttribute
org.hibernate.boot.jaxb.mapping.SchemaAware
org.hibernate.boot.jaxb.mapping.ToOneAttribute
org.hibernate.boot.jaxb.mapping.marshall.AccessTypeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.CacheAccessTypeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.CacheModeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.CollectionClassificationMarshalling
org.hibernate.boot.jaxb.mapping.marshall.ConstraintModeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.DiscriminatorTypeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.EnumTypeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.FetchTypeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.FlushModeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.GenerationTimingMarshalling
org.hibernate.boot.jaxb.mapping.marshall.GenerationTypeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.InheritanceTypeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.LockModeTypeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.OnDeleteActionMarshalling
org.hibernate.boot.jaxb.mapping.marshall.OptimisticLockStyleMarshalling
org.hibernate.boot.jaxb.mapping.marshall.ParameterModeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.PolymorphismTypeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.ResultCheckStyleMarshalling
org.hibernate.boot.jaxb.mapping.marshall.TemporalTypeMarshalling
org.hibernate.boot.jaxb.mapping.marshall.UuidGeneratorStyleMarshalling
org.hibernate.boot.jaxb.spi.BindableMappingDescriptor
org.hibernate.boot.jaxb.spi.Binder
org.hibernate.boot.jaxb.spi.Binding
org.hibernate.boot.jaxb.spi.XmlSource
org.hibernate.boot.model.Caching
org.hibernate.boot.model.CustomSql
org.hibernate.boot.model.FunctionContributions
org.hibernate.boot.model.FunctionContributor
org.hibernate.boot.model.IdentifierGeneratorDefinition
org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
org.hibernate.boot.model.JavaTypeDescriptor
org.hibernate.boot.model.NamedEntityGraphDefinition
org.hibernate.boot.model.TruthValue
org.hibernate.boot.model.TypeBeanInstanceProducer
org.hibernate.boot.model.TypeContributions
org.hibernate.boot.model.TypeContributor
org.hibernate.boot.model.TypeDefinition
org.hibernate.boot.model.TypeDefinitionRegistry
org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
org.hibernate.boot.model.convert.spi.ConverterDescriptor
org.hibernate.boot.model.convert.spi.ConverterRegistry
org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
org.hibernate.boot.model.convert.spi.RegisteredConversion
org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
org.hibernate.boot.model.naming.DatabaseIdentifier
org.hibernate.boot.model.naming.EntityNaming
org.hibernate.boot.model.naming.Identifier
org.hibernate.boot.model.naming.IllegalIdentifierException
org.hibernate.boot.model.naming.ImplicitAnyDiscriminatorColumnNameSource
org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
org.hibernate.boot.model.naming.ImplicitConstraintNameSource
org.hibernate.boot.model.naming.ImplicitDiscriminatorColumnNameSource
org.hibernate.boot.model.naming.ImplicitEntityNameSource
org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
org.hibernate.boot.model.naming.ImplicitIndexColumnNameSource
org.hibernate.boot.model.naming.ImplicitIndexNameSource
org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
org.hibernate.boot.model.naming.ImplicitMapKeyColumnNameSource
org.hibernate.boot.model.naming.ImplicitNameSource
org.hibernate.boot.model.naming.ImplicitNamingStrategy
org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
org.hibernate.boot.model.naming.ImplicitTenantIdColumnNameSource
org.hibernate.boot.model.naming.ImplicitUniqueKeyNameSource
org.hibernate.boot.model.naming.NamingHelper
org.hibernate.boot.model.naming.NamingStrategyHelper
org.hibernate.boot.model.naming.ObjectNameNormalizer
org.hibernate.boot.model.naming.PhysicalNamingStrategy
org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
org.hibernate.boot.model.process.spi.ManagedResources
org.hibernate.boot.model.process.spi.MetadataBuildingProcess
org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
org.hibernate.boot.model.relational.AuxiliaryDatabaseObject.Expandable
org.hibernate.boot.model.relational.ColumnOrderingStrategy
org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.ColumnComparator
org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.TemporaryTableColumnComparator
org.hibernate.boot.model.relational.ContributableDatabaseObject
org.hibernate.boot.model.relational.Database
org.hibernate.boot.model.relational.Exportable
org.hibernate.boot.model.relational.ExportableProducer
org.hibernate.boot.model.relational.InitCommand
org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
org.hibernate.boot.model.relational.Namespace
org.hibernate.boot.model.relational.Namespace.ComparableHelper
org.hibernate.boot.model.relational.Namespace.Name
org.hibernate.boot.model.relational.QualifiedName
org.hibernate.boot.model.relational.QualifiedNameImpl
org.hibernate.boot.model.relational.QualifiedNameParser
org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
org.hibernate.boot.model.relational.QualifiedSequenceName
org.hibernate.boot.model.relational.QualifiedTableName
org.hibernate.boot.model.relational.QualifiedTypeName
org.hibernate.boot.model.relational.Sequence
org.hibernate.boot.model.relational.Sequence.Name
org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
org.hibernate.boot.model.relational.SqlStringGenerationContext
org.hibernate.boot.model.source.spi.AbstractAttributeKey
org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
org.hibernate.boot.model.source.spi.AnyKeySource
org.hibernate.boot.model.source.spi.AnyMappingSource
org.hibernate.boot.model.source.spi.AssociationSource
org.hibernate.boot.model.source.spi.AttributePath
org.hibernate.boot.model.source.spi.AttributeRole
org.hibernate.boot.model.source.spi.AttributeSource
org.hibernate.boot.model.source.spi.AttributeSourceContainer
org.hibernate.boot.model.source.spi.CascadeStyleSource
org.hibernate.boot.model.source.spi.CollectionIdSource
org.hibernate.boot.model.source.spi.ColumnBindingDefaults
org.hibernate.boot.model.source.spi.ColumnSource
org.hibernate.boot.model.source.spi.ColumnsAndFormulasSourceContainer
org.hibernate.boot.model.source.spi.CompositeIdentifierSource
org.hibernate.boot.model.source.spi.DerivedValueSource
org.hibernate.boot.model.source.spi.DiscriminatorSource
org.hibernate.boot.model.source.spi.EmbeddableMapping
org.hibernate.boot.model.source.spi.EmbeddableSource
org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
org.hibernate.boot.model.source.spi.EntityHierarchySource
org.hibernate.boot.model.source.spi.EntityNamingSource
org.hibernate.boot.model.source.spi.EntityNamingSourceContributor
org.hibernate.boot.model.source.spi.EntitySource
org.hibernate.boot.model.source.spi.FetchCharacteristics
org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
org.hibernate.boot.model.source.spi.FetchCharacteristicsSingularAssociation
org.hibernate.boot.model.source.spi.FetchableAttributeSource
org.hibernate.boot.model.source.spi.FilterSource
org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
org.hibernate.boot.model.source.spi.HibernateTypeSource
org.hibernate.boot.model.source.spi.IdentifiableTypeSource
org.hibernate.boot.model.source.spi.IdentifierSource
org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
org.hibernate.boot.model.source.spi.IdentifierSourceSimple
org.hibernate.boot.model.source.spi.InLineViewSource
org.hibernate.boot.model.source.spi.InheritanceType
org.hibernate.boot.model.source.spi.JavaTypeDescriptorResolvable
org.hibernate.boot.model.source.spi.JdbcDataType
org.hibernate.boot.model.source.spi.JoinedSubclassEntitySource
org.hibernate.boot.model.source.spi.JpaCallbackSource
org.hibernate.boot.model.source.spi.LocalMetadataBuildingContext
org.hibernate.boot.model.source.spi.MapsIdSource
org.hibernate.boot.model.source.spi.MetadataSourceProcessor
org.hibernate.boot.model.source.spi.MultiTenancySource
org.hibernate.boot.model.source.spi.NaturalIdMutability
org.hibernate.boot.model.source.spi.Orderable
org.hibernate.boot.model.source.spi.PluralAttributeElementNature
org.hibernate.boot.model.source.spi.PluralAttributeElementSource
org.hibernate.boot.model.source.spi.PluralAttributeElementSourceAssociation
org.hibernate.boot.model.source.spi.PluralAttributeElementSourceBasic
org.hibernate.boot.model.source.spi.PluralAttributeElementSourceEmbedded
org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToAny
org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
org.hibernate.boot.model.source.spi.PluralAttributeKeySource
org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToAnySource
org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
org.hibernate.boot.model.source.spi.PluralAttributeMapKeySourceBasic
org.hibernate.boot.model.source.spi.PluralAttributeMapKeySourceEmbedded
org.hibernate.boot.model.source.spi.PluralAttributeNature
org.hibernate.boot.model.source.spi.PluralAttributeSequentialIndexSource
org.hibernate.boot.model.source.spi.PluralAttributeSource
org.hibernate.boot.model.source.spi.PluralAttributeSourceArray
org.hibernate.boot.model.source.spi.RelationalValueSource
org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
org.hibernate.boot.model.source.spi.SecondaryTableSource
org.hibernate.boot.model.source.spi.SingularAttributeNature
org.hibernate.boot.model.source.spi.SingularAttributeSource
org.hibernate.boot.model.source.spi.SingularAttributeSourceAny
org.hibernate.boot.model.source.spi.SingularAttributeSourceBasic
org.hibernate.boot.model.source.spi.SingularAttributeSourceEmbedded
org.hibernate.boot.model.source.spi.SingularAttributeSourceManyToOne
org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
org.hibernate.boot.model.source.spi.SizeSource
org.hibernate.boot.model.source.spi.Sortable
org.hibernate.boot.model.source.spi.SubclassEntitySource
org.hibernate.boot.model.source.spi.TableSource
org.hibernate.boot.model.source.spi.TableSpecificationSource
org.hibernate.boot.model.source.spi.ToolingHint
org.hibernate.boot.model.source.spi.ToolingHintContext
org.hibernate.boot.model.source.spi.ToolingHintContextContainer
org.hibernate.boot.model.source.spi.VersionAttributeSource
org.hibernate.boot.query.AbstractNamedQueryBuilder
org.hibernate.boot.query.BootQueryLogging
org.hibernate.boot.query.FetchDescriptor
org.hibernate.boot.query.HbmResultSetMappingDescriptor
org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchDescriptor
org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParent
org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParentMemento
org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
org.hibernate.boot.query.HbmResultSetMappingDescriptor.ScalarDescriptor
org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
org.hibernate.boot.query.NamedCallableQueryDefinition
org.hibernate.boot.query.NamedCallableQueryDefinition.ParameterMapping
org.hibernate.boot.query.NamedHqlQueryDefinition
org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
org.hibernate.boot.query.NamedNativeQueryDefinition
org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
org.hibernate.boot.query.NamedProcedureCallDefinition
org.hibernate.boot.query.NamedQueryDefinition
org.hibernate.boot.query.NamedResultSetMappingDescriptor
org.hibernate.boot.query.ResultDescriptor
org.hibernate.boot.query.SqlResultSetMappingDescriptor
org.hibernate.boot.query.SqlResultSetMappingDescriptor.EntityResultDescriptor
org.hibernate.boot.registry.BootstrapServiceRegistry
org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
org.hibernate.boot.registry.StandardServiceInitiator
org.hibernate.boot.registry.StandardServiceRegistry
org.hibernate.boot.registry.StandardServiceRegistryBuilder
org.hibernate.boot.registry.classloading.spi.ClassLoaderService
org.hibernate.boot.registry.classloading.spi.ClassLoaderService.Work
org.hibernate.boot.registry.classloading.spi.ClassLoadingException
org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
org.hibernate.boot.registry.selector.StrategyRegistration
org.hibernate.boot.registry.selector.StrategyRegistrationProvider
org.hibernate.boot.registry.selector.spi.DialectSelector
org.hibernate.boot.registry.selector.spi.StrategyCreator
org.hibernate.boot.registry.selector.spi.StrategySelectionException
org.hibernate.boot.registry.selector.spi.StrategySelector
org.hibernate.boot.spi.AbstractDelegatingMetadata
org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
org.hibernate.boot.spi.AbstractNamedQueryDefinition
org.hibernate.boot.spi.AccessType
org.hibernate.boot.spi.AdditionalJaxbMappingProducer
org.hibernate.boot.spi.AdditionalMappingContributions
org.hibernate.boot.spi.AdditionalMappingContributor
org.hibernate.boot.spi.BasicTypeRegistration
org.hibernate.boot.spi.BootstrapContext
org.hibernate.boot.spi.ClassLoaderAccess
org.hibernate.boot.spi.InFlightMetadataCollector
org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
org.hibernate.boot.spi.InFlightMetadataCollector.DelayedPropertyReferenceHandler
org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware
org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
org.hibernate.boot.spi.MappingDefaults
org.hibernate.boot.spi.MetadataBuilderContributor
org.hibernate.boot.spi.MetadataBuilderFactory
org.hibernate.boot.spi.MetadataBuilderImplementor
org.hibernate.boot.spi.MetadataBuilderInitializer
org.hibernate.boot.spi.MetadataBuildingContext
org.hibernate.boot.spi.MetadataBuildingOptions
org.hibernate.boot.spi.MetadataContributor
org.hibernate.boot.spi.MetadataImplementor
org.hibernate.boot.spi.MetadataSourcesContributor
org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
org.hibernate.boot.spi.PropertyData
org.hibernate.boot.spi.SecondPass
org.hibernate.boot.spi.SessionFactoryBuilderFactory
org.hibernate.boot.spi.SessionFactoryBuilderImplementor
org.hibernate.boot.spi.SessionFactoryBuilderService
org.hibernate.boot.spi.SessionFactoryOptions
org.hibernate.boot.spi.XmlMappingBinderAccess
org.hibernate.boot.xsd.ConfigXsdSupport
org.hibernate.boot.xsd.LocalXsdResolver
org.hibernate.boot.xsd.MappingXsdSupport
org.hibernate.boot.xsd.XsdDescriptor
org.hibernate.bytecode.BytecodeLogging
org.hibernate.bytecode.enhance.VersionMismatchException
org.hibernate.bytecode.enhance.spi.CollectionTracker
org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
org.hibernate.bytecode.enhance.spi.EnhancementContext
org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
org.hibernate.bytecode.enhance.spi.EnhancementException
org.hibernate.bytecode.enhance.spi.EnhancementInfo
org.hibernate.bytecode.enhance.spi.Enhancer
org.hibernate.bytecode.enhance.spi.EnhancerConstants
org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer.InterceptorImplementor
org.hibernate.bytecode.enhance.spi.UnloadedClass
org.hibernate.bytecode.enhance.spi.UnloadedField
org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy
org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper.InheritanceChecker
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
org.hibernate.bytecode.enhance.spi.interceptor.LazyFetchGroupMetadata
org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
org.hibernate.bytecode.spi.BasicProxyFactory
org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
org.hibernate.bytecode.spi.BytecodeProvider
org.hibernate.bytecode.spi.ClassTransformer
org.hibernate.bytecode.spi.NotInstrumentedException
org.hibernate.bytecode.spi.ProxyFactoryFactory
org.hibernate.bytecode.spi.ReflectionOptimizer
org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
org.hibernate.bytecode.spi.ReflectionOptimizer.InstantiationOptimizer
org.hibernate.cache.CacheException
org.hibernate.cache.MutableCacheKeyBuilder
org.hibernate.cache.NoCacheRegionFactoryAvailableException
org.hibernate.cache.RegionFactory
org.hibernate.cache.cfg.spi.CollectionDataCachingConfig
org.hibernate.cache.cfg.spi.DomainDataCachingConfig
org.hibernate.cache.cfg.spi.DomainDataRegionBuildingContext
org.hibernate.cache.cfg.spi.DomainDataRegionConfig
org.hibernate.cache.cfg.spi.EntityDataCachingConfig
org.hibernate.cache.cfg.spi.NaturalIdDataCachingConfig
org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
org.hibernate.cache.spi.AbstractRegionFactory
org.hibernate.cache.spi.CacheImplementor
org.hibernate.cache.spi.CacheKeysFactory
org.hibernate.cache.spi.CacheTransactionSynchronization
org.hibernate.cache.spi.DirectAccessRegion
org.hibernate.cache.spi.DomainDataRegion
org.hibernate.cache.spi.ExtendedStatisticsSupport
org.hibernate.cache.spi.FilterKey
org.hibernate.cache.spi.QueryKey
org.hibernate.cache.spi.QueryKey.ParameterBindingsMemento
org.hibernate.cache.spi.QueryResultsCache
org.hibernate.cache.spi.QueryResultsRegion
org.hibernate.cache.spi.QuerySpacesHelper
org.hibernate.cache.spi.Region
org.hibernate.cache.spi.RegionFactory
org.hibernate.cache.spi.SecondLevelCacheLogger
org.hibernate.cache.spi.StandardCacheTransactionSynchronization
org.hibernate.cache.spi.TimestampsCache
org.hibernate.cache.spi.TimestampsCacheFactory
org.hibernate.cache.spi.TimestampsRegion
org.hibernate.cache.spi.access.AccessType
org.hibernate.cache.spi.access.CachedDomainDataAccess
org.hibernate.cache.spi.access.CollectionDataAccess
org.hibernate.cache.spi.access.EntityDataAccess
org.hibernate.cache.spi.access.NaturalIdDataAccess
org.hibernate.cache.spi.access.SoftLock
org.hibernate.cache.spi.access.UnknownAccessTypeException
org.hibernate.cache.spi.entry.CacheEntry
org.hibernate.cache.spi.entry.CacheEntryStructure
org.hibernate.cache.spi.entry.CollectionCacheEntry
org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
org.hibernate.cache.spi.entry.StandardCacheEntryImpl
org.hibernate.cache.spi.entry.StructuredCacheEntry
org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
org.hibernate.cache.spi.entry.StructuredMapCacheEntry
org.hibernate.cache.spi.entry.UnstructuredCacheEntry
org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
org.hibernate.cache.spi.support.AbstractCollectionDataAccess
org.hibernate.cache.spi.support.AbstractDomainDataRegion
org.hibernate.cache.spi.support.AbstractDomainDataRegion.Destructible
org.hibernate.cache.spi.support.AbstractEntityDataAccess
org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
org.hibernate.cache.spi.support.AbstractReadWriteAccess
org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
org.hibernate.cache.spi.support.AbstractRegion
org.hibernate.cache.spi.support.AccessedDataClassification
org.hibernate.cache.spi.support.CacheUtils
org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
org.hibernate.cache.spi.support.CollectionReadOnlyAccess
org.hibernate.cache.spi.support.CollectionReadWriteAccess
org.hibernate.cache.spi.support.CollectionTransactionAccess
org.hibernate.cache.spi.support.DirectAccessRegionTemplate
org.hibernate.cache.spi.support.DomainDataRegionImpl
org.hibernate.cache.spi.support.DomainDataRegionTemplate
org.hibernate.cache.spi.support.DomainDataStorageAccess
org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
org.hibernate.cache.spi.support.EntityReadOnlyAccess
org.hibernate.cache.spi.support.EntityReadWriteAccess
org.hibernate.cache.spi.support.EntityTransactionalAccess
org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
org.hibernate.cache.spi.support.NaturalIdTransactionalAccess
org.hibernate.cache.spi.support.QueryResultsRegionTemplate
org.hibernate.cache.spi.support.RegionFactoryTemplate
org.hibernate.cache.spi.support.RegionNameQualifier
org.hibernate.cache.spi.support.SimpleTimestamper
org.hibernate.cache.spi.support.StorageAccess
org.hibernate.cache.spi.support.TimestampsRegionTemplate
org.hibernate.cfg.AgroalSettings
org.hibernate.cfg.AvailableSettings
org.hibernate.cfg.BatchSettings
org.hibernate.cfg.BytecodeSettings
org.hibernate.cfg.C3p0Settings
org.hibernate.cfg.CacheSettings
org.hibernate.cfg.Compatibility
org.hibernate.cfg.Configuration
org.hibernate.cfg.DefaultComponentSafeNamingStrategy
org.hibernate.cfg.DefaultNamingStrategy
org.hibernate.cfg.DialectSpecificSettings
org.hibernate.cfg.Environment
org.hibernate.cfg.EnvironmentSettings
org.hibernate.cfg.FetchSettings
org.hibernate.cfg.HikariCPSettings
org.hibernate.cfg.ImprovedNamingStrategy
org.hibernate.cfg.JdbcSettings
org.hibernate.cfg.JpaComplianceSettings
org.hibernate.cfg.ManagedBeanSettings
org.hibernate.cfg.MappingSettings
org.hibernate.cfg.MetadataSourceType
org.hibernate.cfg.MultiTenancySettings
org.hibernate.cfg.NamingStrategy
org.hibernate.cfg.PersistenceSettings
org.hibernate.cfg.PersistenceStandardNamingStrategy
org.hibernate.cfg.ProxoolSettings
org.hibernate.cfg.QuerySettings
org.hibernate.cfg.RecoverableException
org.hibernate.cfg.SchemaToolingSettings
org.hibernate.cfg.SecondPass
org.hibernate.cfg.SessionEventSettings
org.hibernate.cfg.StatisticsSettings
org.hibernate.cfg.TransactionSettings
org.hibernate.cfg.Unsafe
org.hibernate.cfg.ValidationSettings
org.hibernate.classic.Lifecycle
org.hibernate.collection.spi.AbstractBagSemantics
org.hibernate.collection.spi.AbstractMapSemantics
org.hibernate.collection.spi.AbstractPersistentCollection
org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
org.hibernate.collection.spi.AbstractPersistentCollection.LazyInitializationWork
org.hibernate.collection.spi.AbstractPersistentCollection.ValueDelayedOperation
org.hibernate.collection.spi.AbstractSetSemantics
org.hibernate.collection.spi.BagSemantics
org.hibernate.collection.spi.CollectionInitializerProducer
org.hibernate.collection.spi.CollectionSemantics
org.hibernate.collection.spi.CollectionSemanticsResolver
org.hibernate.collection.spi.InitializerProducerBuilder
org.hibernate.collection.spi.LazyInitializable
org.hibernate.collection.spi.MapSemantics
org.hibernate.collection.spi.PersistentArrayHolder
org.hibernate.collection.spi.PersistentBag
org.hibernate.collection.spi.PersistentCollection
org.hibernate.collection.spi.PersistentIdentifierBag
org.hibernate.collection.spi.PersistentList
org.hibernate.collection.spi.PersistentMap
org.hibernate.collection.spi.PersistentSet
org.hibernate.collection.spi.PersistentSortedMap
org.hibernate.collection.spi.PersistentSortedSet
org.hibernate.context.TenantIdentifierMismatchException
org.hibernate.context.spi.AbstractCurrentSessionContext
org.hibernate.context.spi.CurrentSessionContext
org.hibernate.context.spi.CurrentTenantIdentifierResolver
org.hibernate.dialect.AbstractHANADialect
org.hibernate.dialect.AbstractHANADialect.HANABlobType
org.hibernate.dialect.AbstractPostgreSQLJsonPGObjectType
org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
org.hibernate.dialect.AbstractTransactSQLDialect
org.hibernate.dialect.AzureSQLServerDialect
org.hibernate.dialect.BooleanDecoder
org.hibernate.dialect.CockroachDialect
org.hibernate.dialect.CockroachSqlAstTranslator
org.hibernate.dialect.ColumnAliasExtractor
org.hibernate.dialect.DB2400Dialect
org.hibernate.dialect.DB2400V7R3Dialect
org.hibernate.dialect.DB2Dialect
org.hibernate.dialect.DB2GetObjectExtractor
org.hibernate.dialect.DB2SqlAstTranslator
org.hibernate.dialect.DB2StructJdbcType
org.hibernate.dialect.DB2iDialect
org.hibernate.dialect.DB2iSqlAstTranslator
org.hibernate.dialect.DB2zDialect
org.hibernate.dialect.DB2zSqlAstTranslator
org.hibernate.dialect.Database
org.hibernate.dialect.DatabaseVersion
org.hibernate.dialect.DerbyDialect
org.hibernate.dialect.DerbySqlAstTranslator
org.hibernate.dialect.Dialect
org.hibernate.dialect.Dialect.SizeStrategy
org.hibernate.dialect.DialectDelegateWrapper
org.hibernate.dialect.DialectLogging
org.hibernate.dialect.DmlTargetColumnQualifierSupport
org.hibernate.dialect.FunctionalDependencyAnalysisSupport
org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
org.hibernate.dialect.GroupByConstantRenderingStrategy
org.hibernate.dialect.GroupBySummarizationRenderingStrategy
org.hibernate.dialect.H2Dialect
org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
org.hibernate.dialect.H2DurationIntervalSecondJdbcType
org.hibernate.dialect.H2JsonJdbcType
org.hibernate.dialect.H2SqlAstTranslator
org.hibernate.dialect.HANACloudColumnStoreDialect
org.hibernate.dialect.HANAColumnStoreDialect
org.hibernate.dialect.HANADialect
org.hibernate.dialect.HANARowStoreDialect
org.hibernate.dialect.HANAServerConfiguration
org.hibernate.dialect.HANASqlAstTranslator
org.hibernate.dialect.HSQLDialect
org.hibernate.dialect.HSQLSqlAstTranslator
org.hibernate.dialect.InnoDBStorageEngine
org.hibernate.dialect.JsonHelper
org.hibernate.dialect.LobMergeStrategy
org.hibernate.dialect.MariaDB106Dialect
org.hibernate.dialect.MariaDBDialect
org.hibernate.dialect.MariaDBSqlAstTranslator
org.hibernate.dialect.MyISAMStorageEngine
org.hibernate.dialect.MySQL8Dialect
org.hibernate.dialect.MySQLCastingJsonJdbcType
org.hibernate.dialect.MySQLDialect
org.hibernate.dialect.MySQLEnumJdbcType
org.hibernate.dialect.MySQLServerConfiguration
org.hibernate.dialect.MySQLSqlAstTranslator
org.hibernate.dialect.MySQLStorageEngine
org.hibernate.dialect.NationalizationSupport
org.hibernate.dialect.NullOrdering
org.hibernate.dialect.OracleArrayJdbcType
org.hibernate.dialect.OracleArrayJdbcTypeConstructor
org.hibernate.dialect.OracleBaseStructJdbcType
org.hibernate.dialect.OracleBooleanJdbcType
org.hibernate.dialect.OracleDialect
org.hibernate.dialect.OracleEnumJdbcType
org.hibernate.dialect.OracleJdbcHelper
org.hibernate.dialect.OracleJsonJdbcType
org.hibernate.dialect.OracleNestedTableJdbcType
org.hibernate.dialect.OracleNestedTableJdbcTypeConstructor
org.hibernate.dialect.OracleOrdinalEnumJdbcType
org.hibernate.dialect.OracleReflectionStructJdbcType
org.hibernate.dialect.OracleServerConfiguration
org.hibernate.dialect.OracleSqlAstTranslator
org.hibernate.dialect.OracleStructJdbcType
org.hibernate.dialect.OracleTypes
org.hibernate.dialect.OracleUserDefinedTypeExporter
org.hibernate.dialect.OracleXmlJdbcType
org.hibernate.dialect.PgJdbcHelper
org.hibernate.dialect.PostgreSQLArrayJdbcType
org.hibernate.dialect.PostgreSQLArrayJdbcTypeConstructor
org.hibernate.dialect.PostgreSQLCastingInetJdbcType
org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
org.hibernate.dialect.PostgreSQLCastingJsonJdbcType
org.hibernate.dialect.PostgreSQLDialect
org.hibernate.dialect.PostgreSQLDriverKind
org.hibernate.dialect.PostgreSQLEnumJdbcType
org.hibernate.dialect.PostgreSQLInetJdbcType
org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
org.hibernate.dialect.PostgreSQLJsonPGObjectJsonType
org.hibernate.dialect.PostgreSQLJsonPGObjectJsonbType
org.hibernate.dialect.PostgreSQLOrdinalEnumJdbcType
org.hibernate.dialect.PostgreSQLSqlAstTranslator
org.hibernate.dialect.PostgreSQLStructCastingJdbcType
org.hibernate.dialect.PostgreSQLStructPGObjectJdbcType
org.hibernate.dialect.PostgreSQLUUIDJdbcType
org.hibernate.dialect.PostgresPlusDialect
org.hibernate.dialect.Replacer
org.hibernate.dialect.ResultColumnReferenceStrategy
org.hibernate.dialect.RowLockStrategy
org.hibernate.dialect.SQLServer2012Dialect
org.hibernate.dialect.SQLServer2016Dialect
org.hibernate.dialect.SQLServerDialect
org.hibernate.dialect.SQLServerSqlAstTranslator
org.hibernate.dialect.SelectItemReferenceStrategy
org.hibernate.dialect.SimpleDatabaseVersion
org.hibernate.dialect.SpannerDialect
org.hibernate.dialect.SpannerSqlAstTranslator
org.hibernate.dialect.SqlAstTranslatorWithMerge
org.hibernate.dialect.SqlAstTranslatorWithUpsert
org.hibernate.dialect.StructAttributeValues
org.hibernate.dialect.StructHelper
org.hibernate.dialect.StructJdbcType
org.hibernate.dialect.SybaseASEDialect
org.hibernate.dialect.SybaseASESqlAstTranslator
org.hibernate.dialect.SybaseDialect
org.hibernate.dialect.SybaseDriverKind
org.hibernate.dialect.SybaseSqlAstTranslator
org.hibernate.dialect.SybaseSqmToSqlAstConverter
org.hibernate.dialect.TiDBDialect
org.hibernate.dialect.TiDBSqlAstTranslator
org.hibernate.dialect.TimeZoneSupport
org.hibernate.dialect.VarcharUUIDJdbcType
org.hibernate.dialect.XmlHelper
org.hibernate.dialect.aggregate.AggregateSupport
org.hibernate.dialect.aggregate.AggregateSupport.AggregateColumnWriteExpression
org.hibernate.dialect.aggregate.AggregateSupport.WriteExpressionRenderer
org.hibernate.dialect.aggregate.AggregateSupportImpl
org.hibernate.dialect.aggregate.DB2AggregateSupport
org.hibernate.dialect.aggregate.OracleAggregateSupport
org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
org.hibernate.dialect.function.AggregateWindowEmulationQueryTransformer
org.hibernate.dialect.function.AvgFunction
org.hibernate.dialect.function.AvgFunction.ReturnTypeResolver
org.hibernate.dialect.function.AvgFunction.Validator
org.hibernate.dialect.function.CaseLeastGreatestEmulation
org.hibernate.dialect.function.CastFunction
org.hibernate.dialect.function.CastStrEmulation
org.hibernate.dialect.function.CastingConcatFunction
org.hibernate.dialect.function.ChrLiteralEmulation
org.hibernate.dialect.function.CoalesceIfnullEmulation
org.hibernate.dialect.function.CommonFunctionFactory
org.hibernate.dialect.function.ConcatPipeFunction
org.hibernate.dialect.function.CountFunction
org.hibernate.dialect.function.CurrentFunction
org.hibernate.dialect.function.DB2FormatEmulation
org.hibernate.dialect.function.DB2PositionFunction
org.hibernate.dialect.function.DB2SubstringFunction
org.hibernate.dialect.function.DateTruncEmulation
org.hibernate.dialect.function.DerbyLpadEmulation
org.hibernate.dialect.function.DerbyRpadEmulation
org.hibernate.dialect.function.DynamicDispatchFunction
org.hibernate.dialect.function.EveryAnyEmulation
org.hibernate.dialect.function.ExtractFunction
org.hibernate.dialect.function.FormatFunction
org.hibernate.dialect.function.FormatFunction.FormatSqmFunction
org.hibernate.dialect.function.HypotheticalSetFunction
org.hibernate.dialect.function.HypotheticalSetWindowEmulation
org.hibernate.dialect.function.InsertSubstringOverlayEmulation
org.hibernate.dialect.function.IntegralTimestampaddFunction
org.hibernate.dialect.function.InverseDistributionFunction
org.hibernate.dialect.function.InverseDistributionWindowEmulation
org.hibernate.dialect.function.LengthFunction
org.hibernate.dialect.function.ListaggFunction
org.hibernate.dialect.function.ListaggGroupConcatEmulation
org.hibernate.dialect.function.ListaggStringAggEmulation
org.hibernate.dialect.function.LocatePositionEmulation
org.hibernate.dialect.function.LpadRpadPadEmulation
org.hibernate.dialect.function.MinMaxCaseEveryAnyEmulation
org.hibernate.dialect.function.ModeStatsModeEmulation
org.hibernate.dialect.function.NvlCoalesceEmulation
org.hibernate.dialect.function.OracleTruncFunction
org.hibernate.dialect.function.PostgreSQLMinMaxFunction
org.hibernate.dialect.function.PostgreSQLTruncFunction
org.hibernate.dialect.function.PostgreSQLTruncRoundFunction
org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
org.hibernate.dialect.function.SQLServerEveryAnyEmulation
org.hibernate.dialect.function.SQLServerFormatEmulation
org.hibernate.dialect.function.SqlColumn
org.hibernate.dialect.function.SqlFunction
org.hibernate.dialect.function.SqlServerConvertTruncFunction
org.hibernate.dialect.function.StandardSQLFunction
org.hibernate.dialect.function.SumReturnTypeResolver
org.hibernate.dialect.function.SybaseTruncFunction
org.hibernate.dialect.function.TimestampaddFunction
org.hibernate.dialect.function.TimestampdiffFunction
org.hibernate.dialect.function.TransactSQLStrFunction
org.hibernate.dialect.function.TrimFunction
org.hibernate.dialect.function.TruncFunction
org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
org.hibernate.dialect.function.TruncFunction.TruncArgumentsValidator
org.hibernate.dialect.function.TruncFunction.TruncRenderingSupport
org.hibernate.dialect.function.array.AbstractArrayContainsFunction
org.hibernate.dialect.function.array.AbstractArrayFillFunction
org.hibernate.dialect.function.array.AbstractArrayIncludesFunction
org.hibernate.dialect.function.array.AbstractArrayIntersectsFunction
org.hibernate.dialect.function.array.AbstractArrayPositionFunction
org.hibernate.dialect.function.array.AbstractArrayPositionsFunction
org.hibernate.dialect.function.array.AbstractArrayRemoveFunction
org.hibernate.dialect.function.array.AbstractArrayTrimFunction
org.hibernate.dialect.function.array.ArrayAggFunction
org.hibernate.dialect.function.array.ArrayAndElementArgumentTypeResolver
org.hibernate.dialect.function.array.ArrayAndElementArgumentValidator
org.hibernate.dialect.function.array.ArrayArgumentValidator
org.hibernate.dialect.function.array.ArrayConcatElementFunction
org.hibernate.dialect.function.array.ArrayConcatFunction
org.hibernate.dialect.function.array.ArrayConstructorFunction
org.hibernate.dialect.function.array.ArrayContainsArgumentTypeResolver
org.hibernate.dialect.function.array.ArrayContainsArgumentValidator
org.hibernate.dialect.function.array.ArrayContainsOperatorFunction
org.hibernate.dialect.function.array.ArrayContainsUnnestFunction
org.hibernate.dialect.function.array.ArrayGetUnnestFunction
org.hibernate.dialect.function.array.ArrayHelper
org.hibernate.dialect.function.array.ArrayIncludesArgumentTypeResolver
org.hibernate.dialect.function.array.ArrayIncludesArgumentValidator
org.hibernate.dialect.function.array.ArrayIncludesOperatorFunction
org.hibernate.dialect.function.array.ArrayIncludesUnnestFunction
org.hibernate.dialect.function.array.ArrayIntersectsOperatorFunction
org.hibernate.dialect.function.array.ArrayIntersectsUnnestFunction
org.hibernate.dialect.function.array.ArrayRemoveIndexUnnestFunction
org.hibernate.dialect.function.array.ArrayReplaceUnnestFunction
org.hibernate.dialect.function.array.ArraySetUnnestFunction
org.hibernate.dialect.function.array.ArraySliceUnnestFunction
org.hibernate.dialect.function.array.ArrayToStringFunction
org.hibernate.dialect.function.array.ArrayViaArgumentReturnTypeResolver
org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
org.hibernate.dialect.function.array.ArraysOfSameTypeArgumentValidator
org.hibernate.dialect.function.array.CockroachArrayFillFunction
org.hibernate.dialect.function.array.DdlTypeHelper
org.hibernate.dialect.function.array.ElementViaArrayArgumentReturnTypeResolver
org.hibernate.dialect.function.array.H2ArrayContainsFunction
org.hibernate.dialect.function.array.H2ArrayFillFunction
org.hibernate.dialect.function.array.H2ArrayIncludesFunction
org.hibernate.dialect.function.array.H2ArrayIntersectsFunction
org.hibernate.dialect.function.array.H2ArrayPositionFunction
org.hibernate.dialect.function.array.H2ArrayPositionsFunction
org.hibernate.dialect.function.array.H2ArrayRemoveFunction
org.hibernate.dialect.function.array.H2ArrayRemoveIndexFunction
org.hibernate.dialect.function.array.H2ArrayReplaceFunction
org.hibernate.dialect.function.array.H2ArraySetFunction
org.hibernate.dialect.function.array.H2ArrayToStringFunction
org.hibernate.dialect.function.array.HSQLArrayConstructorFunction
org.hibernate.dialect.function.array.HSQLArrayFillFunction
org.hibernate.dialect.function.array.HSQLArrayPositionFunction
org.hibernate.dialect.function.array.HSQLArrayPositionsFunction
org.hibernate.dialect.function.array.HSQLArrayRemoveFunction
org.hibernate.dialect.function.array.HSQLArraySetFunction
org.hibernate.dialect.function.array.HSQLArrayToStringFunction
org.hibernate.dialect.function.array.JsonArrayViaElementArgumentReturnTypeResolver
org.hibernate.dialect.function.array.OracleArrayAggEmulation
org.hibernate.dialect.function.array.OracleArrayConcatElementFunction
org.hibernate.dialect.function.array.OracleArrayConcatFunction
org.hibernate.dialect.function.array.OracleArrayConstructorFunction
org.hibernate.dialect.function.array.OracleArrayContainsFunction
org.hibernate.dialect.function.array.OracleArrayFillFunction
org.hibernate.dialect.function.array.OracleArrayGetFunction
org.hibernate.dialect.function.array.OracleArrayIncludesFunction
org.hibernate.dialect.function.array.OracleArrayIntersectsFunction
org.hibernate.dialect.function.array.OracleArrayLengthFunction
org.hibernate.dialect.function.array.OracleArrayPositionFunction
org.hibernate.dialect.function.array.OracleArrayPositionsFunction
org.hibernate.dialect.function.array.OracleArrayRemoveFunction
org.hibernate.dialect.function.array.OracleArrayRemoveIndexFunction
org.hibernate.dialect.function.array.OracleArrayReplaceFunction
org.hibernate.dialect.function.array.OracleArraySetFunction
org.hibernate.dialect.function.array.OracleArraySliceFunction
org.hibernate.dialect.function.array.OracleArrayToStringFunction
org.hibernate.dialect.function.array.OracleArrayTrimFunction
org.hibernate.dialect.function.array.PostgreSQLArrayConcatElementFunction
org.hibernate.dialect.function.array.PostgreSQLArrayConcatFunction
org.hibernate.dialect.function.array.PostgreSQLArrayConstructorFunction
org.hibernate.dialect.function.array.PostgreSQLArrayFillFunction
org.hibernate.dialect.function.array.PostgreSQLArrayPositionFunction
org.hibernate.dialect.function.array.PostgreSQLArrayPositionsFunction
org.hibernate.dialect.function.array.PostgreSQLArrayTrimEmulation
org.hibernate.dialect.hint.IndexQueryHintHandler
org.hibernate.dialect.hint.QueryHintHandler
org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
org.hibernate.dialect.identity.DB2390IdentityColumnSupport
org.hibernate.dialect.identity.DB2IdentityColumnSupport
org.hibernate.dialect.identity.DB2zIdentityColumnSupport
org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
org.hibernate.dialect.identity.H2IdentityColumnSupport
org.hibernate.dialect.identity.H2IdentityColumnSupport.InsertValuesHandler
org.hibernate.dialect.identity.HANAIdentityColumnSupport
org.hibernate.dialect.identity.HSQLIdentityColumnSupport
org.hibernate.dialect.identity.IdentityColumnSupport
org.hibernate.dialect.identity.IdentityColumnSupportImpl
org.hibernate.dialect.identity.MariaDBIdentityColumnSupport
org.hibernate.dialect.identity.MySQLIdentityColumnSupport
org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
org.hibernate.dialect.identity.SybaseJconnIdentityColumnSupport
org.hibernate.dialect.lock.AbstractSelectLockingStrategy
org.hibernate.dialect.lock.LockingStrategy
org.hibernate.dialect.lock.LockingStrategyException
org.hibernate.dialect.lock.OptimisticEntityLockException
org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
org.hibernate.dialect.lock.OptimisticLockingStrategy
org.hibernate.dialect.lock.PessimisticEntityLockException
org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
org.hibernate.dialect.lock.SelectLockingStrategy
org.hibernate.dialect.lock.UpdateLockingStrategy
org.hibernate.dialect.pagination.AbstractLimitHandler
org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
org.hibernate.dialect.pagination.DB2LimitHandler
org.hibernate.dialect.pagination.DerbyLimitHandler
org.hibernate.dialect.pagination.FetchLimitHandler
org.hibernate.dialect.pagination.LegacyDB2LimitHandler
org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
org.hibernate.dialect.pagination.LegacyOracleLimitHandler
org.hibernate.dialect.pagination.LimitHandler
org.hibernate.dialect.pagination.LimitLimitHandler
org.hibernate.dialect.pagination.LimitOffsetLimitHandler
org.hibernate.dialect.pagination.NoopLimitHandler
org.hibernate.dialect.pagination.OffsetFetchLimitHandler
org.hibernate.dialect.pagination.Oracle12LimitHandler
org.hibernate.dialect.pagination.SQLServer2005LimitHandler
org.hibernate.dialect.pagination.SQLServer2012LimitHandler
org.hibernate.dialect.pagination.TopLimitHandler
org.hibernate.dialect.sequence.ANSISequenceSupport
org.hibernate.dialect.sequence.DB2SequenceSupport
org.hibernate.dialect.sequence.DB2iSequenceSupport
org.hibernate.dialect.sequence.DB2zSequenceSupport
org.hibernate.dialect.sequence.DerbySequenceSupport
org.hibernate.dialect.sequence.H2V1SequenceSupport
org.hibernate.dialect.sequence.H2V2SequenceSupport
org.hibernate.dialect.sequence.HANASequenceSupport
org.hibernate.dialect.sequence.HSQLSequenceSupport
org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
org.hibernate.dialect.sequence.MariaDBSequenceSupport
org.hibernate.dialect.sequence.NextvalSequenceSupport
org.hibernate.dialect.sequence.NoSequenceSupport
org.hibernate.dialect.sequence.OracleSequenceSupport
org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
org.hibernate.dialect.sequence.SQLServer16SequenceSupport
org.hibernate.dialect.sequence.SQLServerSequenceSupport
org.hibernate.dialect.sequence.SequenceSupport
org.hibernate.dialect.sequence.TiDBSequenceSupport
org.hibernate.dialect.temptable.StandardTemporaryTableExporter
org.hibernate.dialect.temptable.TemporaryTable
org.hibernate.dialect.temptable.TemporaryTableColumn
org.hibernate.dialect.temptable.TemporaryTableExporter
org.hibernate.dialect.temptable.TemporaryTableHelper
org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
org.hibernate.dialect.temptable.TemporaryTableKind
org.hibernate.dialect.temptable.TemporaryTableSessionUidColumn
org.hibernate.dialect.unique.AlterTableUniqueDelegate
org.hibernate.dialect.unique.AlterTableUniqueIndexDelegate
org.hibernate.dialect.unique.CreateTableUniqueDelegate
org.hibernate.dialect.unique.DefaultUniqueDelegate
org.hibernate.dialect.unique.SkipNullableUniqueDelegate
org.hibernate.dialect.unique.UniqueDelegate
org.hibernate.engine.FetchStyle
org.hibernate.engine.FetchTiming
org.hibernate.engine.OptimisticLockStyle
org.hibernate.engine.config.spi.ConfigurationService
org.hibernate.engine.config.spi.ConfigurationService.Converter
org.hibernate.engine.config.spi.StandardConverters
org.hibernate.engine.jdbc.AbstractLobCreator
org.hibernate.engine.jdbc.BinaryStream
org.hibernate.engine.jdbc.BlobImplementer
org.hibernate.engine.jdbc.BlobProxy
org.hibernate.engine.jdbc.CharacterStream
org.hibernate.engine.jdbc.ClobImplementer
org.hibernate.engine.jdbc.ClobProxy
org.hibernate.engine.jdbc.JdbcLogging
org.hibernate.engine.jdbc.LobCreationContext
org.hibernate.engine.jdbc.LobCreationContext.Callback
org.hibernate.engine.jdbc.LobCreator
org.hibernate.engine.jdbc.NClobImplementer
org.hibernate.engine.jdbc.NClobProxy
org.hibernate.engine.jdbc.NonContextualLobCreator
org.hibernate.engine.jdbc.ReaderInputStream
org.hibernate.engine.jdbc.SerializableBlobProxy
org.hibernate.engine.jdbc.SerializableClobProxy
org.hibernate.engine.jdbc.SerializableNClobProxy
org.hibernate.engine.jdbc.Size
org.hibernate.engine.jdbc.Size.LobMultiplier
org.hibernate.engine.jdbc.WrappedBlob
org.hibernate.engine.jdbc.WrappedClob
org.hibernate.engine.jdbc.WrappedNClob
org.hibernate.engine.jdbc.batch.JdbcBatchLogging
org.hibernate.engine.jdbc.batch.spi.Batch
org.hibernate.engine.jdbc.batch.spi.BatchBuilder
org.hibernate.engine.jdbc.batch.spi.BatchKey
org.hibernate.engine.jdbc.batch.spi.BatchObserver
org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
org.hibernate.engine.jdbc.connections.spi.DatabaseConnectionInfo
org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
org.hibernate.engine.jdbc.dialect.spi.DialectFactory
org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource
org.hibernate.engine.jdbc.dialect.spi.DialectResolver
org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
org.hibernate.engine.jdbc.env.spi.IdentifierHelper
org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
org.hibernate.engine.jdbc.env.spi.LobCreatorBuilder
org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
org.hibernate.engine.jdbc.env.spi.SQLStateType
org.hibernate.engine.jdbc.env.spi.SchemaNameResolver
org.hibernate.engine.jdbc.mutation.JdbcValueBindings
org.hibernate.engine.jdbc.mutation.MutationExecutor
org.hibernate.engine.jdbc.mutation.OperationResultChecker
org.hibernate.engine.jdbc.mutation.ParameterUsage
org.hibernate.engine.jdbc.mutation.TableInclusionChecker
org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
org.hibernate.engine.jdbc.mutation.group.UnknownParameterException
org.hibernate.engine.jdbc.mutation.spi.BatchKeyAccess
org.hibernate.engine.jdbc.mutation.spi.Binding
org.hibernate.engine.jdbc.mutation.spi.BindingGroup
org.hibernate.engine.jdbc.mutation.spi.MutationExecutorService
org.hibernate.engine.jdbc.spi.ConnectionObserver
org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
org.hibernate.engine.jdbc.spi.InvalidatableWrapper
org.hibernate.engine.jdbc.spi.JdbcCoordinator
org.hibernate.engine.jdbc.spi.JdbcServices
org.hibernate.engine.jdbc.spi.JdbcWrapper
org.hibernate.engine.jdbc.spi.MutationStatementPreparer
org.hibernate.engine.jdbc.spi.NonDurableConnectionObserver
org.hibernate.engine.jdbc.spi.ResultSetReturn
org.hibernate.engine.jdbc.spi.SchemaNameResolver
org.hibernate.engine.jdbc.spi.SqlExceptionHelper
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
org.hibernate.engine.jdbc.spi.SqlStatementLogger
org.hibernate.engine.jdbc.spi.StatementPreparer
org.hibernate.engine.jdbc.spi.TypeInfo
org.hibernate.engine.jdbc.spi.TypeNullability
org.hibernate.engine.jdbc.spi.TypeSearchability
org.hibernate.engine.jndi.JndiException
org.hibernate.engine.jndi.JndiNameException
org.hibernate.engine.jndi.spi.JndiService
org.hibernate.engine.profile.Association
org.hibernate.engine.profile.DefaultFetchProfile
org.hibernate.engine.profile.Fetch
org.hibernate.engine.profile.Fetch.Style
org.hibernate.engine.profile.FetchProfile
org.hibernate.engine.query.ParameterRecognitionException
org.hibernate.engine.query.spi.AbstractParameterDescriptor
org.hibernate.engine.query.spi.EntityGraphQueryHint
org.hibernate.engine.query.spi.NamedParameterDescriptor
org.hibernate.engine.query.spi.NativeQueryInterpreter
org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
org.hibernate.engine.query.spi.OrdinalParameterDescriptor
org.hibernate.engine.query.spi.ParamLocationRecognizer
org.hibernate.engine.query.spi.ParamLocationRecognizer.InFlightJpaOrdinalParameterState
org.hibernate.engine.query.spi.ParamLocationRecognizer.InFlightNamedParameterState
org.hibernate.engine.query.spi.ParamLocationRecognizer.InFlightOrdinalParameterState
org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
org.hibernate.engine.spi.ActionQueue
org.hibernate.engine.spi.ActionQueue.TransactionCompletionProcesses
org.hibernate.engine.spi.AssociationKey
org.hibernate.engine.spi.BatchFetchQueue
org.hibernate.engine.spi.CacheInitiator
org.hibernate.engine.spi.CachedNaturalIdValueSource
org.hibernate.engine.spi.CascadeStyle
org.hibernate.engine.spi.CascadeStyles
org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
org.hibernate.engine.spi.CascadingAction
org.hibernate.engine.spi.CascadingActions
org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
org.hibernate.engine.spi.CollectionEntry
org.hibernate.engine.spi.CollectionKey
org.hibernate.engine.spi.ComparableExecutable
org.hibernate.engine.spi.CompositeOwner
org.hibernate.engine.spi.CompositeTracker
org.hibernate.engine.spi.EffectiveEntityGraph
org.hibernate.engine.spi.EntityEntry
org.hibernate.engine.spi.EntityEntryExtraState
org.hibernate.engine.spi.EntityEntryFactory
org.hibernate.engine.spi.EntityHolder
org.hibernate.engine.spi.EntityKey
org.hibernate.engine.spi.EntityUniqueKey
org.hibernate.engine.spi.ExceptionConverter
org.hibernate.engine.spi.ExecutableList
org.hibernate.engine.spi.ExecutableList.Sorter
org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
org.hibernate.engine.spi.FilterDefinition
org.hibernate.engine.spi.IdentifierValue
org.hibernate.engine.spi.LoadQueryInfluencers
org.hibernate.engine.spi.Managed
org.hibernate.engine.spi.ManagedComposite
org.hibernate.engine.spi.ManagedEntity
org.hibernate.engine.spi.ManagedMappedSuperclass
org.hibernate.engine.spi.Mapping
org.hibernate.engine.spi.NaturalIdResolutions
org.hibernate.engine.spi.PersistenceContext
org.hibernate.engine.spi.PersistentAttributeInterceptable
org.hibernate.engine.spi.PersistentAttributeInterceptor
org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
org.hibernate.engine.spi.Resolution
org.hibernate.engine.spi.SelfDirtinessTracker
org.hibernate.engine.spi.SessionBuilderImplementor
org.hibernate.engine.spi.SessionDelegatorBaseImpl
org.hibernate.engine.spi.SessionEventListenerManager
org.hibernate.engine.spi.SessionFactoryDelegatingImpl
org.hibernate.engine.spi.SessionFactoryImplementor
org.hibernate.engine.spi.SessionFactoryImplementor.DeserializationResolver
org.hibernate.engine.spi.SessionImplementor
org.hibernate.engine.spi.SessionLazyDelegator
org.hibernate.engine.spi.SharedSessionContractImplementor
org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
org.hibernate.engine.spi.Status
org.hibernate.engine.spi.SubselectFetch
org.hibernate.engine.spi.SubselectFetch.RegistrationHandler
org.hibernate.engine.spi.SubselectFetch.StandardRegistrationHandler
org.hibernate.engine.spi.TypedValue
org.hibernate.engine.spi.UnsavedValueStrategy
org.hibernate.engine.spi.ValueInclusion
org.hibernate.engine.spi.VersionValue
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformResolver
org.hibernate.engine.transaction.spi.TransactionImplementor
org.hibernate.engine.transaction.spi.TransactionObserver
org.hibernate.event.service.spi.DuplicationStrategy
org.hibernate.event.service.spi.DuplicationStrategy.Action
org.hibernate.event.service.spi.EventActionWithParameter
org.hibernate.event.service.spi.EventListenerGroup
org.hibernate.event.service.spi.EventListenerRegistrationException
org.hibernate.event.service.spi.EventListenerRegistry
org.hibernate.event.service.spi.JpaBootstrapSensitive
org.hibernate.event.spi.AbstractCollectionEvent
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
org.hibernate.event.spi.AutoFlushEvent
org.hibernate.event.spi.AutoFlushEventListener
org.hibernate.event.spi.ClearEvent
org.hibernate.event.spi.ClearEventListener
org.hibernate.event.spi.DeleteContext
org.hibernate.event.spi.DeleteEvent
org.hibernate.event.spi.DeleteEventListener
org.hibernate.event.spi.DirtyCheckEvent
org.hibernate.event.spi.DirtyCheckEventListener
org.hibernate.event.spi.EntityCopyObserver
org.hibernate.event.spi.EntityCopyObserverFactory
org.hibernate.event.spi.EventEngine
org.hibernate.event.spi.EventEngineContributions
org.hibernate.event.spi.EventEngineContributor
org.hibernate.event.spi.EventManager
org.hibernate.event.spi.EventManager.CacheActionDescription
org.hibernate.event.spi.EventSource
org.hibernate.event.spi.EventType
org.hibernate.event.spi.EvictEvent
org.hibernate.event.spi.EvictEventListener
org.hibernate.event.spi.FlushEntityEvent
org.hibernate.event.spi.FlushEntityEventListener
org.hibernate.event.spi.FlushEvent
org.hibernate.event.spi.FlushEventListener
org.hibernate.event.spi.HibernateMonitoringEvent
org.hibernate.event.spi.InitializeCollectionEvent
org.hibernate.event.spi.InitializeCollectionEventListener
org.hibernate.event.spi.LoadEvent
org.hibernate.event.spi.LoadEventListener
org.hibernate.event.spi.LoadEventListener.LoadType
org.hibernate.event.spi.LockEvent
org.hibernate.event.spi.LockEventListener
org.hibernate.event.spi.MergeContext
org.hibernate.event.spi.MergeEvent
org.hibernate.event.spi.MergeEventListener
org.hibernate.event.spi.PersistContext
org.hibernate.event.spi.PersistEvent
org.hibernate.event.spi.PersistEventListener
org.hibernate.event.spi.PostCollectionRecreateEvent
org.hibernate.event.spi.PostCollectionRecreateEventListener
org.hibernate.event.spi.PostCollectionRemoveEvent
org.hibernate.event.spi.PostCollectionRemoveEventListener
org.hibernate.event.spi.PostCollectionUpdateEvent
org.hibernate.event.spi.PostCollectionUpdateEventListener
org.hibernate.event.spi.PostCommitDeleteEventListener
org.hibernate.event.spi.PostCommitInsertEventListener
org.hibernate.event.spi.PostCommitUpdateEventListener
org.hibernate.event.spi.PostDeleteEvent
org.hibernate.event.spi.PostDeleteEventListener
org.hibernate.event.spi.PostInsertEvent
org.hibernate.event.spi.PostInsertEventListener
org.hibernate.event.spi.PostLoadEvent
org.hibernate.event.spi.PostLoadEventListener
org.hibernate.event.spi.PostUpdateEvent
org.hibernate.event.spi.PostUpdateEventListener
org.hibernate.event.spi.PostUpsertEvent
org.hibernate.event.spi.PostUpsertEventListener
org.hibernate.event.spi.PreCollectionRecreateEvent
org.hibernate.event.spi.PreCollectionRecreateEventListener
org.hibernate.event.spi.PreCollectionRemoveEvent
org.hibernate.event.spi.PreCollectionRemoveEventListener
org.hibernate.event.spi.PreCollectionUpdateEvent
org.hibernate.event.spi.PreCollectionUpdateEventListener
org.hibernate.event.spi.PreDeleteEvent
org.hibernate.event.spi.PreDeleteEventListener
org.hibernate.event.spi.PreInsertEvent
org.hibernate.event.spi.PreInsertEventListener
org.hibernate.event.spi.PreLoadEvent
org.hibernate.event.spi.PreLoadEventListener
org.hibernate.event.spi.PreUpdateEvent
org.hibernate.event.spi.PreUpdateEventListener
org.hibernate.event.spi.PreUpsertEvent
org.hibernate.event.spi.PreUpsertEventListener
org.hibernate.event.spi.RefreshContext
org.hibernate.event.spi.RefreshEvent
org.hibernate.event.spi.RefreshEventListener
org.hibernate.event.spi.ReplicateEvent
org.hibernate.event.spi.ReplicateEventListener
org.hibernate.event.spi.ResolveNaturalIdEvent
org.hibernate.event.spi.ResolveNaturalIdEventListener
org.hibernate.event.spi.SaveOrUpdateEvent
org.hibernate.event.spi.SaveOrUpdateEventListener
org.hibernate.exception.ConstraintViolationException
org.hibernate.exception.ConstraintViolationException.ConstraintKind
org.hibernate.exception.DataException
org.hibernate.exception.GenericJDBCException
org.hibernate.exception.JDBCConnectionException
org.hibernate.exception.LockAcquisitionException
org.hibernate.exception.LockTimeoutException
org.hibernate.exception.SQLGrammarException
org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
org.hibernate.exception.spi.ConversionContext
org.hibernate.exception.spi.SQLExceptionConversionDelegate
org.hibernate.exception.spi.SQLExceptionConverter
org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtractor
org.hibernate.exception.spi.ViolatedConstraintNameExtractor
org.hibernate.generator.AnnotationBasedGenerator
org.hibernate.generator.BeforeExecutionGenerator
org.hibernate.generator.EventType
org.hibernate.generator.EventTypeSets
org.hibernate.generator.Generator
org.hibernate.generator.GeneratorCreationContext
org.hibernate.generator.OnExecutionGenerator
org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
org.hibernate.generator.values.GeneratedValueBasicResultBuilder
org.hibernate.generator.values.GeneratedValues
org.hibernate.generator.values.GeneratedValuesMutationDelegate
org.hibernate.grammars.graph.GraphLanguageLexer
org.hibernate.grammars.graph.GraphLanguageParser
org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
org.hibernate.grammars.graph.GraphLanguageParserBaseListener
org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
org.hibernate.grammars.graph.GraphLanguageParserListener
org.hibernate.grammars.graph.GraphLanguageParserVisitor
org.hibernate.grammars.hql.HqlLexer
org.hibernate.grammars.hql.HqlParser
org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
org.hibernate.grammars.hql.HqlParser.AndPredicateContext
org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
org.hibernate.grammars.hql.HqlParser.AnySomeQuantifierContext
org.hibernate.grammars.hql.HqlParser.ArrayInListContext
org.hibernate.grammars.hql.HqlParser.ArrayLiteralContext
org.hibernate.grammars.hql.HqlParser.AssignmentContext
org.hibernate.grammars.hql.HqlParser.BarePrimaryExpressionContext
org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
org.hibernate.grammars.hql.HqlParser.CaseListContext
org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
org.hibernate.grammars.hql.HqlParser.CastFunctionContext
org.hibernate.grammars.hql.HqlParser.CastTargetContext
org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
org.hibernate.grammars.hql.HqlParser.CollationContext
org.hibernate.grammars.hql.HqlParser.CollectionAggregateFunctionContext
org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
org.hibernate.grammars.hql.HqlParser.ConflictActionContext
org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
org.hibernate.grammars.hql.HqlParser.ContainsPredicateContext
org.hibernate.grammars.hql.HqlParser.CrossJoinContext
org.hibernate.grammars.hql.HqlParser.CteAttributesContext
org.hibernate.grammars.hql.HqlParser.CteContext
org.hibernate.grammars.hql.HqlParser.CubeContext
org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
org.hibernate.grammars.hql.HqlParser.CycleClauseContext
org.hibernate.grammars.hql.HqlParser.DateContext
org.hibernate.grammars.hql.HqlParser.DateLiteralContext
org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
org.hibernate.grammars.hql.HqlParser.DateTimeContext
org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
org.hibernate.grammars.hql.HqlParser.DayContext
org.hibernate.grammars.hql.HqlParser.DayFieldContext
org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
org.hibernate.grammars.hql.HqlParser.ElementsValuesQuantifierContext
org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
org.hibernate.grammars.hql.HqlParser.EntityNameContext
org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
org.hibernate.grammars.hql.HqlParser.EveryAllQuantifierContext
org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
org.hibernate.grammars.hql.HqlParser.ExpressionContext
org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
org.hibernate.grammars.hql.HqlParser.FetchClauseContext
org.hibernate.grammars.hql.HqlParser.FetchCountOrPercentContext
org.hibernate.grammars.hql.HqlParser.FilterClauseContext
org.hibernate.grammars.hql.HqlParser.FormatContext
org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
org.hibernate.grammars.hql.HqlParser.FrameClauseContext
org.hibernate.grammars.hql.HqlParser.FrameEndContext
org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
org.hibernate.grammars.hql.HqlParser.FrameStartContext
org.hibernate.grammars.hql.HqlParser.FromClauseContext
org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
org.hibernate.grammars.hql.HqlParser.FromRootContext
org.hibernate.grammars.hql.HqlParser.FunctionContext
org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
org.hibernate.grammars.hql.HqlParser.HavingClauseContext
org.hibernate.grammars.hql.HqlParser.HourContext
org.hibernate.grammars.hql.HqlParser.IdentifierContext
org.hibernate.grammars.hql.HqlParser.InListContext
org.hibernate.grammars.hql.HqlParser.InPredicateContext
org.hibernate.grammars.hql.HqlParser.IncludesPredicateContext
org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
org.hibernate.grammars.hql.HqlParser.IndexKeyQuantifierContext
org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
org.hibernate.grammars.hql.HqlParser.IndicesKeysQuantifierContext
org.hibernate.grammars.hql.HqlParser.InsertStatementContext
org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
org.hibernate.grammars.hql.HqlParser.InstantiationContext
org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
org.hibernate.grammars.hql.HqlParser.IntersectsPredicateContext
org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
org.hibernate.grammars.hql.HqlParser.IsFalsePredicateContext
org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
org.hibernate.grammars.hql.HqlParser.IsTruePredicateContext
org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
org.hibernate.grammars.hql.HqlParser.JoinContext
org.hibernate.grammars.hql.HqlParser.JoinPathContext
org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
org.hibernate.grammars.hql.HqlParser.JoinTargetContext
org.hibernate.grammars.hql.HqlParser.JoinTypeContext
org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionNameContext
org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
org.hibernate.grammars.hql.HqlParser.LikePredicateContext
org.hibernate.grammars.hql.HqlParser.LimitClauseContext
org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
org.hibernate.grammars.hql.HqlParser.LiteralContext
org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
org.hibernate.grammars.hql.HqlParser.LocalDateTimeContext
org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
org.hibernate.grammars.hql.HqlParser.MinuteContext
org.hibernate.grammars.hql.HqlParser.MonthContext
org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
org.hibernate.grammars.hql.HqlParser.NamedParameterContext
org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
org.hibernate.grammars.hql.HqlParser.NullsClauseContext
org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
org.hibernate.grammars.hql.HqlParser.OffsetContext
org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
org.hibernate.grammars.hql.HqlParser.OrPredicateContext
org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
org.hibernate.grammars.hql.HqlParser.OrderedQueryContext
org.hibernate.grammars.hql.HqlParser.OverClauseContext
org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
org.hibernate.grammars.hql.HqlParser.PadCharacterContext
org.hibernate.grammars.hql.HqlParser.PadFunctionContext
org.hibernate.grammars.hql.HqlParser.PadLengthContext
org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
org.hibernate.grammars.hql.HqlParser.ParamInListContext
org.hibernate.grammars.hql.HqlParser.ParameterContext
org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
org.hibernate.grammars.hql.HqlParser.PathContext
org.hibernate.grammars.hql.HqlParser.PathContinuationContext
org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
org.hibernate.grammars.hql.HqlParser.PredicateContext
org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
org.hibernate.grammars.hql.HqlParser.QueryContext
org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
org.hibernate.grammars.hql.HqlParser.QueryOrderContext
org.hibernate.grammars.hql.HqlParser.QueryOrderExpressionContext
org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
org.hibernate.grammars.hql.HqlParser.RollupContext
org.hibernate.grammars.hql.HqlParser.RootEntityContext
org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
org.hibernate.grammars.hql.HqlParser.SearchClauseContext
org.hibernate.grammars.hql.HqlParser.SearchSpecificationContext
org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
org.hibernate.grammars.hql.HqlParser.SecondContext
org.hibernate.grammars.hql.HqlParser.SelectClauseContext
org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
org.hibernate.grammars.hql.HqlParser.SelectStatementContext
org.hibernate.grammars.hql.HqlParser.SelectionContext
org.hibernate.grammars.hql.HqlParser.SelectionListContext
org.hibernate.grammars.hql.HqlParser.SetClauseContext
org.hibernate.grammars.hql.HqlParser.SetOperatorContext
org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
org.hibernate.grammars.hql.HqlParser.SignOperatorContext
org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
org.hibernate.grammars.hql.HqlParser.SimplePathContext
org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
org.hibernate.grammars.hql.HqlParser.SlicedPathAccessFragmentContext
org.hibernate.grammars.hql.HqlParser.SortDirectionContext
org.hibernate.grammars.hql.HqlParser.SortExpressionContext
org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
org.hibernate.grammars.hql.HqlParser.StatementContext
org.hibernate.grammars.hql.HqlParser.SubqueryContext
org.hibernate.grammars.hql.HqlParser.SubqueryExpressionContext
org.hibernate.grammars.hql.HqlParser.SubqueryInListContext
org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
org.hibernate.grammars.hql.HqlParser.TargetEntityContext
org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
org.hibernate.grammars.hql.HqlParser.TimeContext
org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
org.hibernate.grammars.hql.HqlParser.ValuesContext
org.hibernate.grammars.hql.HqlParser.ValuesListContext
org.hibernate.grammars.hql.HqlParser.VariableContext
org.hibernate.grammars.hql.HqlParser.WeekFieldContext
org.hibernate.grammars.hql.HqlParser.WhereClauseContext
org.hibernate.grammars.hql.HqlParser.WithClauseContext
org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
org.hibernate.grammars.hql.HqlParser.YearContext
org.hibernate.grammars.hql.HqlParser.ZoneIdContext
org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
org.hibernate.grammars.hql.HqlParserBaseListener
org.hibernate.grammars.hql.HqlParserBaseVisitor
org.hibernate.grammars.hql.HqlParserListener
org.hibernate.grammars.hql.HqlParserVisitor
org.hibernate.grammars.importsql.SqlScriptLexer
org.hibernate.grammars.importsql.SqlScriptParser
org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
org.hibernate.grammars.importsql.SqlScriptParserBaseListener
org.hibernate.grammars.importsql.SqlScriptParserBaseVisitor
org.hibernate.grammars.importsql.SqlScriptParserListener
org.hibernate.grammars.importsql.SqlScriptParserVisitor
org.hibernate.grammars.ordering.OrderingLexer
org.hibernate.grammars.ordering.OrderingParser
org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
org.hibernate.grammars.ordering.OrderingParser.DirectionContext
org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
org.hibernate.grammars.ordering.OrderingParser.FunctionContext
org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
org.hibernate.grammars.ordering.OrderingParser.LiteralContext
org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
org.hibernate.grammars.ordering.OrderingParserBaseListener
org.hibernate.grammars.ordering.OrderingParserBaseVisitor
org.hibernate.grammars.ordering.OrderingParserListener
org.hibernate.grammars.ordering.OrderingParserVisitor
org.hibernate.graph.AttributeNode
org.hibernate.graph.CannotBecomeEntityGraphException
org.hibernate.graph.CannotContainSubGraphException
org.hibernate.graph.EntityGraphs
org.hibernate.graph.Graph
org.hibernate.graph.GraphNode
org.hibernate.graph.GraphParser
org.hibernate.graph.GraphSemantic
org.hibernate.graph.InvalidGraphException
org.hibernate.graph.RootGraph
org.hibernate.graph.SubGraph
org.hibernate.graph.spi.AppliedGraph
org.hibernate.graph.spi.AttributeNodeImplementor
org.hibernate.graph.spi.GraphHelper
org.hibernate.graph.spi.GraphImplementor
org.hibernate.graph.spi.GraphNodeImplementor
org.hibernate.graph.spi.RootGraphImplementor
org.hibernate.graph.spi.SubGraphImplementor
org.hibernate.id.AbstractPostInsertGenerator
org.hibernate.id.AbstractUUIDGenerator
org.hibernate.id.Assigned
org.hibernate.id.BulkInsertionCapableIdentifierGenerator
org.hibernate.id.CompositeNestedGeneratedValueGenerator
org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationContextLocator
org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
org.hibernate.id.Configurable
org.hibernate.id.EntityIdentifierNature
org.hibernate.id.ExportableColumn
org.hibernate.id.ExportableColumn.ValueImpl
org.hibernate.id.ForeignGenerator
org.hibernate.id.GUIDGenerator
org.hibernate.id.IdentifierGenerationException
org.hibernate.id.IdentifierGenerator
org.hibernate.id.IdentifierGeneratorAggregator
org.hibernate.id.IdentifierGeneratorHelper
org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
org.hibernate.id.IdentityGenerator
org.hibernate.id.IncrementGenerator
org.hibernate.id.IntegralDataTypeHolder
org.hibernate.id.OptimizableGenerator
org.hibernate.id.PersistentIdentifierGenerator
org.hibernate.id.PostInsertIdentifierGenerator
org.hibernate.id.PostInsertIdentityPersister
org.hibernate.id.ResultSetIdentifierConsumer
org.hibernate.id.SelectGenerator
org.hibernate.id.SequenceMismatchStrategy
org.hibernate.id.UUIDGenerationStrategy
org.hibernate.id.UUIDGenerator
org.hibernate.id.UUIDHexGenerator
org.hibernate.id.enhanced.AbstractOptimizer
org.hibernate.id.enhanced.AccessCallback
org.hibernate.id.enhanced.CustomOptimizerDescriptor
org.hibernate.id.enhanced.DatabaseStructure
org.hibernate.id.enhanced.HiLoOptimizer
org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
org.hibernate.id.enhanced.InitialValueAwareOptimizer
org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
org.hibernate.id.enhanced.LegacyNamingStrategy
org.hibernate.id.enhanced.NoopOptimizer
org.hibernate.id.enhanced.Optimizer
org.hibernate.id.enhanced.OptimizerDescriptor
org.hibernate.id.enhanced.OptimizerFactory
org.hibernate.id.enhanced.PooledLoOptimizer
org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
org.hibernate.id.enhanced.PooledOptimizer
org.hibernate.id.enhanced.SequenceStructure
org.hibernate.id.enhanced.SequenceStyleGenerator
org.hibernate.id.enhanced.SingleNamingStrategy
org.hibernate.id.enhanced.StandardNamingStrategy
org.hibernate.id.enhanced.StandardOptimizerDescriptor
org.hibernate.id.enhanced.TableGenerator
org.hibernate.id.enhanced.TableStructure
org.hibernate.id.factory.IdGenFactoryLogging
org.hibernate.id.factory.IdentifierGeneratorFactory
org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
org.hibernate.id.factory.spi.GenerationTypeStrategy
org.hibernate.id.factory.spi.GenerationTypeStrategyRegistration
org.hibernate.id.factory.spi.GeneratorDefinitionResolver
org.hibernate.id.factory.spi.StandardGenerator
org.hibernate.id.insert.AbstractReturningDelegate
org.hibernate.id.insert.AbstractSelectingDelegate
org.hibernate.id.insert.BasicSelectingDelegate
org.hibernate.id.insert.Binder
org.hibernate.id.insert.GetGeneratedKeysDelegate
org.hibernate.id.insert.IdentifierGeneratingInsert
org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
org.hibernate.id.insert.InsertReturningDelegate
org.hibernate.id.insert.InsertSelectIdentityInsert
org.hibernate.id.insert.SybaseJConnGetGeneratedKeysDelegate
org.hibernate.id.insert.TableInsertReturningBuilder
org.hibernate.id.insert.UniqueKeySelectingDelegate
org.hibernate.id.uuid.CustomVersionOneStrategy
org.hibernate.id.uuid.Helper
org.hibernate.id.uuid.LocalObjectUuidHelper
org.hibernate.id.uuid.StandardRandomStrategy
org.hibernate.id.uuid.UuidGenerator
org.hibernate.id.uuid.UuidValueGenerator
org.hibernate.integrator.spi.Integrator
org.hibernate.integrator.spi.IntegratorService
org.hibernate.jdbc.AbstractReturningWork
org.hibernate.jdbc.AbstractWork
org.hibernate.jdbc.BatchFailedException
org.hibernate.jdbc.BatchedTooManyRowsAffectedException
org.hibernate.jdbc.Expectation
org.hibernate.jdbc.Expectation.None
org.hibernate.jdbc.Expectation.OutParameter
org.hibernate.jdbc.Expectation.RowCount
org.hibernate.jdbc.Expectations
org.hibernate.jdbc.Expectations.BasicExpectation
org.hibernate.jdbc.Expectations.BasicParamExpectation
org.hibernate.jdbc.ReturningWork
org.hibernate.jdbc.TooManyRowsAffectedException
org.hibernate.jdbc.Work
org.hibernate.jdbc.WorkExecutor
org.hibernate.jdbc.WorkExecutorVisitable
org.hibernate.jpa.AvailableHints
org.hibernate.jpa.HibernateHints
org.hibernate.jpa.HibernatePersistenceProvider
org.hibernate.jpa.JpaComplianceViolation
org.hibernate.jpa.LegacySpecHints
org.hibernate.jpa.QueryHints
org.hibernate.jpa.SpecHints
org.hibernate.jpa.boot.spi.Bootstrap
org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
org.hibernate.jpa.boot.spi.IntegratorProvider
org.hibernate.jpa.boot.spi.JpaSettings
org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
org.hibernate.jpa.boot.spi.ProviderChecker
org.hibernate.jpa.boot.spi.StrategyRegistrationProviderList
org.hibernate.jpa.boot.spi.TypeContributorList
org.hibernate.jpa.event.spi.Callback
org.hibernate.jpa.event.spi.CallbackDefinition
org.hibernate.jpa.event.spi.CallbackRegistry
org.hibernate.jpa.event.spi.CallbackRegistryConsumer
org.hibernate.jpa.event.spi.CallbackType
org.hibernate.jpa.spi.IdentifierGeneratorStrategyProvider
org.hibernate.jpa.spi.JpaCompliance
org.hibernate.jpa.spi.MutableJpaCompliance
org.hibernate.jpa.spi.NativeQueryArrayTransformer
org.hibernate.jpa.spi.NativeQueryConstructorTransformer
org.hibernate.jpa.spi.NativeQueryListTransformer
org.hibernate.jpa.spi.NativeQueryMapTransformer
org.hibernate.jpa.spi.NativeQueryTupleTransformer
org.hibernate.loader.BatchFetchStyle
org.hibernate.loader.LoaderLogging
org.hibernate.loader.MultipleBagFetchException
org.hibernate.loader.NonUniqueDiscoveredSqlAliasException
org.hibernate.loader.PropertyPath
org.hibernate.loader.ast.spi.AfterLoadAction
org.hibernate.loader.ast.spi.BatchLoader
org.hibernate.loader.ast.spi.BatchLoaderFactory
org.hibernate.loader.ast.spi.CascadingFetchProfile
org.hibernate.loader.ast.spi.CollectionBatchLoader
org.hibernate.loader.ast.spi.CollectionLoader
org.hibernate.loader.ast.spi.EntityBatchLoader
org.hibernate.loader.ast.spi.EntityLoader
org.hibernate.loader.ast.spi.EntityMultiLoader
org.hibernate.loader.ast.spi.Loadable
org.hibernate.loader.ast.spi.Loader
org.hibernate.loader.ast.spi.MultiIdEntityLoader
org.hibernate.loader.ast.spi.MultiIdLoadOptions
org.hibernate.loader.ast.spi.MultiKeyLoadSizingStrategy
org.hibernate.loader.ast.spi.MultiKeyLoader
org.hibernate.loader.ast.spi.MultiLoadOptions
org.hibernate.loader.ast.spi.MultiNaturalIdLoadOptions
org.hibernate.loader.ast.spi.MultiNaturalIdLoader
org.hibernate.loader.ast.spi.NaturalIdLoadOptions
org.hibernate.loader.ast.spi.NaturalIdLoader
org.hibernate.loader.ast.spi.SingleEntityLoader
org.hibernate.loader.ast.spi.SingleIdEntityLoader
org.hibernate.loader.ast.spi.SingleUniqueKeyEntityLoader
org.hibernate.loader.ast.spi.SqlArrayMultiKeyLoader
org.hibernate.loader.ast.spi.SqlInPredicateMultiKeyLoader
org.hibernate.mapping.AbstractUserDefinedType
org.hibernate.mapping.AggregateColumn
org.hibernate.mapping.Any
org.hibernate.mapping.Any.KeyValue
org.hibernate.mapping.Any.MetaValue
org.hibernate.mapping.Array
org.hibernate.mapping.AttributeContainer
org.hibernate.mapping.Backref
org.hibernate.mapping.Bag
org.hibernate.mapping.BasicValue
org.hibernate.mapping.BasicValue.Resolution
org.hibernate.mapping.CheckConstraint
org.hibernate.mapping.Collection
org.hibernate.mapping.Column
org.hibernate.mapping.Component
org.hibernate.mapping.Component.StandardGenerationContextLocator
org.hibernate.mapping.Component.ValueGenerationPlan
org.hibernate.mapping.Constraint
org.hibernate.mapping.Contributable
org.hibernate.mapping.DenormalizedTable
org.hibernate.mapping.DependantBasicValue
org.hibernate.mapping.DependantValue
org.hibernate.mapping.FetchProfile
org.hibernate.mapping.FetchProfile.Fetch
org.hibernate.mapping.Fetchable
org.hibernate.mapping.Filterable
org.hibernate.mapping.ForeignKey
org.hibernate.mapping.Formula
org.hibernate.mapping.GeneratorCreator
org.hibernate.mapping.IdGenerator
org.hibernate.mapping.IdentifiableTypeClass
org.hibernate.mapping.IdentifierBag
org.hibernate.mapping.IdentifierCollection
org.hibernate.mapping.IdentifierGeneratorCreator
org.hibernate.mapping.Index
org.hibernate.mapping.IndexBackref
org.hibernate.mapping.IndexedBiConsumer
org.hibernate.mapping.IndexedCollection
org.hibernate.mapping.IndexedConsumer
org.hibernate.mapping.Join
org.hibernate.mapping.JoinedSubclass
org.hibernate.mapping.KeyValue
org.hibernate.mapping.List
org.hibernate.mapping.ManyToOne
org.hibernate.mapping.Map
org.hibernate.mapping.MappedSuperclass
org.hibernate.mapping.MappingHelper
org.hibernate.mapping.MetaAttributable
org.hibernate.mapping.MetaAttribute
org.hibernate.mapping.MetadataSource
org.hibernate.mapping.OneToMany
org.hibernate.mapping.OneToOne
org.hibernate.mapping.PersistentClass
org.hibernate.mapping.PersistentClassVisitor
org.hibernate.mapping.PrimaryKey
org.hibernate.mapping.PrimitiveArray
org.hibernate.mapping.Property
org.hibernate.mapping.PropertyGeneration
org.hibernate.mapping.Resolvable
org.hibernate.mapping.RootClass
org.hibernate.mapping.Selectable
org.hibernate.mapping.SemanticsResolver
org.hibernate.mapping.Set
org.hibernate.mapping.SimpleValue
org.hibernate.mapping.SingleTableSubclass
org.hibernate.mapping.SoftDeletable
org.hibernate.mapping.SortableValue
org.hibernate.mapping.Subclass
org.hibernate.mapping.SyntheticProperty
org.hibernate.mapping.Table
org.hibernate.mapping.Table.ForeignKeyKey
org.hibernate.mapping.TableContainer
org.hibernate.mapping.TableOwner
org.hibernate.mapping.ToOne
org.hibernate.mapping.TypeDef
org.hibernate.mapping.UnionSubclass
org.hibernate.mapping.UniqueKey
org.hibernate.mapping.UserDefinedArrayType
org.hibernate.mapping.UserDefinedObjectType
org.hibernate.mapping.UserDefinedType
org.hibernate.mapping.Value
org.hibernate.mapping.ValueVisitor
org.hibernate.metadata.ClassMetadata
org.hibernate.metadata.CollectionMetadata
org.hibernate.metamodel.AttributeClassification
org.hibernate.metamodel.CollectionClassification
org.hibernate.metamodel.MappingMetamodel
org.hibernate.metamodel.RepresentationMode
org.hibernate.metamodel.RuntimeMetamodels
org.hibernate.metamodel.UnsupportedMappingException
org.hibernate.metamodel.ValueClassification
org.hibernate.metamodel.mapping.AggregatedIdentifierMapping
org.hibernate.metamodel.mapping.Association
org.hibernate.metamodel.mapping.AssociationKey
org.hibernate.metamodel.mapping.AttributeMapping
org.hibernate.metamodel.mapping.AttributeMappingsList
org.hibernate.metamodel.mapping.AttributeMappingsMap
org.hibernate.metamodel.mapping.AttributeMappingsMap.Builder
org.hibernate.metamodel.mapping.AttributeMetadata
org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
org.hibernate.metamodel.mapping.BasicValuedMapping
org.hibernate.metamodel.mapping.BasicValuedModelPart
org.hibernate.metamodel.mapping.Bindable
org.hibernate.metamodel.mapping.Bindable.JdbcValuesBiConsumer
org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer
org.hibernate.metamodel.mapping.CollectionIdentifierDescriptor
org.hibernate.metamodel.mapping.CollectionMappingType
org.hibernate.metamodel.mapping.CollectionPart
org.hibernate.metamodel.mapping.CollectionPart.Nature
org.hibernate.metamodel.mapping.CompositeIdentifierMapping
org.hibernate.metamodel.mapping.DefaultDiscriminatorConverter
org.hibernate.metamodel.mapping.Discriminable
org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
org.hibernate.metamodel.mapping.DiscriminatorConverter
org.hibernate.metamodel.mapping.DiscriminatorMapping
org.hibernate.metamodel.mapping.DiscriminatorType
org.hibernate.metamodel.mapping.DiscriminatorValueDetails
org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
org.hibernate.metamodel.mapping.EmbeddableDiscriminatorMapping
org.hibernate.metamodel.mapping.EmbeddableMappingType
org.hibernate.metamodel.mapping.EmbeddableMappingType.ConcreteEmbeddableType
org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
org.hibernate.metamodel.mapping.EntityAssociationMapping
org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
org.hibernate.metamodel.mapping.EntityIdentifierMapping
org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
org.hibernate.metamodel.mapping.EntityMappingType
org.hibernate.metamodel.mapping.EntityMappingType.ConstraintOrderedTableConsumer
org.hibernate.metamodel.mapping.EntityRowIdMapping
org.hibernate.metamodel.mapping.EntityValuedModelPart
org.hibernate.metamodel.mapping.EntityVersionMapping
org.hibernate.metamodel.mapping.FilterRestrictable
org.hibernate.metamodel.mapping.ForeignKeyDescriptor
org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Side
org.hibernate.metamodel.mapping.JdbcMapping
org.hibernate.metamodel.mapping.JdbcMappingContainer
org.hibernate.metamodel.mapping.ManagedMappingType
org.hibernate.metamodel.mapping.MappedDiscriminatorConverter
org.hibernate.metamodel.mapping.MappingModelCreationLogging
org.hibernate.metamodel.mapping.MappingModelExpressible
org.hibernate.metamodel.mapping.MappingModelHelper
org.hibernate.metamodel.mapping.MappingType
org.hibernate.metamodel.mapping.ModelPart
org.hibernate.metamodel.mapping.ModelPart.JdbcValueBiConsumer
org.hibernate.metamodel.mapping.ModelPart.JdbcValueConsumer
org.hibernate.metamodel.mapping.ModelPartContainer
org.hibernate.metamodel.mapping.NaturalIdLogging
org.hibernate.metamodel.mapping.NaturalIdMapping
org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
org.hibernate.metamodel.mapping.NonTransientException
org.hibernate.metamodel.mapping.OwnedValuedModelPart
org.hibernate.metamodel.mapping.PluralAttributeMapping
org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
org.hibernate.metamodel.mapping.PluralAttributeMapping.PredicateConsumer
org.hibernate.metamodel.mapping.PropertyBasedMapping
org.hibernate.metamodel.mapping.Restrictable
org.hibernate.metamodel.mapping.SelectableConsumer
org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
org.hibernate.metamodel.mapping.SelectableMapping
org.hibernate.metamodel.mapping.SelectableMappings
org.hibernate.metamodel.mapping.SelectablePath
org.hibernate.metamodel.mapping.SingularAttributeMapping
org.hibernate.metamodel.mapping.SoftDeletableModelPart
org.hibernate.metamodel.mapping.SoftDeleteMapping
org.hibernate.metamodel.mapping.SqlExpressible
org.hibernate.metamodel.mapping.SqlTypedMapping
org.hibernate.metamodel.mapping.TableDetails
org.hibernate.metamodel.mapping.TableDetails.KeyColumn
org.hibernate.metamodel.mapping.TableDetails.KeyColumnConsumer
org.hibernate.metamodel.mapping.TableDetails.KeyDetails
org.hibernate.metamodel.mapping.ValueMapping
org.hibernate.metamodel.mapping.ValuedModelPart
org.hibernate.metamodel.mapping.VirtualModelPart
org.hibernate.metamodel.mapping.WhereRestrictable
org.hibernate.metamodel.mapping.ordering.AliasResolver
org.hibernate.metamodel.mapping.ordering.OrderByFragment
org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
org.hibernate.metamodel.mapping.ordering.OrderByFragmentTranslator
org.hibernate.metamodel.mapping.ordering.TranslationContext
org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
org.hibernate.metamodel.mapping.ordering.ast.DomainPath
org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
org.hibernate.metamodel.mapping.ordering.ast.Node
org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation
org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException
org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
org.hibernate.metamodel.mapping.ordering.ast.RootSequencePart
org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
org.hibernate.metamodel.mapping.ordering.ast.SequencePart
org.hibernate.metamodel.model.domain.AbstractDomainType
org.hibernate.metamodel.model.domain.AbstractIdentifiableType
org.hibernate.metamodel.model.domain.AbstractManagedType
org.hibernate.metamodel.model.domain.AnyMappingDomainType
org.hibernate.metamodel.model.domain.BagPersistentAttribute
org.hibernate.metamodel.model.domain.BasicDomainType
org.hibernate.metamodel.model.domain.DiscriminatorSqmPath
org.hibernate.metamodel.model.domain.DomainType
org.hibernate.metamodel.model.domain.EmbeddableDomainType
org.hibernate.metamodel.model.domain.EmbeddedDomainType
org.hibernate.metamodel.model.domain.EntityDomainType
org.hibernate.metamodel.model.domain.IdentifiableDomainType
org.hibernate.metamodel.model.domain.JpaMetamodel
org.hibernate.metamodel.model.domain.ListPersistentAttribute
org.hibernate.metamodel.model.domain.ManagedDomainType
org.hibernate.metamodel.model.domain.MapPersistentAttribute
org.hibernate.metamodel.model.domain.MappedSuperclassDomainType
org.hibernate.metamodel.model.domain.NavigableRole
org.hibernate.metamodel.model.domain.PersistentAttribute
org.hibernate.metamodel.model.domain.PluralPersistentAttribute
org.hibernate.metamodel.model.domain.SetPersistentAttribute
org.hibernate.metamodel.model.domain.SimpleDomainType
org.hibernate.metamodel.model.domain.SingularPersistentAttribute
org.hibernate.metamodel.model.domain.TreatableDomainType
org.hibernate.metamodel.model.domain.TupleType
org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
org.hibernate.metamodel.spi.EmbeddableInstantiator
org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
org.hibernate.metamodel.spi.EntityInstantiator
org.hibernate.metamodel.spi.EntityRepresentationStrategy
org.hibernate.metamodel.spi.Instantiator
org.hibernate.metamodel.spi.ManagedTypeRepresentationResolver
org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
org.hibernate.metamodel.spi.MappingMetamodelImplementor
org.hibernate.metamodel.spi.MetamodelImplementor
org.hibernate.metamodel.spi.RuntimeMetamodelsImplementor
org.hibernate.metamodel.spi.RuntimeModelCreationContext
org.hibernate.metamodel.spi.ValueAccess
org.hibernate.persister.collection.AbstractCollectionPersister
org.hibernate.persister.collection.BasicCollectionPersister
org.hibernate.persister.collection.CollectionPersister
org.hibernate.persister.collection.CompositeElementPropertyMapping
org.hibernate.persister.collection.DeprecatedCollectionStuff
org.hibernate.persister.collection.ElementPropertyMapping
org.hibernate.persister.collection.OneToManyPersister
org.hibernate.persister.collection.QueryableCollection
org.hibernate.persister.collection.SQLLoadableCollection
org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
org.hibernate.persister.collection.mutation.CollectionMutationTarget
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
org.hibernate.persister.collection.mutation.CollectionTableMapping
org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
org.hibernate.persister.collection.mutation.InsertRowsCoordinator
org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter
org.hibernate.persister.collection.mutation.InsertRowsCoordinatorNoOp
org.hibernate.persister.collection.mutation.InsertRowsCoordinatorStandard
org.hibernate.persister.collection.mutation.InsertRowsCoordinatorTablePerSubclass
org.hibernate.persister.collection.mutation.OperationProducer
org.hibernate.persister.collection.mutation.RemoveCoordinator
org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
org.hibernate.persister.collection.mutation.RowMutationOperations
org.hibernate.persister.collection.mutation.RowMutationOperations.Restrictions
org.hibernate.persister.collection.mutation.RowMutationOperations.Values
org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany
org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorTablePerSubclass
org.hibernate.persister.entity.AbstractEntityPersister
org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
org.hibernate.persister.entity.AbstractPropertyMapping
org.hibernate.persister.entity.BasicEntityPropertyMapping
org.hibernate.persister.entity.DeprecatedEntityStuff
org.hibernate.persister.entity.DiscriminatorHelper
org.hibernate.persister.entity.DiscriminatorMetadata
org.hibernate.persister.entity.DiscriminatorType
org.hibernate.persister.entity.EntityNameUse
org.hibernate.persister.entity.EntityNameUse.UseKind
org.hibernate.persister.entity.EntityPersister
org.hibernate.persister.entity.Joinable
org.hibernate.persister.entity.JoinedSubclassEntityPersister
org.hibernate.persister.entity.Loadable
org.hibernate.persister.entity.Lockable
org.hibernate.persister.entity.OuterJoinLoadable
org.hibernate.persister.entity.PropertyMapping
org.hibernate.persister.entity.Queryable
org.hibernate.persister.entity.Queryable.Declarer
org.hibernate.persister.entity.SQLLoadable
org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
org.hibernate.persister.entity.SingleTableEntityPersister
org.hibernate.persister.entity.UnionSubclassEntityPersister
org.hibernate.persister.entity.UniqueKeyEntry
org.hibernate.persister.entity.UniqueKeyLoadable
org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
org.hibernate.persister.entity.mutation.AttributeAnalysis
org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
org.hibernate.persister.entity.mutation.DeleteCoordinator
org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
org.hibernate.persister.entity.mutation.EntityMutationTarget
org.hibernate.persister.entity.mutation.EntityTableMapping
org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
org.hibernate.persister.entity.mutation.EntityTableMapping.KeyValueConsumer
org.hibernate.persister.entity.mutation.InsertCoordinator
org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
org.hibernate.persister.entity.mutation.InsertCoordinatorStandard.InsertValuesAnalysis
org.hibernate.persister.entity.mutation.MergeCoordinator
org.hibernate.persister.entity.mutation.MutationCoordinator
org.hibernate.persister.entity.mutation.TableSet
org.hibernate.persister.entity.mutation.UpdateCoordinator
org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.DirtinessChecker
org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.InclusionChecker
org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
org.hibernate.persister.spi.PersisterClassResolver
org.hibernate.persister.spi.PersisterCreationContext
org.hibernate.persister.spi.PersisterFactory
org.hibernate.persister.spi.UnknownPersisterException
org.hibernate.persister.walking.spi.AttributeSource
org.hibernate.pretty.MessageHelper
org.hibernate.procedure.FunctionReturn
org.hibernate.procedure.NamedParametersNotSupportedException
org.hibernate.procedure.NoSuchParameterException
org.hibernate.procedure.ParameterMisuseException
org.hibernate.procedure.ParameterStrategyException
org.hibernate.procedure.ParameterTypeException
org.hibernate.procedure.ProcedureCall
org.hibernate.procedure.ProcedureOutputs
org.hibernate.procedure.spi.CallableStatementSupport
org.hibernate.procedure.spi.FunctionReturnImplementor
org.hibernate.procedure.spi.NamedCallableQueryMemento
org.hibernate.procedure.spi.NamedCallableQueryMemento.ParameterMemento
org.hibernate.procedure.spi.ParameterStrategy
org.hibernate.procedure.spi.ProcedureCallImplementor
org.hibernate.procedure.spi.ProcedureParameterBindingImplementor
org.hibernate.procedure.spi.ProcedureParameterImplementor
org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
org.hibernate.property.access.spi.EnhancedGetterFieldImpl
org.hibernate.property.access.spi.EnhancedSetterImpl
org.hibernate.property.access.spi.EnhancedSetterMethodImpl
org.hibernate.property.access.spi.Getter
org.hibernate.property.access.spi.GetterFieldImpl
org.hibernate.property.access.spi.GetterMethodImpl
org.hibernate.property.access.spi.PropertyAccess
org.hibernate.property.access.spi.PropertyAccessBuildingException
org.hibernate.property.access.spi.PropertyAccessException
org.hibernate.property.access.spi.PropertyAccessSerializationException
org.hibernate.property.access.spi.PropertyAccessStrategy
org.hibernate.property.access.spi.PropertyAccessStrategyResolver
org.hibernate.property.access.spi.Setter
org.hibernate.property.access.spi.SetterFieldImpl
org.hibernate.property.access.spi.SetterMethodImpl
org.hibernate.proxy.AbstractLazyInitializer
org.hibernate.proxy.AbstractSerializableProxy
org.hibernate.proxy.EntityNotFoundDelegate
org.hibernate.proxy.HibernateProxy
org.hibernate.proxy.LazyInitializer
org.hibernate.proxy.ProxyConfiguration
org.hibernate.proxy.ProxyConfiguration.Interceptor
org.hibernate.proxy.ProxyConfiguration.InterceptorDispatcher
org.hibernate.proxy.ProxyFactory
org.hibernate.proxy.map.MapLazyInitializer
org.hibernate.proxy.map.MapProxy
org.hibernate.proxy.map.MapProxyFactory
org.hibernate.proxy.map.SerializableMapProxy
org.hibernate.proxy.pojo.BasicLazyInitializer
org.hibernate.proxy.pojo.ProxyFactoryHelper
org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
org.hibernate.query.BindableType
org.hibernate.query.CommonQueryContract
org.hibernate.query.IllegalMutationQueryException
org.hibernate.query.IllegalNamedQueryOptionsException
org.hibernate.query.IllegalQueryOperationException
org.hibernate.query.IllegalSelectQueryException
org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
org.hibernate.query.JpaTuple
org.hibernate.query.KeyedPage
org.hibernate.query.KeyedPage.KeyInterpretation
org.hibernate.query.KeyedResultList
org.hibernate.query.MutationQuery
org.hibernate.query.NamedQueryValidationException
org.hibernate.query.NativeQuery
org.hibernate.query.NativeQuery.CollectionReturn
org.hibernate.query.NativeQuery.FetchReturn
org.hibernate.query.NativeQuery.InstantiationResultNode
org.hibernate.query.NativeQuery.ResultNode
org.hibernate.query.NativeQuery.ReturnProperty
org.hibernate.query.NativeQuery.ReturnableResultNode
org.hibernate.query.NativeQuery.RootReturn
org.hibernate.query.NotIndexedCollectionException
org.hibernate.query.NullPrecedence
org.hibernate.query.Order
org.hibernate.query.OutputableType
org.hibernate.query.Page
org.hibernate.query.ParameterLabelException
org.hibernate.query.ParameterMetadata
org.hibernate.query.PathException
org.hibernate.query.Query
org.hibernate.query.QueryArgumentException
org.hibernate.query.QueryLogging
org.hibernate.query.QueryParameter
org.hibernate.query.QueryProducer
org.hibernate.query.QueryTypeMismatchException
org.hibernate.query.ResultListTransformer
org.hibernate.query.ReturnableType
org.hibernate.query.SelectionQuery
org.hibernate.query.SemanticException
org.hibernate.query.SortDirection
org.hibernate.query.SynchronizeableQuery
org.hibernate.query.SyntaxException
org.hibernate.query.TupleTransformer
org.hibernate.query.TypedParameterValue
org.hibernate.query.TypedTupleTransformer
org.hibernate.query.UnknownNamedQueryException
org.hibernate.query.UnknownParameterException
org.hibernate.query.UnknownSqlResultSetMappingException
org.hibernate.query.criteria.CriteriaDefinition
org.hibernate.query.criteria.HibernateCriteriaBuilder
org.hibernate.query.criteria.JpaCoalesce
org.hibernate.query.criteria.JpaCollectionJoin
org.hibernate.query.criteria.JpaCompoundSelection
org.hibernate.query.criteria.JpaConflictClause
org.hibernate.query.criteria.JpaConflictUpdateAction
org.hibernate.query.criteria.JpaCriteriaBase
org.hibernate.query.criteria.JpaCriteriaDelete
org.hibernate.query.criteria.JpaCriteriaInsert
org.hibernate.query.criteria.JpaCriteriaInsertSelect
org.hibernate.query.criteria.JpaCriteriaInsertValues
org.hibernate.query.criteria.JpaCriteriaNode
org.hibernate.query.criteria.JpaCriteriaQuery
org.hibernate.query.criteria.JpaCriteriaUpdate
org.hibernate.query.criteria.JpaCrossJoin
org.hibernate.query.criteria.JpaCteContainer
org.hibernate.query.criteria.JpaCteCriteria
org.hibernate.query.criteria.JpaCteCriteriaAttribute
org.hibernate.query.criteria.JpaCteCriteriaType
org.hibernate.query.criteria.JpaDerivedFrom
org.hibernate.query.criteria.JpaDerivedJoin
org.hibernate.query.criteria.JpaDerivedRoot
org.hibernate.query.criteria.JpaEntityJoin
org.hibernate.query.criteria.JpaExpression
org.hibernate.query.criteria.JpaFetch
org.hibernate.query.criteria.JpaFetchParent
org.hibernate.query.criteria.JpaFrom
org.hibernate.query.criteria.JpaFunction
org.hibernate.query.criteria.JpaInPredicate
org.hibernate.query.criteria.JpaJoin
org.hibernate.query.criteria.JpaJoinedFrom
org.hibernate.query.criteria.JpaListJoin
org.hibernate.query.criteria.JpaManipulationCriteria
org.hibernate.query.criteria.JpaMapJoin
org.hibernate.query.criteria.JpaOrder
org.hibernate.query.criteria.JpaParameterExpression
org.hibernate.query.criteria.JpaPath
org.hibernate.query.criteria.JpaPluralJoin
org.hibernate.query.criteria.JpaPredicate
org.hibernate.query.criteria.JpaQueryGroup
org.hibernate.query.criteria.JpaQueryPart
org.hibernate.query.criteria.JpaQueryStructure
org.hibernate.query.criteria.JpaQueryableCriteria
org.hibernate.query.criteria.JpaRoot
org.hibernate.query.criteria.JpaSearchOrder
org.hibernate.query.criteria.JpaSearchedCase
org.hibernate.query.criteria.JpaSelectCriteria
org.hibernate.query.criteria.JpaSelection
org.hibernate.query.criteria.JpaSetJoin
org.hibernate.query.criteria.JpaSimpleCase
org.hibernate.query.criteria.JpaSubQuery
org.hibernate.query.criteria.JpaTupleElement
org.hibernate.query.criteria.JpaValues
org.hibernate.query.criteria.JpaWindow
org.hibernate.query.criteria.JpaWindowFrame
org.hibernate.query.criteria.ValueHandlingMode
org.hibernate.query.criteria.spi.CriteriaBuilderExtension
org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
org.hibernate.query.derived.AnonymousTupleBasicEntityIdentifierMapping
org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
org.hibernate.query.derived.AnonymousTupleSimpleSqmPathSource
org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
org.hibernate.query.derived.AnonymousTupleSqmPathSource
org.hibernate.query.derived.AnonymousTupleTableGroupProducer
org.hibernate.query.derived.AnonymousTupleType
org.hibernate.query.derived.CteTupleTableGroupProducer
org.hibernate.query.hql.HqlInterpretationException
org.hibernate.query.hql.HqlLogging
org.hibernate.query.hql.HqlTranslator
org.hibernate.query.hql.LiteralConsumer
org.hibernate.query.hql.spi.DotIdentifierConsumer
org.hibernate.query.hql.spi.SemanticPathPart
org.hibernate.query.hql.spi.SqmCreationOptions
org.hibernate.query.hql.spi.SqmCreationProcessingState
org.hibernate.query.hql.spi.SqmCreationState
org.hibernate.query.hql.spi.SqmPathRegistry
org.hibernate.query.hql.spi.SqmQueryImplementor
org.hibernate.query.named.AbstractNamedQueryMemento
org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
org.hibernate.query.named.FetchMemento
org.hibernate.query.named.FetchMemento.Parent
org.hibernate.query.named.FetchMementoBasic
org.hibernate.query.named.ModelPartReferenceMemento
org.hibernate.query.named.ModelPartResultMemento
org.hibernate.query.named.ModelPartResultMementoBasic
org.hibernate.query.named.ModelPartResultMementoCollection
org.hibernate.query.named.ModelPartResultMementoEntity
org.hibernate.query.named.NameableQuery
org.hibernate.query.named.NamedObjectRepository
org.hibernate.query.named.NamedQueryMemento
org.hibernate.query.named.NamedQueryMemento.ParameterMemento
org.hibernate.query.named.NamedResultSetMappingMemento
org.hibernate.query.named.ResultMappingMementoNode
org.hibernate.query.named.ResultMemento
org.hibernate.query.named.ResultMementoBasic
org.hibernate.query.named.ResultMementoEntity
org.hibernate.query.named.ResultMementoInstantiation
org.hibernate.query.named.ResultMementoInstantiation.ArgumentMemento
org.hibernate.query.procedure.ProcedureParameter
org.hibernate.query.procedure.ProcedureParameterBinding
org.hibernate.query.results.BasicValuedFetchBuilder
org.hibernate.query.results.Builders
org.hibernate.query.results.DomainResultCreationStateImpl
org.hibernate.query.results.FetchBuilder
org.hibernate.query.results.FromClauseAccessImpl
org.hibernate.query.results.ImplicitAttributeFetchBuilder
org.hibernate.query.results.JdbcValuesMappingImpl
org.hibernate.query.results.MissingSqlSelectionException
org.hibernate.query.results.PositionalSelectionsNotAllowedException
org.hibernate.query.results.ResultBuilder
org.hibernate.query.results.ResultBuilderBasicValued
org.hibernate.query.results.ResultBuilderEmbeddable
org.hibernate.query.results.ResultBuilderEntityValued
org.hibernate.query.results.ResultBuilderInstantiationValued
org.hibernate.query.results.ResultSetMapping
org.hibernate.query.results.ResultSetMappingImpl
org.hibernate.query.results.ResultSetMappingSqlSelection
org.hibernate.query.results.ResultsHelper
org.hibernate.query.results.TableGroupImpl
org.hibernate.query.results.complete.CompleteFetchBuilder
org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
org.hibernate.query.results.complete.CompleteResultBuilder
org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
org.hibernate.query.results.complete.CompleteResultBuilderBasicValued
org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
org.hibernate.query.results.complete.CompleteResultBuilderCollection
org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
org.hibernate.query.results.complete.CompleteResultBuilderEntityValued
org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
org.hibernate.query.results.complete.EntityResultImpl
org.hibernate.query.results.complete.ModelPartReference
org.hibernate.query.results.complete.ModelPartReferenceBasic
org.hibernate.query.results.complete.ModelPartReferenceCollection
org.hibernate.query.results.complete.ModelPartReferenceEmbeddable
org.hibernate.query.results.complete.ModelPartReferenceEntity
org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
org.hibernate.query.results.dynamic.DynamicFetchBuilder
org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
org.hibernate.query.results.dynamic.DynamicResultBuilder
org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
org.hibernate.query.results.dynamic.DynamicResultBuilderBasic
org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
org.hibernate.query.results.dynamic.DynamicResultBuilderEntity
org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
org.hibernate.query.results.dynamic.LegacyFetchResolver
org.hibernate.query.results.implicit.ImplicitFetchBuilder
org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
org.hibernate.query.results.implicit.ImplicitFetchBuilderDiscriminatedAssociation
org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
org.hibernate.query.results.implicit.ImplicitModelPartResultBuilder
org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
org.hibernate.query.results.implicit.ImplicitResultClassBuilder
org.hibernate.query.spi.AbstractCommonQueryContract
org.hibernate.query.spi.AbstractQuery
org.hibernate.query.spi.AbstractQueryParameter
org.hibernate.query.spi.AbstractSelectionQuery
org.hibernate.query.spi.CloseableIterator
org.hibernate.query.spi.DelegatingQueryOptions
org.hibernate.query.spi.DomainQueryExecutionContext
org.hibernate.query.spi.HqlInterpretation
org.hibernate.query.spi.Limit
org.hibernate.query.spi.MutableQueryOptions
org.hibernate.query.spi.NonSelectQueryPlan
org.hibernate.query.spi.ParameterMetadataImplementor
org.hibernate.query.spi.ProcedureParameterMetadataImplementor
org.hibernate.query.spi.QueryEngine
org.hibernate.query.spi.QueryEngineOptions
org.hibernate.query.spi.QueryImplementor
org.hibernate.query.spi.QueryInterpretationCache
org.hibernate.query.spi.QueryInterpretationCache.Key
org.hibernate.query.spi.QueryOptions
org.hibernate.query.spi.QueryOptionsAdapter
org.hibernate.query.spi.QueryParameterBinding
org.hibernate.query.spi.QueryParameterBindingTypeResolver
org.hibernate.query.spi.QueryParameterBindingValidator
org.hibernate.query.spi.QueryParameterBindings
org.hibernate.query.spi.QueryParameterImplementor
org.hibernate.query.spi.QueryParameterListBinding
org.hibernate.query.spi.QueryPlan
org.hibernate.query.spi.QueryProducerImplementor
org.hibernate.query.spi.ScrollableResultsImplementor
org.hibernate.query.spi.SelectQueryPlan
org.hibernate.query.spi.SimpleHqlInterpretationImpl
org.hibernate.query.spi.SqlOmittingQueryOptions
org.hibernate.query.spi.SqmQuery
org.hibernate.query.sql.NativeQueryLogging
org.hibernate.query.sql.spi.NamedNativeQueryMemento
org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
org.hibernate.query.sql.spi.NativeNonSelectQueryPlan
org.hibernate.query.sql.spi.NativeQueryImplementor
org.hibernate.query.sql.spi.NativeQueryPlan
org.hibernate.query.sql.spi.NativeSelectQueryDefinition
org.hibernate.query.sql.spi.NativeSelectQueryPlan
org.hibernate.query.sql.spi.NonSelectInterpretationsKey
org.hibernate.query.sql.spi.ParameterInterpretation
org.hibernate.query.sql.spi.ParameterOccurrence
org.hibernate.query.sql.spi.ParameterRecognizer
org.hibernate.query.sql.spi.SelectInterpretationsKey
org.hibernate.query.sqm.AliasCollisionException
org.hibernate.query.sqm.BinaryArithmeticOperator
org.hibernate.query.sqm.CastType
org.hibernate.query.sqm.ComparisonOperator
org.hibernate.query.sqm.DynamicInstantiationNature
org.hibernate.query.sqm.EntityTypeException
org.hibernate.query.sqm.FetchClauseType
org.hibernate.query.sqm.FrameExclusion
org.hibernate.query.sqm.FrameKind
org.hibernate.query.sqm.FrameMode
org.hibernate.query.sqm.InterpretationException
org.hibernate.query.sqm.IntervalType
org.hibernate.query.sqm.LiteralNumberFormatException
org.hibernate.query.sqm.NodeBuilder
org.hibernate.query.sqm.ParsingException
org.hibernate.query.sqm.PathElementException
org.hibernate.query.sqm.SemanticQueryWalker
org.hibernate.query.sqm.SetOperator
org.hibernate.query.sqm.SqmExpressible
org.hibernate.query.sqm.SqmJoinable
org.hibernate.query.sqm.SqmPathSource
org.hibernate.query.sqm.SqmQuerySource
org.hibernate.query.sqm.SqmSelectionQuery
org.hibernate.query.sqm.SqmTreeCreationLogger
org.hibernate.query.sqm.SqmTreeTransformationLogger
org.hibernate.query.sqm.StrictJpaComplianceViolation
org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
org.hibernate.query.sqm.TemporalUnit
org.hibernate.query.sqm.TerminalPathException
org.hibernate.query.sqm.TrimSpec
org.hibernate.query.sqm.UnaryArithmeticOperator
org.hibernate.query.sqm.UnknownEntityException
org.hibernate.query.sqm.UnknownPathException
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
org.hibernate.query.sqm.function.FunctionKind
org.hibernate.query.sqm.function.FunctionRenderer
org.hibernate.query.sqm.function.FunctionRenderingSupport
org.hibernate.query.sqm.function.JdbcEscapeFunctionDescriptor
org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
org.hibernate.query.sqm.function.SelfRenderingSqmFunction
org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
org.hibernate.query.sqm.function.SqmFunctionDescriptor
org.hibernate.query.sqm.function.SqmFunctionRegistry
org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategyProvider
org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
org.hibernate.query.sqm.produce.function.ArgumentsValidator
org.hibernate.query.sqm.produce.function.FunctionArgumentException
org.hibernate.query.sqm.produce.function.FunctionArgumentTypeResolver
org.hibernate.query.sqm.produce.function.FunctionParameterType
org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
org.hibernate.query.sqm.spi.JdbcParameterBySqmParameterAccess
org.hibernate.query.sqm.spi.NamedSqmQueryMemento
org.hibernate.query.sqm.spi.ParameterDeclarationContext
org.hibernate.query.sqm.spi.SqmCreationContext
org.hibernate.query.sqm.spi.SqmCreationHelper
org.hibernate.query.sqm.spi.SqmParameterMappingModelResolutionAccess
org.hibernate.query.sqm.spi.SqmSelectionQueryImplementor
org.hibernate.query.sqm.sql.AggregateColumnAssignmentHandler
org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodeCollector
org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
org.hibernate.query.sqm.sql.ConversionException
org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
org.hibernate.query.sqm.sql.FromClauseIndex
org.hibernate.query.sqm.sql.SqmToSqlAstConverter
org.hibernate.query.sqm.sql.SqmTranslation
org.hibernate.query.sqm.sql.SqmTranslator
org.hibernate.query.sqm.sql.SqmTranslatorFactory
org.hibernate.query.sqm.sql.StandardSqmTranslation
org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
org.hibernate.query.sqm.tree.AbstractSqmStatement
org.hibernate.query.sqm.tree.SqmCopyContext
org.hibernate.query.sqm.tree.SqmDeleteOrUpdateStatement
org.hibernate.query.sqm.tree.SqmDmlStatement
org.hibernate.query.sqm.tree.SqmExpressibleAccessor
org.hibernate.query.sqm.tree.SqmJoinType
org.hibernate.query.sqm.tree.SqmNode
org.hibernate.query.sqm.tree.SqmQuery
org.hibernate.query.sqm.tree.SqmStatement
org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
org.hibernate.query.sqm.tree.SqmTypedNode
org.hibernate.query.sqm.tree.SqmVisitableNode
org.hibernate.query.sqm.tree.cte.SqmCteContainer
org.hibernate.query.sqm.tree.cte.SqmCteStatement
org.hibernate.query.sqm.tree.cte.SqmCteTable
org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
org.hibernate.query.sqm.tree.domain.AbstractSqmPath
org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
org.hibernate.query.sqm.tree.domain.SqmBagJoin
org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
org.hibernate.query.sqm.tree.domain.SqmCorrelation
org.hibernate.query.sqm.tree.domain.SqmCteRoot
org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
org.hibernate.query.sqm.tree.domain.SqmFkExpression
org.hibernate.query.sqm.tree.domain.SqmFunctionPath
org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
org.hibernate.query.sqm.tree.domain.SqmListJoin
org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
org.hibernate.query.sqm.tree.domain.SqmMapJoin
org.hibernate.query.sqm.tree.domain.SqmPath
org.hibernate.query.sqm.tree.domain.SqmPathWrapper
org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
org.hibernate.query.sqm.tree.domain.SqmSetJoin
org.hibernate.query.sqm.tree.domain.SqmSimplePath
org.hibernate.query.sqm.tree.domain.SqmSingularJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedPath
org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
org.hibernate.query.sqm.tree.expression.Compatibility
org.hibernate.query.sqm.tree.expression.Conversion
org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
org.hibernate.query.sqm.tree.expression.NullSqmExpressible
org.hibernate.query.sqm.tree.expression.NumericTypeCategory
org.hibernate.query.sqm.tree.expression.SqmAggregateFunction
org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
org.hibernate.query.sqm.tree.expression.SqmAny
org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
org.hibernate.query.sqm.tree.expression.SqmByUnit
org.hibernate.query.sqm.tree.expression.SqmCaseSearched
org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
org.hibernate.query.sqm.tree.expression.SqmCaseSimple
org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
org.hibernate.query.sqm.tree.expression.SqmCastTarget
org.hibernate.query.sqm.tree.expression.SqmCoalesce
org.hibernate.query.sqm.tree.expression.SqmCollation
org.hibernate.query.sqm.tree.expression.SqmCollectionSize
org.hibernate.query.sqm.tree.expression.SqmDistinct
org.hibernate.query.sqm.tree.expression.SqmDurationUnit
org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
org.hibernate.query.sqm.tree.expression.SqmEvery
org.hibernate.query.sqm.tree.expression.SqmExpression
org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
org.hibernate.query.sqm.tree.expression.SqmExtractUnit
org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
org.hibernate.query.sqm.tree.expression.SqmFormat
org.hibernate.query.sqm.tree.expression.SqmFunction
org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral.TypeException
org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
org.hibernate.query.sqm.tree.expression.SqmLiteral
org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
org.hibernate.query.sqm.tree.expression.SqmLiteralNull
org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
org.hibernate.query.sqm.tree.expression.SqmNamedParameter
org.hibernate.query.sqm.tree.expression.SqmOrderedSetAggregateFunction
org.hibernate.query.sqm.tree.expression.SqmOver
org.hibernate.query.sqm.tree.expression.SqmOverflow
org.hibernate.query.sqm.tree.expression.SqmParameter
org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
org.hibernate.query.sqm.tree.expression.SqmStar
org.hibernate.query.sqm.tree.expression.SqmSummarization
org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
org.hibernate.query.sqm.tree.expression.SqmToDuration
org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
org.hibernate.query.sqm.tree.expression.SqmTuple
org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
org.hibernate.query.sqm.tree.expression.SqmWindow
org.hibernate.query.sqm.tree.expression.SqmWindowFrame
org.hibernate.query.sqm.tree.expression.SqmWindowFunction
org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
org.hibernate.query.sqm.tree.from.DowncastLocation
org.hibernate.query.sqm.tree.from.SqmAttributeJoin
org.hibernate.query.sqm.tree.from.SqmCrossJoin
org.hibernate.query.sqm.tree.from.SqmCteJoin
org.hibernate.query.sqm.tree.from.SqmDerivedJoin
org.hibernate.query.sqm.tree.from.SqmEntityJoin
org.hibernate.query.sqm.tree.from.SqmFrom
org.hibernate.query.sqm.tree.from.SqmFromClause
org.hibernate.query.sqm.tree.from.SqmFromClauseContainer
org.hibernate.query.sqm.tree.from.SqmJoin
org.hibernate.query.sqm.tree.from.SqmQualifiedJoin
org.hibernate.query.sqm.tree.from.SqmRoot
org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
org.hibernate.query.sqm.tree.insert.SqmConflictClause
org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
org.hibernate.query.sqm.tree.insert.SqmInsertStatement
org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
org.hibernate.query.sqm.tree.insert.SqmValues
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
org.hibernate.query.sqm.tree.jpa.ParameterCollector
org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
org.hibernate.query.sqm.tree.predicate.SqmInPredicate
org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
org.hibernate.query.sqm.tree.predicate.SqmNegatablePredicate
org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
org.hibernate.query.sqm.tree.predicate.SqmPredicate
org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
org.hibernate.query.sqm.tree.predicate.SqmWhereClause
org.hibernate.query.sqm.tree.predicate.SqmWhereClauseContainer
org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
org.hibernate.query.sqm.tree.select.SqmAliasedNode
org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget
org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
org.hibernate.query.sqm.tree.select.SqmOrderByClause
org.hibernate.query.sqm.tree.select.SqmQueryGroup
org.hibernate.query.sqm.tree.select.SqmQueryPart
org.hibernate.query.sqm.tree.select.SqmQuerySpec
org.hibernate.query.sqm.tree.select.SqmSelectClause
org.hibernate.query.sqm.tree.select.SqmSelectQuery
org.hibernate.query.sqm.tree.select.SqmSelectStatement
org.hibernate.query.sqm.tree.select.SqmSelectableNode
org.hibernate.query.sqm.tree.select.SqmSelection
org.hibernate.query.sqm.tree.select.SqmSortSpecification
org.hibernate.query.sqm.tree.select.SqmSubQuery
org.hibernate.query.sqm.tree.update.SqmAssignment
org.hibernate.query.sqm.tree.update.SqmSetClause
org.hibernate.query.sqm.tree.update.SqmUpdateStatement
org.hibernate.relational.SchemaManager
org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
org.hibernate.resource.beans.container.spi.BeanContainer
org.hibernate.resource.beans.container.spi.BeanContainer.LifecycleOptions
org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
org.hibernate.resource.beans.container.spi.ContainedBean
org.hibernate.resource.beans.container.spi.ContainedBeanImplementor
org.hibernate.resource.beans.container.spi.ExtendedBeanManager
org.hibernate.resource.beans.container.spi.ExtendedBeanManager.LifecycleListener
org.hibernate.resource.beans.container.spi.FallbackContainedBean
org.hibernate.resource.beans.spi.BeanInstanceProducer
org.hibernate.resource.beans.spi.ManagedBean
org.hibernate.resource.beans.spi.ManagedBeanRegistry
org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
org.hibernate.resource.jdbc.LogicalConnection
org.hibernate.resource.jdbc.ResourceRegistry
org.hibernate.resource.jdbc.spi.JdbcObserver
org.hibernate.resource.jdbc.spi.JdbcSessionContext
org.hibernate.resource.jdbc.spi.JdbcSessionOwner
org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
org.hibernate.resource.jdbc.spi.PhysicalJdbcTransaction
org.hibernate.resource.jdbc.spi.StatementInspector
org.hibernate.resource.transaction.LocalSynchronizationException
org.hibernate.resource.transaction.NullSynchronizationException
org.hibernate.resource.transaction.TransactionRequiredForJoinException
org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransactionAccess
org.hibernate.resource.transaction.spi.DdlTransactionIsolator
org.hibernate.resource.transaction.spi.IsolationDelegate
org.hibernate.resource.transaction.spi.SynchronizationRegistry
org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
org.hibernate.resource.transaction.spi.TransactionCoordinator
org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder.Options
org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
org.hibernate.resource.transaction.spi.TransactionObserver
org.hibernate.resource.transaction.spi.TransactionStatus
org.hibernate.result.NoMoreReturnsException
org.hibernate.result.Output
org.hibernate.result.Outputs
org.hibernate.result.ResultSetOutput
org.hibernate.result.UpdateCountOutput
org.hibernate.result.spi.ResultContext
org.hibernate.service.JavaServiceLoadable
org.hibernate.service.NullServiceException
org.hibernate.service.Service
org.hibernate.service.ServiceRegistry
org.hibernate.service.StandardServiceInitiators
org.hibernate.service.UnknownServiceException
org.hibernate.service.UnknownUnwrapTypeException
org.hibernate.service.spi.Configurable
org.hibernate.service.spi.InjectService
org.hibernate.service.spi.ServiceBinding
org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
org.hibernate.service.spi.ServiceContributor
org.hibernate.service.spi.ServiceException
org.hibernate.service.spi.ServiceInitiator
org.hibernate.service.spi.ServiceRegistryAwareService
org.hibernate.service.spi.ServiceRegistryImplementor
org.hibernate.service.spi.SessionFactoryServiceContributor
org.hibernate.service.spi.SessionFactoryServiceInitiator
org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
org.hibernate.service.spi.SessionFactoryServiceRegistry
org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
org.hibernate.service.spi.Startable
org.hibernate.service.spi.Stoppable
org.hibernate.service.spi.Wrapped
org.hibernate.spi.DotIdentifierSequence
org.hibernate.spi.EntityIdentifierNavigablePath
org.hibernate.spi.NavigablePath
org.hibernate.spi.NavigablePath.FullPathCalculator
org.hibernate.spi.NavigablePath.RelativePathCollector
org.hibernate.spi.TreatedNavigablePath
org.hibernate.sql.Alias
org.hibernate.sql.ComparisonRestriction
org.hibernate.sql.ComparisonRestriction.Operator
org.hibernate.sql.CompleteRestriction
org.hibernate.sql.Delete
org.hibernate.sql.ForUpdateFragment
org.hibernate.sql.InFragment
org.hibernate.sql.Insert
org.hibernate.sql.NullnessRestriction
org.hibernate.sql.Restriction
org.hibernate.sql.RestrictionRenderingContext
org.hibernate.sql.SimpleSelect
org.hibernate.sql.Template
org.hibernate.sql.Update
org.hibernate.sql.ast.Clause
org.hibernate.sql.ast.SqlAstJoinType
org.hibernate.sql.ast.SqlAstNodeRenderingMode
org.hibernate.sql.ast.SqlAstTranslator
org.hibernate.sql.ast.SqlAstTranslatorFactory
org.hibernate.sql.ast.SqlAstWalker
org.hibernate.sql.ast.SqlTreeCreationException
org.hibernate.sql.ast.SqlTreeCreationLogger
org.hibernate.sql.ast.SqlTreePrinter
org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer
org.hibernate.sql.ast.spi.AbstractSqlAstWalker
org.hibernate.sql.ast.spi.AggregateFunctionChecker
org.hibernate.sql.ast.spi.AliasCollector
org.hibernate.sql.ast.spi.ExpressionReplacementWalker
org.hibernate.sql.ast.spi.FromClauseAccess
org.hibernate.sql.ast.spi.ParameterMarkerStrategy
org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
org.hibernate.sql.ast.spi.SqlAliasBase
org.hibernate.sql.ast.spi.SqlAliasBaseConstant
org.hibernate.sql.ast.spi.SqlAliasBaseGenerator
org.hibernate.sql.ast.spi.SqlAliasBaseImpl
org.hibernate.sql.ast.spi.SqlAliasBaseManager
org.hibernate.sql.ast.spi.SqlAliasStemHelper
org.hibernate.sql.ast.spi.SqlAppender
org.hibernate.sql.ast.spi.SqlAstCreationContext
org.hibernate.sql.ast.spi.SqlAstCreationState
org.hibernate.sql.ast.spi.SqlAstProcessingState
org.hibernate.sql.ast.spi.SqlAstQueryNodeProcessingState
org.hibernate.sql.ast.spi.SqlAstQueryPartProcessingState
org.hibernate.sql.ast.spi.SqlAstTreeHelper
org.hibernate.sql.ast.spi.SqlExpressionAccess
org.hibernate.sql.ast.spi.SqlExpressionResolver
org.hibernate.sql.ast.spi.SqlExpressionResolver.ColumnReferenceKey
org.hibernate.sql.ast.spi.SqlSelection
org.hibernate.sql.ast.spi.SqlSelectionProducer
org.hibernate.sql.ast.spi.StandardSqlAstTranslator
org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
org.hibernate.sql.ast.spi.StringBuilderSqlAppender
org.hibernate.sql.ast.tree.AbstractMutationStatement
org.hibernate.sql.ast.tree.AbstractStatement
org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
org.hibernate.sql.ast.tree.MutationStatement
org.hibernate.sql.ast.tree.SqlAstNode
org.hibernate.sql.ast.tree.SqlAstTreeLogger
org.hibernate.sql.ast.tree.Statement
org.hibernate.sql.ast.tree.cte.CteColumn
org.hibernate.sql.ast.tree.cte.CteContainer
org.hibernate.sql.ast.tree.cte.CteMaterialization
org.hibernate.sql.ast.tree.cte.CteObject
org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
org.hibernate.sql.ast.tree.cte.CteStatement
org.hibernate.sql.ast.tree.cte.CteTable
org.hibernate.sql.ast.tree.cte.CteTableGroup
org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
org.hibernate.sql.ast.tree.cte.SelfRenderingCteObject
org.hibernate.sql.ast.tree.delete.DeleteStatement
org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
org.hibernate.sql.ast.tree.expression.AggregateFunctionExpression
org.hibernate.sql.ast.tree.expression.AliasedExpression
org.hibernate.sql.ast.tree.expression.Any
org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
org.hibernate.sql.ast.tree.expression.CastTarget
org.hibernate.sql.ast.tree.expression.Collation
org.hibernate.sql.ast.tree.expression.ColumnReference
org.hibernate.sql.ast.tree.expression.Distinct
org.hibernate.sql.ast.tree.expression.Duration
org.hibernate.sql.ast.tree.expression.DurationUnit
org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
org.hibernate.sql.ast.tree.expression.Every
org.hibernate.sql.ast.tree.expression.Expression
org.hibernate.sql.ast.tree.expression.ExtractUnit
org.hibernate.sql.ast.tree.expression.Format
org.hibernate.sql.ast.tree.expression.FunctionExpression
org.hibernate.sql.ast.tree.expression.JdbcLiteral
org.hibernate.sql.ast.tree.expression.JdbcParameter
org.hibernate.sql.ast.tree.expression.Literal
org.hibernate.sql.ast.tree.expression.LiteralAsParameter
org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
org.hibernate.sql.ast.tree.expression.NestedColumnReference
org.hibernate.sql.ast.tree.expression.OrderedSetAggregateFunctionExpression
org.hibernate.sql.ast.tree.expression.Over
org.hibernate.sql.ast.tree.expression.Overflow
org.hibernate.sql.ast.tree.expression.QueryLiteral
org.hibernate.sql.ast.tree.expression.QueryTransformer
org.hibernate.sql.ast.tree.expression.SelfRenderingExpression
org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
org.hibernate.sql.ast.tree.expression.SqlTuple
org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
org.hibernate.sql.ast.tree.expression.SqlTupleContainer
org.hibernate.sql.ast.tree.expression.Star
org.hibernate.sql.ast.tree.expression.Summarization
org.hibernate.sql.ast.tree.expression.Summarization.Kind
org.hibernate.sql.ast.tree.expression.TrimSpecification
org.hibernate.sql.ast.tree.expression.UnaryOperation
org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
org.hibernate.sql.ast.tree.from.AbstractTableGroup
org.hibernate.sql.ast.tree.from.AbstractTableReference
org.hibernate.sql.ast.tree.from.CollectionTableGroup
org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
org.hibernate.sql.ast.tree.from.DelegatingTableGroup
org.hibernate.sql.ast.tree.from.DerivedTableReference
org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
org.hibernate.sql.ast.tree.from.FromClause
org.hibernate.sql.ast.tree.from.FunctionTableGroup
org.hibernate.sql.ast.tree.from.FunctionTableReference
org.hibernate.sql.ast.tree.from.LazyTableGroup
org.hibernate.sql.ast.tree.from.LazyTableGroup.ParentTableGroupUseChecker
org.hibernate.sql.ast.tree.from.MappedByTableGroup
org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
org.hibernate.sql.ast.tree.from.NamedTableReference
org.hibernate.sql.ast.tree.from.OneToManyTableGroup
org.hibernate.sql.ast.tree.from.PluralTableGroup
org.hibernate.sql.ast.tree.from.QueryPartTableGroup
org.hibernate.sql.ast.tree.from.QueryPartTableReference
org.hibernate.sql.ast.tree.from.RootTableGroupProducer
org.hibernate.sql.ast.tree.from.StandardTableGroup
org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
org.hibernate.sql.ast.tree.from.TableAliasResolver
org.hibernate.sql.ast.tree.from.TableGroup
org.hibernate.sql.ast.tree.from.TableGroupJoin
org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
org.hibernate.sql.ast.tree.from.TableGroupProducer
org.hibernate.sql.ast.tree.from.TableJoin
org.hibernate.sql.ast.tree.from.TableReference
org.hibernate.sql.ast.tree.from.TableReferenceJoin
org.hibernate.sql.ast.tree.from.TableReferenceJoinPredicateProducer
org.hibernate.sql.ast.tree.from.UnionTableGroup
org.hibernate.sql.ast.tree.from.UnionTableReference
org.hibernate.sql.ast.tree.from.UnknownTableReferenceException
org.hibernate.sql.ast.tree.from.ValuesTableGroup
org.hibernate.sql.ast.tree.from.ValuesTableReference
org.hibernate.sql.ast.tree.from.VirtualTableGroup
org.hibernate.sql.ast.tree.insert.ConflictClause
org.hibernate.sql.ast.tree.insert.InsertSelectStatement
org.hibernate.sql.ast.tree.insert.InsertStatement
org.hibernate.sql.ast.tree.insert.Values
org.hibernate.sql.ast.tree.predicate.AbstractPredicate
org.hibernate.sql.ast.tree.predicate.BetweenPredicate
org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
org.hibernate.sql.ast.tree.predicate.ExistsPredicate
org.hibernate.sql.ast.tree.predicate.FilterPredicate
org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
org.hibernate.sql.ast.tree.predicate.GroupedPredicate
org.hibernate.sql.ast.tree.predicate.InArrayPredicate
org.hibernate.sql.ast.tree.predicate.InListPredicate
org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
org.hibernate.sql.ast.tree.predicate.Junction
org.hibernate.sql.ast.tree.predicate.Junction.Nature
org.hibernate.sql.ast.tree.predicate.LikePredicate
org.hibernate.sql.ast.tree.predicate.NegatedPredicate
org.hibernate.sql.ast.tree.predicate.NullnessPredicate
org.hibernate.sql.ast.tree.predicate.Predicate
org.hibernate.sql.ast.tree.predicate.PredicateCollector
org.hibernate.sql.ast.tree.predicate.PredicateContainer
org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
org.hibernate.sql.ast.tree.predicate.ThruthnessPredicate
org.hibernate.sql.ast.tree.select.QueryGroup
org.hibernate.sql.ast.tree.select.QueryPart
org.hibernate.sql.ast.tree.select.QuerySpec
org.hibernate.sql.ast.tree.select.SelectClause
org.hibernate.sql.ast.tree.select.SelectStatement
org.hibernate.sql.ast.tree.select.SortSpecification
org.hibernate.sql.ast.tree.update.Assignable
org.hibernate.sql.ast.tree.update.Assignment
org.hibernate.sql.ast.tree.update.UpdateStatement
org.hibernate.sql.exec.ExecutionException
org.hibernate.sql.exec.SqlExecLogger
org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
org.hibernate.sql.exec.spi.Callback
org.hibernate.sql.exec.spi.ExecutionContext
org.hibernate.sql.exec.spi.JdbcCallFunctionReturn
org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
org.hibernate.sql.exec.spi.JdbcCallRefCursorExtractor
org.hibernate.sql.exec.spi.JdbcLockStrategy
org.hibernate.sql.exec.spi.JdbcMutationExecutor
org.hibernate.sql.exec.spi.JdbcOperation
org.hibernate.sql.exec.spi.JdbcOperationQuery
org.hibernate.sql.exec.spi.JdbcOperationQueryAnonBlock
org.hibernate.sql.exec.spi.JdbcOperationQueryCall
org.hibernate.sql.exec.spi.JdbcOperationQueryDelete
org.hibernate.sql.exec.spi.JdbcOperationQueryInsert
org.hibernate.sql.exec.spi.JdbcOperationQueryMutation
org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
org.hibernate.sql.exec.spi.JdbcOperationQueryUpdate
org.hibernate.sql.exec.spi.JdbcParameterBinder
org.hibernate.sql.exec.spi.JdbcParameterBinding
org.hibernate.sql.exec.spi.JdbcParameterBindings
org.hibernate.sql.exec.spi.JdbcParameters
org.hibernate.sql.exec.spi.JdbcParametersList
org.hibernate.sql.exec.spi.JdbcParametersList.Builder
org.hibernate.sql.exec.spi.JdbcParametersList.JdbcParametersListMulti
org.hibernate.sql.exec.spi.JdbcParametersList.JdbcParametersListSingleton
org.hibernate.sql.exec.spi.JdbcSelectExecutor
org.hibernate.sql.exec.spi.JdbcSelectExecutor.StatementCreator
org.hibernate.sql.exec.spi.StandardEntityInstanceResolver
org.hibernate.sql.exec.spi.StatementCreatorHelper
org.hibernate.sql.exec.spi.StatementOptions
org.hibernate.sql.model.EntityMutationOperationGroup
org.hibernate.sql.model.ModelMutationLogging
org.hibernate.sql.model.MutationOperation
org.hibernate.sql.model.MutationOperationGroup
org.hibernate.sql.model.MutationTarget
org.hibernate.sql.model.MutationType
org.hibernate.sql.model.PreparableMutationOperation
org.hibernate.sql.model.SelfExecutingUpdateOperation
org.hibernate.sql.model.TableMapping
org.hibernate.sql.model.TableMapping.MutationDetails
org.hibernate.sql.model.ValuesAnalysis
org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
org.hibernate.sql.model.ast.AbstractTableDelete
org.hibernate.sql.model.ast.AbstractTableInsert
org.hibernate.sql.model.ast.AbstractTableMutation
org.hibernate.sql.model.ast.AbstractTableUpdate
org.hibernate.sql.model.ast.ColumnValueBinding
org.hibernate.sql.model.ast.ColumnValueBindingList
org.hibernate.sql.model.ast.ColumnValueParameter
org.hibernate.sql.model.ast.ColumnValueParameterList
org.hibernate.sql.model.ast.ColumnWriteFragment
org.hibernate.sql.model.ast.CustomSqlMutation
org.hibernate.sql.model.ast.MutatingTableReference
org.hibernate.sql.model.ast.MutationGroup
org.hibernate.sql.model.ast.RestrictedTableMutation
org.hibernate.sql.model.ast.TableDelete
org.hibernate.sql.model.ast.TableInsert
org.hibernate.sql.model.ast.TableMutation
org.hibernate.sql.model.ast.TableUpdate
org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
org.hibernate.sql.model.ast.builder.CollectionRowDeleteBuilder
org.hibernate.sql.model.ast.builder.CollectionRowDeleteByUpdateSetNullBuilder
org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
org.hibernate.sql.model.ast.builder.MutationGroupBuilder
org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
org.hibernate.sql.model.ast.builder.TableDeleteBuilder
org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
org.hibernate.sql.model.ast.builder.TableInsertBuilder
org.hibernate.sql.model.ast.builder.TableInsertBuilderStandard
org.hibernate.sql.model.ast.builder.TableMergeBuilder
org.hibernate.sql.model.ast.builder.TableMutationBuilder
org.hibernate.sql.model.ast.builder.TableUpdateBuilder
org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
org.hibernate.sql.model.jdbc.AbstractJdbcMutation
org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
org.hibernate.sql.model.jdbc.JdbcDeleteMutation
org.hibernate.sql.model.jdbc.JdbcInsertMutation
org.hibernate.sql.model.jdbc.JdbcMutationOperation
org.hibernate.sql.model.jdbc.JdbcUpdateMutation
org.hibernate.sql.model.jdbc.JdbcValueDescriptor
org.hibernate.sql.model.jdbc.MergeOperation
org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
org.hibernate.sql.model.jdbc.UpsertOperation
org.hibernate.sql.results.DomainResultCreationException
org.hibernate.sql.results.LoadingLogger
org.hibernate.sql.results.NoMoreOutputsException
org.hibernate.sql.results.ResultsLogger
org.hibernate.sql.results.caching.QueryCachePutManager
org.hibernate.sql.results.graph.AbstractFetchParent
org.hibernate.sql.results.graph.AssemblerCreationState
org.hibernate.sql.results.graph.BiDirectionalFetch
org.hibernate.sql.results.graph.DatabaseSnapshotContributor
org.hibernate.sql.results.graph.DomainResult
org.hibernate.sql.results.graph.DomainResultAssembler
org.hibernate.sql.results.graph.DomainResultCreationState
org.hibernate.sql.results.graph.DomainResultGraphNode
org.hibernate.sql.results.graph.DomainResultGraphPrinter
org.hibernate.sql.results.graph.EntityGraphTraversalState
org.hibernate.sql.results.graph.EntityGraphTraversalState.FetchStrategy
org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
org.hibernate.sql.results.graph.Fetch
org.hibernate.sql.results.graph.FetchList
org.hibernate.sql.results.graph.FetchOptions
org.hibernate.sql.results.graph.FetchParent
org.hibernate.sql.results.graph.FetchStyleAccess
org.hibernate.sql.results.graph.FetchTimingAccess
org.hibernate.sql.results.graph.Fetchable
org.hibernate.sql.results.graph.FetchableContainer
org.hibernate.sql.results.graph.Initializer
org.hibernate.sql.results.graph.Initializer.State
org.hibernate.sql.results.graph.InitializerData
org.hibernate.sql.results.graph.InitializerParent
org.hibernate.sql.results.graph.InitializerProducer
org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
org.hibernate.sql.results.graph.UnfetchedResultAssembler
org.hibernate.sql.results.graph.basic.BasicFetch
org.hibernate.sql.results.graph.basic.BasicResult
org.hibernate.sql.results.graph.basic.BasicResultAssembler
org.hibernate.sql.results.graph.basic.BasicResultGraphNode
org.hibernate.sql.results.graph.basic.CoercingResultAssembler
org.hibernate.sql.results.graph.collection.CollectionInitializer
org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
org.hibernate.sql.results.graph.collection.CollectionResultGraphNode
org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
org.hibernate.sql.results.graph.embeddable.AggregateEmbeddableResultGraphNode
org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
org.hibernate.sql.results.graph.embeddable.EmbeddableResult
org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable
org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
org.hibernate.sql.results.graph.entity.EntityFetch
org.hibernate.sql.results.graph.entity.EntityInitializer
org.hibernate.sql.results.graph.entity.EntityLoadingLogging
org.hibernate.sql.results.graph.entity.EntityResult
org.hibernate.sql.results.graph.entity.EntityResultGraphNode
org.hibernate.sql.results.graph.entity.EntityValuedFetchable
org.hibernate.sql.results.graph.instantiation.DynamicInstantiationResult
org.hibernate.sql.results.graph.tuple.TupleResult
org.hibernate.sql.results.graph.tuple.TupleResultAssembler
org.hibernate.sql.results.jdbc.spi.JdbcValues
org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducerProvider
org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingResolution
org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
org.hibernate.sql.results.jdbc.spi.RowProcessingState
org.hibernate.sql.results.spi.ListResultsConsumer
org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
org.hibernate.sql.results.spi.LoadContexts
org.hibernate.sql.results.spi.ManagedResultConsumer
org.hibernate.sql.results.spi.ResultsConsumer
org.hibernate.sql.results.spi.RowReader
org.hibernate.sql.results.spi.RowTransformer
org.hibernate.sql.results.spi.ScrollableResultsConsumer
org.hibernate.sql.results.spi.SingleResultConsumer
org.hibernate.stat.CacheRegionStatistics
org.hibernate.stat.CacheableDataStatistics
org.hibernate.stat.CollectionStatistics
org.hibernate.stat.EntityStatistics
org.hibernate.stat.NaturalIdStatistics
org.hibernate.stat.QueryStatistics
org.hibernate.stat.SessionStatistics
org.hibernate.stat.Statistics
org.hibernate.stat.spi.StatisticsFactory
org.hibernate.stat.spi.StatisticsImplementor
org.hibernate.tool.schema.Action
org.hibernate.tool.schema.JdbcMetadaAccessStrategy
org.hibernate.tool.schema.SourceType
org.hibernate.tool.schema.TargetType
org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
org.hibernate.tool.schema.extract.spi.ColumnInformation
org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
org.hibernate.tool.schema.extract.spi.DatabaseInformation
org.hibernate.tool.schema.extract.spi.ExtractionContext
org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess
org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
org.hibernate.tool.schema.extract.spi.ExtractionContext.ResultSetProcessor
org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
org.hibernate.tool.schema.extract.spi.IndexInformation
org.hibernate.tool.schema.extract.spi.InformationExtractor
org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
org.hibernate.tool.schema.extract.spi.SchemaExtractionException
org.hibernate.tool.schema.extract.spi.SequenceInformation
org.hibernate.tool.schema.extract.spi.SequenceInformationExtractor
org.hibernate.tool.schema.extract.spi.TableInformation
org.hibernate.tool.schema.spi.Cleaner
org.hibernate.tool.schema.spi.CommandAcceptanceException
org.hibernate.tool.schema.spi.ContributableMatcher
org.hibernate.tool.schema.spi.DelayedDropAction
org.hibernate.tool.schema.spi.DelayedDropRegistry
org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
org.hibernate.tool.schema.spi.ExceptionHandler
org.hibernate.tool.schema.spi.ExecutionOptions
org.hibernate.tool.schema.spi.Exporter
org.hibernate.tool.schema.spi.ExtractionTool
org.hibernate.tool.schema.spi.JpaTargetAndSourceDescriptor
org.hibernate.tool.schema.spi.SchemaCreator
org.hibernate.tool.schema.spi.SchemaDropper
org.hibernate.tool.schema.spi.SchemaFilter
org.hibernate.tool.schema.spi.SchemaFilterProvider
org.hibernate.tool.schema.spi.SchemaManagementException
org.hibernate.tool.schema.spi.SchemaManagementTool
org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
org.hibernate.tool.schema.spi.SchemaMigrator
org.hibernate.tool.schema.spi.SchemaTruncator
org.hibernate.tool.schema.spi.SchemaValidator
org.hibernate.tool.schema.spi.ScriptSourceInput
org.hibernate.tool.schema.spi.ScriptTargetOutput
org.hibernate.tool.schema.spi.SourceDescriptor
org.hibernate.tool.schema.spi.SqlScriptCommandExtractor
org.hibernate.tool.schema.spi.SqlScriptException
org.hibernate.tool.schema.spi.TargetDescriptor
org.hibernate.transform.AliasToBeanConstructorResultTransformer
org.hibernate.transform.AliasToBeanResultTransformer
org.hibernate.transform.AliasToEntityMapResultTransformer
org.hibernate.transform.ResultTransformer
org.hibernate.transform.ToListResultTransformer
org.hibernate.transform.Transformers
org.hibernate.tuple.AbstractAttribute
org.hibernate.tuple.AbstractNonIdentifierAttribute
org.hibernate.tuple.AnnotationValueGeneration
org.hibernate.tuple.Attribute
org.hibernate.tuple.BaselineAttributeInformation
org.hibernate.tuple.BaselineAttributeInformation.Builder
org.hibernate.tuple.CreationTimestampGeneration
org.hibernate.tuple.DynamicMapInstantiator
org.hibernate.tuple.GenerationTiming
org.hibernate.tuple.IdentifierAttribute
org.hibernate.tuple.IdentifierProperty
org.hibernate.tuple.Instantiator
org.hibernate.tuple.NonIdentifierAttribute
org.hibernate.tuple.PojoInstantiator
org.hibernate.tuple.PropertyFactory
org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
org.hibernate.tuple.StandardProperty
org.hibernate.tuple.TimestampGenerators
org.hibernate.tuple.Tuplizer
org.hibernate.tuple.UpdateTimestampGeneration
org.hibernate.tuple.ValueGeneration
org.hibernate.tuple.ValueGenerator
org.hibernate.tuple.VmValueGeneration
org.hibernate.tuple.component.AbstractCompositionAttribute
org.hibernate.tuple.entity.AbstractEntityBasedAttribute
org.hibernate.tuple.entity.CompositeValueGenerationException
org.hibernate.tuple.entity.EntityBasedAssociationAttribute
org.hibernate.tuple.entity.EntityBasedBasicAttribute
org.hibernate.tuple.entity.EntityBasedCompositionAttribute
org.hibernate.tuple.entity.EntityMetamodel
org.hibernate.tuple.entity.VersionProperty
org.hibernate.type.AbstractSingleColumnStandardBasicType
org.hibernate.type.AbstractStandardBasicType
org.hibernate.type.AbstractType
org.hibernate.type.AdjustableBasicType
org.hibernate.type.AnyType
org.hibernate.type.AnyType.ObjectTypeCacheEntry
org.hibernate.type.ArrayType
org.hibernate.type.AssociationType
org.hibernate.type.BagType
org.hibernate.type.BasicArrayType
org.hibernate.type.BasicCollectionType
org.hibernate.type.BasicPluralType
org.hibernate.type.BasicType
org.hibernate.type.BasicTypeReference
org.hibernate.type.BasicTypeRegistry
org.hibernate.type.BottomType
org.hibernate.type.CharBooleanConverter
org.hibernate.type.CollectionType
org.hibernate.type.ComponentType
org.hibernate.type.CompositeType
org.hibernate.type.ConvertedBasicArrayType
org.hibernate.type.ConvertedBasicCollectionType
org.hibernate.type.ConvertedBasicType
org.hibernate.type.CustomCollectionType
org.hibernate.type.CustomType
org.hibernate.type.EmbeddedComponentType
org.hibernate.type.EntityType
org.hibernate.type.EnumType
org.hibernate.type.ForeignKeyDirection
org.hibernate.type.IdentifierBagType
org.hibernate.type.JavaObjectType
org.hibernate.type.ListType
org.hibernate.type.ManyToOneType
org.hibernate.type.MapType
org.hibernate.type.MetaType
org.hibernate.type.NullType
org.hibernate.type.NumericBooleanConverter
org.hibernate.type.OneToOneType
org.hibernate.type.OrderedMapType
org.hibernate.type.OrderedSetType
org.hibernate.type.ProcedureParameterExtractionAware
org.hibernate.type.ProcedureParameterNamedBinder
org.hibernate.type.QueryParameterJavaObjectType
org.hibernate.type.SerializableToBlobType
org.hibernate.type.SerializableType
org.hibernate.type.SerializationException
org.hibernate.type.SetType
org.hibernate.type.SortedMapType
org.hibernate.type.SortedSetType
org.hibernate.type.SpecialOneToOneType
org.hibernate.type.SqlTypes
org.hibernate.type.StandardBasicTypeTemplate
org.hibernate.type.StandardBasicTypes
org.hibernate.type.StandardBooleanConverter
org.hibernate.type.StandardConverter
org.hibernate.type.TrueFalseConverter
org.hibernate.type.Type
org.hibernate.type.TypeHelper
org.hibernate.type.UserComponentType
org.hibernate.type.WrapperArrayHandling
org.hibernate.type.YesNoConverter
org.hibernate.type.descriptor.DateTimeUtils
org.hibernate.type.descriptor.JdbcBindingLogging
org.hibernate.type.descriptor.JdbcExtractingLogging
org.hibernate.type.descriptor.JdbcTypeNameMapper
org.hibernate.type.descriptor.ValueBinder
org.hibernate.type.descriptor.ValueExtractor
org.hibernate.type.descriptor.WrapperOptions
org.hibernate.type.descriptor.converter.spi.BasicValueConverter
org.hibernate.type.descriptor.converter.spi.JpaAttributeConverter
org.hibernate.type.descriptor.java.AbstractArrayJavaType
org.hibernate.type.descriptor.java.AbstractClassJavaType
org.hibernate.type.descriptor.java.AbstractJavaType
org.hibernate.type.descriptor.java.AbstractTemporalJavaType
org.hibernate.type.descriptor.java.ArrayJavaType
org.hibernate.type.descriptor.java.ArrayMutabilityPlan
org.hibernate.type.descriptor.java.BasicJavaType
org.hibernate.type.descriptor.java.BasicPluralJavaType
org.hibernate.type.descriptor.java.BigDecimalJavaType
org.hibernate.type.descriptor.java.BigIntegerJavaType
org.hibernate.type.descriptor.java.BlobJavaType
org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
org.hibernate.type.descriptor.java.BooleanJavaType
org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
org.hibernate.type.descriptor.java.ByteArrayJavaType
org.hibernate.type.descriptor.java.ByteJavaType
org.hibernate.type.descriptor.java.CalendarDateJavaType
org.hibernate.type.descriptor.java.CalendarJavaType
org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan
org.hibernate.type.descriptor.java.CalendarTimeJavaType
org.hibernate.type.descriptor.java.CharacterArrayJavaType
org.hibernate.type.descriptor.java.CharacterJavaType
org.hibernate.type.descriptor.java.ClassJavaType
org.hibernate.type.descriptor.java.ClobJavaType
org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
org.hibernate.type.descriptor.java.ClockHelper
org.hibernate.type.descriptor.java.CoercionException
org.hibernate.type.descriptor.java.CoercionHelper
org.hibernate.type.descriptor.java.CoercionHelper.Coercer
org.hibernate.type.descriptor.java.ComponentArrayComparator
org.hibernate.type.descriptor.java.CurrencyJavaType
org.hibernate.type.descriptor.java.DataHelper
org.hibernate.type.descriptor.java.DateJavaType
org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
org.hibernate.type.descriptor.java.DoubleJavaType
org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
org.hibernate.type.descriptor.java.DurationJavaType
org.hibernate.type.descriptor.java.EnumJavaType
org.hibernate.type.descriptor.java.FloatJavaType
org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
org.hibernate.type.descriptor.java.Immutability
org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
org.hibernate.type.descriptor.java.IncomparableComparator
org.hibernate.type.descriptor.java.InetAddressJavaType
org.hibernate.type.descriptor.java.InstantJavaType
org.hibernate.type.descriptor.java.IntegerJavaType
org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
org.hibernate.type.descriptor.java.JavaType
org.hibernate.type.descriptor.java.JavaType.CoercionContext
org.hibernate.type.descriptor.java.JavaTypeHelper
org.hibernate.type.descriptor.java.JavaTypedExpressible
org.hibernate.type.descriptor.java.JdbcDateJavaType
org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
org.hibernate.type.descriptor.java.JdbcTimeJavaType
org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
org.hibernate.type.descriptor.java.JdbcTimestampJavaType
org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
org.hibernate.type.descriptor.java.LobStreamDataHelper
org.hibernate.type.descriptor.java.LocalDateJavaType
org.hibernate.type.descriptor.java.LocalDateTimeJavaType
org.hibernate.type.descriptor.java.LocalTimeJavaType
org.hibernate.type.descriptor.java.LocaleJavaType
org.hibernate.type.descriptor.java.LocaleJavaType.LocaleComparator
org.hibernate.type.descriptor.java.LongJavaType
org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
org.hibernate.type.descriptor.java.MutabilityPlan
org.hibernate.type.descriptor.java.MutabilityPlanExposer
org.hibernate.type.descriptor.java.MutableMutabilityPlan
org.hibernate.type.descriptor.java.NClobJavaType
org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
org.hibernate.type.descriptor.java.ObjectArrayJavaType
org.hibernate.type.descriptor.java.ObjectJavaType
org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
org.hibernate.type.descriptor.java.OffsetTimeJavaType
org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
org.hibernate.type.descriptor.java.RowVersionJavaType
org.hibernate.type.descriptor.java.SerializableJavaType
org.hibernate.type.descriptor.java.SerializableJavaType.SerializableMutabilityPlan
org.hibernate.type.descriptor.java.ShortJavaType
org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
org.hibernate.type.descriptor.java.StringJavaType
org.hibernate.type.descriptor.java.TemporalJavaType
org.hibernate.type.descriptor.java.TimeZoneJavaType
org.hibernate.type.descriptor.java.TimeZoneJavaType.TimeZoneComparator
org.hibernate.type.descriptor.java.UUIDJavaType
org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
org.hibernate.type.descriptor.java.UUIDJavaType.ValueTransformer
org.hibernate.type.descriptor.java.UrlJavaType
org.hibernate.type.descriptor.java.VersionJavaType
org.hibernate.type.descriptor.java.YearJavaType
org.hibernate.type.descriptor.java.ZoneIdJavaType
org.hibernate.type.descriptor.java.ZoneOffsetJavaType
org.hibernate.type.descriptor.java.ZoneOffsetJavaType.ZoneOffsetComparator
org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
org.hibernate.type.descriptor.java.spi.CollectionJavaType
org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
org.hibernate.type.descriptor.java.spi.EntityJavaType
org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
org.hibernate.type.descriptor.java.spi.JavaTypeBaseline
org.hibernate.type.descriptor.java.spi.JavaTypeBaseline.BaselineTarget
org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException
org.hibernate.type.descriptor.java.spi.JsonJavaType
org.hibernate.type.descriptor.java.spi.MapEntryJavaType
org.hibernate.type.descriptor.java.spi.PrimitiveJavaType
org.hibernate.type.descriptor.java.spi.RegistryHelper
org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
org.hibernate.type.descriptor.java.spi.XmlJavaType
org.hibernate.type.descriptor.jdbc.AdjustableJdbcType
org.hibernate.type.descriptor.jdbc.AggregateJdbcType
org.hibernate.type.descriptor.jdbc.ArrayJdbcType
org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
org.hibernate.type.descriptor.jdbc.BasicBinder
org.hibernate.type.descriptor.jdbc.BasicExtractor
org.hibernate.type.descriptor.jdbc.BigIntJdbcType
org.hibernate.type.descriptor.jdbc.BinaryJdbcType
org.hibernate.type.descriptor.jdbc.BlobJdbcType
org.hibernate.type.descriptor.jdbc.BooleanJdbcType
org.hibernate.type.descriptor.jdbc.CharJdbcType
org.hibernate.type.descriptor.jdbc.ClobJdbcType
org.hibernate.type.descriptor.jdbc.DateJdbcType
org.hibernate.type.descriptor.jdbc.DecimalJdbcType
org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
org.hibernate.type.descriptor.jdbc.DoubleJdbcType
org.hibernate.type.descriptor.jdbc.DurationJdbcType
org.hibernate.type.descriptor.jdbc.EnumJdbcType
org.hibernate.type.descriptor.jdbc.FloatJdbcType
org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
org.hibernate.type.descriptor.jdbc.InstantJdbcType
org.hibernate.type.descriptor.jdbc.IntegerJdbcType
org.hibernate.type.descriptor.jdbc.JavaTimeJdbcType
org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
org.hibernate.type.descriptor.jdbc.JdbcType
org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
org.hibernate.type.descriptor.jdbc.JsonJdbcType
org.hibernate.type.descriptor.jdbc.LobTypeMappings
org.hibernate.type.descriptor.jdbc.LocalDateJdbcType
org.hibernate.type.descriptor.jdbc.LocalDateTimeJdbcType
org.hibernate.type.descriptor.jdbc.LocalTimeJdbcType
org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
org.hibernate.type.descriptor.jdbc.NCharJdbcType
org.hibernate.type.descriptor.jdbc.NClobJdbcType
org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
org.hibernate.type.descriptor.jdbc.NationalizedTypeMappings
org.hibernate.type.descriptor.jdbc.NullJdbcType
org.hibernate.type.descriptor.jdbc.NumericJdbcType
org.hibernate.type.descriptor.jdbc.ObjectJdbcType
org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
org.hibernate.type.descriptor.jdbc.OffsetDateTimeJdbcType
org.hibernate.type.descriptor.jdbc.OffsetTimeJdbcType
org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
org.hibernate.type.descriptor.jdbc.OrdinalEnumJdbcType
org.hibernate.type.descriptor.jdbc.RealJdbcType
org.hibernate.type.descriptor.jdbc.RowIdJdbcType
org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
org.hibernate.type.descriptor.jdbc.SqlTypedJdbcType
org.hibernate.type.descriptor.jdbc.StructJdbcType
org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
org.hibernate.type.descriptor.jdbc.TimeJdbcType
org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
org.hibernate.type.descriptor.jdbc.TimestampJdbcType
org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
org.hibernate.type.descriptor.jdbc.UUIDJdbcType
org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
org.hibernate.type.descriptor.jdbc.VarcharJdbcType
org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
org.hibernate.type.descriptor.jdbc.XmlJdbcType
org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
org.hibernate.type.descriptor.jdbc.ZonedDateTimeJdbcType
org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
org.hibernate.type.descriptor.sql.DdlType
org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
org.hibernate.type.format.AbstractJsonFormatMapper
org.hibernate.type.format.FormatMapper
org.hibernate.type.format.jackson.JacksonIntegration
org.hibernate.type.format.jackson.JacksonJsonFormatMapper
org.hibernate.type.format.jackson.JacksonXmlFormatMapper
org.hibernate.type.format.jakartajson.JakartaJsonIntegration
org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.CollectionWrapper
org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.MapWrapper
org.hibernate.type.spi.CompositeTypeImplementor
org.hibernate.type.spi.TypeBootstrapContext
org.hibernate.type.spi.TypeConfiguration
org.hibernate.type.spi.TypeConfigurationAware
org.hibernate.usertype.BaseUserTypeSupport
org.hibernate.usertype.CompositeUserType
org.hibernate.usertype.DynamicParameterizedType
org.hibernate.usertype.DynamicParameterizedType.ParameterType
org.hibernate.usertype.EnhancedUserType
org.hibernate.usertype.LoggableUserType
org.hibernate.usertype.ParameterizedType
org.hibernate.usertype.StaticUserTypeSupport
org.hibernate.usertype.UserCollectionType
org.hibernate.usertype.UserType
org.hibernate.usertype.UserTypeLegacyBridge
org.hibernate.usertype.UserTypeSupport
org.hibernate.usertype.UserVersionType