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

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

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

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

选择下载方式

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

文件简介

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

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

使用方法

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

组件信息

简介

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

Maven依赖

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

Gradle依赖

Gradle:
	implementation group: 'org.hibernate.orm', name: 'hibernate-core', version: '7.1.0.Final'
Gradle (Short):
	implementation 'org.hibernate.orm:hibernate-core:7.1.0.Final'
Gradle (Kotlin):
	implementation("org.hibernate.orm:hibernate-core:7.1.0.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.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.models
org.hibernate.boot.models.annotations.spi
org.hibernate.boot.models.spi
org.hibernate.boot.models.xml
org.hibernate.boot.models.xml.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.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.function.json
org.hibernate.dialect.function.xml
org.hibernate.dialect.hint
org.hibernate.dialect.identity
org.hibernate.dialect.lock
org.hibernate.dialect.lock.spi
org.hibernate.dialect.pagination
org.hibernate.dialect.sequence
org.hibernate.dialect.sql.ast
org.hibernate.dialect.temptable
org.hibernate.dialect.type
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.proxy
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.monitor.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.graph
org.hibernate.graph.spi
org.hibernate.id
org.hibernate.id.enhanced
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.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.common
org.hibernate.query.criteria
org.hibernate.query.criteria.spi
org.hibernate.query.hql
org.hibernate.query.hql.spi
org.hibernate.query.named
org.hibernate.query.range
org.hibernate.query.restriction
org.hibernate.query.results
org.hibernate.query.specification
org.hibernate.query.spi
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.query.sqm.tuple
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.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.BatchSize
org.hibernate.Cache
org.hibernate.CallbackException
org.hibernate.CustomEntityDirtinessStrategy
org.hibernate.CustomEntityDirtinessStrategy.AttributeChecker
org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
org.hibernate.CustomEntityDirtinessStrategy.DirtyCheckContext
org.hibernate.DuplicateMappingException
org.hibernate.EnabledFetchProfile
org.hibernate.EntityFilterException
org.hibernate.EntityNameResolver
org.hibernate.FetchNotFoundException
org.hibernate.Filter
org.hibernate.Hibernate
org.hibernate.Hibernate.CollectionInterface<C>
org.hibernate.HibernateError
org.hibernate.HibernateException
org.hibernate.IdentifierLoadAccess<T>
org.hibernate.InstantiationException
org.hibernate.Interceptor
org.hibernate.InvalidMappingException
org.hibernate.JDBCException
org.hibernate.LazyInitializationException
org.hibernate.Length
org.hibernate.LobHelper
org.hibernate.LockOptions
org.hibernate.Locking
org.hibernate.MappingException
org.hibernate.MultiIdentifierLoadAccess<T>
org.hibernate.NaturalIdLoadAccess<T>
org.hibernate.NaturalIdMultiLoadAccess<T>
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.ResourceClosedException
org.hibernate.ScrollableResults
org.hibernate.ScrollableResults<R>
org.hibernate.Session
org.hibernate.SessionBuilder
org.hibernate.SessionEventListener
org.hibernate.SessionException
org.hibernate.SessionFactory
org.hibernate.SessionFactoryObserver
org.hibernate.SharedSessionBuilder
org.hibernate.SharedSessionContract
org.hibernate.SimpleNaturalIdLoadAccess<T>
org.hibernate.StaleObjectStateException
org.hibernate.StaleStateException
org.hibernate.StatelessSession
org.hibernate.StatelessSessionBuilder
org.hibernate.Timeouts
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.action.spi.executeble actions
org.hibernate.annotations.DialectOverride
org.hibernate.annotations.SoftDelete.UnspecifiedConversion
org.hibernate.annotations.processing.GenericDialect
org.hibernate.binder.AttributeBinder
org.hibernate.binder.AttributeBinder<A>
org.hibernate.binder.TypeBinder
org.hibernate.binder.TypeBinder<A>
org.hibernate.boot.BootLogging
org.hibernate.boot.CacheRegionDefinition
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.SessionFactoryBuilder
org.hibernate.boot.UnsupportedOrmXsdVersionException
org.hibernate.boot.archive.scan.spi.ClassDescriptor
org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
org.hibernate.boot.archive.scan.spi.PackageDescriptor
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.scan.spi.ScannerFactory
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.HibernateTraversableResolver
org.hibernate.boot.beanvalidation.IntegrationException
org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
org.hibernate.boot.cfgxml.spi.LoadedConfig
org.hibernate.boot.cfgxml.spi.MappingReference
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.NamedGraphCreator
org.hibernate.boot.model.TypeContributions
org.hibernate.boot.model.TypeContributor
org.hibernate.boot.model.TypeDefinition
org.hibernate.boot.model.TypeDefinitionRegistry
org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
org.hibernate.boot.model.contributors
org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
org.hibernate.boot.model.convert.spi.ConverterDescriptor<X,Y>
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.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.PhysicalNamingStrategySnakeCaseImpl
org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
org.hibernate.boot.model.naming.logical name
org.hibernate.boot.model.process.spi.ManagedResources
org.hibernate.boot.model.process.spi.MetadataBuildingProcess
org.hibernate.boot.model.process.spi.metadata building process
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.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.Caching
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.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.Orderable
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.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.PluralAttributeMapKeySourceBasic
org.hibernate.boot.model.source.spi.PluralAttributeMapKeySourceEmbedded
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.RelationalValueSourceContainer
org.hibernate.boot.model.source.spi.SecondaryTableSource
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.models.AccessTypeDeterminationException
org.hibernate.boot.models.AccessTypePlacementException
org.hibernate.boot.models.AnnotationPlacementException
org.hibernate.boot.models.DialectOverrideAnnotations
org.hibernate.boot.models.HibernateAnnotations
org.hibernate.boot.models.JpaAnnotations
org.hibernate.boot.models.MemberResolutionException
org.hibernate.boot.models.MultipleAttributeNaturesException
org.hibernate.boot.models.XmlAnnotations
org.hibernate.boot.models.annotations.spi.AbstractOverrider<O>
org.hibernate.boot.models.annotations.spi.AttributeMarker
org.hibernate.boot.models.annotations.spi.AttributeMarker.Cascadeable
org.hibernate.boot.models.annotations.spi.AttributeMarker.Fetchable
org.hibernate.boot.models.annotations.spi.AttributeMarker.Mappable
org.hibernate.boot.models.annotations.spi.AttributeMarker.Optionalable
org.hibernate.boot.models.annotations.spi.CheckConstraintCollector
org.hibernate.boot.models.annotations.spi.ColumnDetails
org.hibernate.boot.models.annotations.spi.ColumnDetails.AlternateTableCapable
org.hibernate.boot.models.annotations.spi.ColumnDetails.Definable
org.hibernate.boot.models.annotations.spi.ColumnDetails.Mutable
org.hibernate.boot.models.annotations.spi.ColumnDetails.Nullable
org.hibernate.boot.models.annotations.spi.ColumnDetails.SecondSizable
org.hibernate.boot.models.annotations.spi.ColumnDetails.Sizable
org.hibernate.boot.models.annotations.spi.ColumnDetails.Uniqueable
org.hibernate.boot.models.annotations.spi.Commentable
org.hibernate.boot.models.annotations.spi.CommonTableDetails
org.hibernate.boot.models.annotations.spi.CustomSqlDetails
org.hibernate.boot.models.annotations.spi.DatabaseObjectDetails
org.hibernate.boot.models.annotations.spi.DialectOverrider
org.hibernate.boot.models.annotations.spi.DialectOverrider<O>
org.hibernate.boot.models.annotations.spi.FilterDetails
org.hibernate.boot.models.annotations.spi.IndexCollector
org.hibernate.boot.models.annotations.spi.Named
org.hibernate.boot.models.annotations.spi.RepeatableContainer<R>
org.hibernate.boot.models.annotations.spi.UniqueConstraintCollector
org.hibernate.boot.models.annotations.spi.repeatable container
org.hibernate.boot.models.spi.CollectionTypeRegistration
org.hibernate.boot.models.spi.CompositeUserTypeRegistration
org.hibernate.boot.models.spi.ConversionRegistration
org.hibernate.boot.models.spi.ConverterRegistration
org.hibernate.boot.models.spi.EmbeddableInstantiatorRegistration
org.hibernate.boot.models.spi.FilterDefRegistration
org.hibernate.boot.models.spi.GenericGeneratorRegistration
org.hibernate.boot.models.spi.GlobalRegistrar
org.hibernate.boot.models.spi.GlobalRegistrations
org.hibernate.boot.models.spi.JavaTypeRegistration
org.hibernate.boot.models.spi.JdbcTypeRegistration
org.hibernate.boot.models.spi.JpaEventListener
org.hibernate.boot.models.spi.NamedNativeQueryRegistration
org.hibernate.boot.models.spi.NamedQueryRegistration
org.hibernate.boot.models.spi.NamedStoredProcedureQueryRegistration
org.hibernate.boot.models.spi.SequenceGeneratorRegistration
org.hibernate.boot.models.spi.SqlResultSetMappingRegistration
org.hibernate.boot.models.spi.TableGeneratorRegistration
org.hibernate.boot.models.spi.UserTypeRegistration
org.hibernate.boot.models.xml.UnknownAttributeTypeException
org.hibernate.boot.models.xml.XmlProcessLogging
org.hibernate.boot.models.xml.XmlResourceException
org.hibernate.boot.models.xml.spi.PersistenceUnitMetadata
org.hibernate.boot.models.xml.spi.XmlDocument
org.hibernate.boot.models.xml.spi.XmlDocument.Defaults
org.hibernate.boot.models.xml.spi.XmlDocumentContext
org.hibernate.boot.models.xml.spi.XmlPreProcessingResult
org.hibernate.boot.models.xml.spi.XmlPreProcessor
org.hibernate.boot.models.xml.spi.XmlProcessingResult
org.hibernate.boot.models.xml.spi.XmlProcessingResult.OverrideTuple<M>
org.hibernate.boot.models.xml.spi.XmlProcessor
org.hibernate.boot.query.AbstractNamedQueryBuilder<R,T>
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.NamedHqlQueryDefinition.Builder<E>
org.hibernate.boot.query.NamedHqlQueryDefinition<E>
org.hibernate.boot.query.NamedNativeQueryDefinition.Builder<E>
org.hibernate.boot.query.NamedNativeQueryDefinition<E>
org.hibernate.boot.query.NamedProcedureCallDefinition
org.hibernate.boot.query.NamedQueryDefinition<E>
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<R>
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<T>
org.hibernate.boot.registry.classloading.spi.ClassLoadingException
org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl<T>
org.hibernate.boot.registry.selector.StrategyRegistration<T>
org.hibernate.boot.registry.selector.StrategyRegistrationProvider
org.hibernate.boot.registry.selector.spi.DialectSelector
org.hibernate.boot.registry.selector.spi.NamedStrategyContributions
org.hibernate.boot.registry.selector.spi.NamedStrategyContributor
org.hibernate.boot.registry.selector.spi.StrategyCreator<T>
org.hibernate.boot.registry.selector.spi.StrategySelectionException
org.hibernate.boot.registry.selector.spi.StrategySelector
org.hibernate.boot.spi.AbstractDelegatingMetadata
org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor<T>
org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder<T>
org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor<T>
org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
org.hibernate.boot.spi.AbstractNamedQueryDefinition<R>
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.ClassmateContext
org.hibernate.boot.spi.EffectiveMappingDefaults
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.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.spi.contributors
org.hibernate.boot.xsd.ConfigXsdSupport
org.hibernate.boot.xsd.LocalXsdResolver
org.hibernate.boot.xsd.MappingXsdSupport
org.hibernate.boot.xsd.XsdDescriptor
org.hibernate.boot.xsd.XsdHelper
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.EnhancementOptions
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.enhancement
org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
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.EnhancementAsProxyLazinessInterceptor.EntityRelatedState
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.LazyAttributeLoadingInterceptor.EntityRelatedState
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
org.hibernate.bytecode.enhance.spi.interceptor.LazyFetchGroupMetadata
org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociationMarkers
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.QueryKey
org.hibernate.cache.spi.QueryKey.ParameterBindingsMemento
org.hibernate.cache.spi.QueryResultsCache
org.hibernate.cache.spi.QueryResultsRegion
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.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.query cache region
org.hibernate.cache.spi.query results cache
org.hibernate.cache.spi.second-level cache region
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.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.Configuration
org.hibernate.cfg.DialectSpecificSettings
org.hibernate.cfg.Environment
org.hibernate.cfg.EnvironmentSettings
org.hibernate.cfg.FetchSettings
org.hibernate.cfg.HikariCPSettings
org.hibernate.cfg.JdbcSettings
org.hibernate.cfg.JpaComplianceSettings
org.hibernate.cfg.ManagedBeanSettings
org.hibernate.cfg.MappingSettings
org.hibernate.cfg.MultiTenancySettings
org.hibernate.cfg.PersistenceSettings
org.hibernate.cfg.QuerySettings
org.hibernate.cfg.SchemaToolingSettings
org.hibernate.cfg.SessionEventSettings
org.hibernate.cfg.StatisticsSettings
org.hibernate.cfg.TransactionSettings
org.hibernate.cfg.ValidationSettings
org.hibernate.cfg.configuration
org.hibernate.collection.spi.AbstractBagSemantics<E>
org.hibernate.collection.spi.AbstractMapSemantics<MKV,K,V>
org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation<E>
org.hibernate.collection.spi.AbstractPersistentCollection.LazyInitializationWork<T>
org.hibernate.collection.spi.AbstractPersistentCollection.ValueDelayedOperation<E>
org.hibernate.collection.spi.AbstractPersistentCollection<E>
org.hibernate.collection.spi.AbstractSetSemantics<SE,E>
org.hibernate.collection.spi.BagSemantics<BE,E>
org.hibernate.collection.spi.CollectionInitializerProducer
org.hibernate.collection.spi.CollectionSemantics
org.hibernate.collection.spi.CollectionSemantics<CE,E>
org.hibernate.collection.spi.CollectionSemanticsResolver
org.hibernate.collection.spi.InitializerProducerBuilder
org.hibernate.collection.spi.LazyInitializable
org.hibernate.collection.spi.MapSemantics<MKV,K,V>
org.hibernate.collection.spi.PersistentArrayHolder<E>
org.hibernate.collection.spi.PersistentBag<E>
org.hibernate.collection.spi.PersistentCollection
org.hibernate.collection.spi.PersistentCollection<E>
org.hibernate.collection.spi.PersistentIdentifierBag<E>
org.hibernate.collection.spi.PersistentList<E>
org.hibernate.collection.spi.PersistentMap<K,E>
org.hibernate.collection.spi.PersistentSet<E>
org.hibernate.collection.spi.PersistentSortedMap<K,E>
org.hibernate.collection.spi.PersistentSortedSet<E>
org.hibernate.context.TenantIdentifierMismatchException
org.hibernate.context.spi.AbstractCurrentSessionContext
org.hibernate.context.spi.CurrentSessionContext
org.hibernate.context.spi.CurrentTenantIdentifierResolver<T>
org.hibernate.context.spi.TenantSchemaMapper<T>
org.hibernate.dialect.AbstractTransactSQLDialect
org.hibernate.dialect.AzureSQLServerDialect
org.hibernate.dialect.BooleanDecoder
org.hibernate.dialect.CockroachDialect
org.hibernate.dialect.ColumnAliasExtractor
org.hibernate.dialect.DB2Dialect
org.hibernate.dialect.DB2GetObjectExtractor<T>
org.hibernate.dialect.DB2iDialect
org.hibernate.dialect.DB2zDialect
org.hibernate.dialect.DatabaseVersion
org.hibernate.dialect.Dialect
org.hibernate.dialect.Dialect.SizeStrategy
org.hibernate.dialect.DialectLogging
org.hibernate.dialect.FunctionalDependencyAnalysisSupport
org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
org.hibernate.dialect.H2Dialect
org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
org.hibernate.dialect.HANADialect
org.hibernate.dialect.HANADialect.HANABlobType
org.hibernate.dialect.HANAServerConfiguration
org.hibernate.dialect.HSQLDialect
org.hibernate.dialect.InnoDBStorageEngine
org.hibernate.dialect.LobMergeStrategy
org.hibernate.dialect.MariaDBDialect
org.hibernate.dialect.MyISAMStorageEngine
org.hibernate.dialect.MySQLDeleteOrUpsertOperation
org.hibernate.dialect.MySQLDialect
org.hibernate.dialect.MySQLServerConfiguration
org.hibernate.dialect.MySQLStorageEngine
org.hibernate.dialect.OracleDialect
org.hibernate.dialect.OracleOsonArrayJdbcType
org.hibernate.dialect.OracleOsonArrayJdbcTypeConstructor
org.hibernate.dialect.OracleOsonJacksonHelper
org.hibernate.dialect.OracleOsonJdbcType
org.hibernate.dialect.OracleServerConfiguration
org.hibernate.dialect.OracleTypes
org.hibernate.dialect.PostgreSQLDialect
org.hibernate.dialect.PostgresPlusDialect
org.hibernate.dialect.Replacer
org.hibernate.dialect.SQL dialect
org.hibernate.dialect.SQLServerDialect
org.hibernate.dialect.SimpleDatabaseVersion
org.hibernate.dialect.SpannerDialect
org.hibernate.dialect.SybaseASEDialect
org.hibernate.dialect.SybaseDialect
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.CockroachDBAggregateSupport
org.hibernate.dialect.aggregate.DB2AggregateSupport
org.hibernate.dialect.aggregate.H2AggregateSupport
org.hibernate.dialect.aggregate.HANAAggregateSupport
org.hibernate.dialect.aggregate.MySQLAggregateSupport
org.hibernate.dialect.aggregate.OracleAggregateSupport
org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
org.hibernate.dialect.aggregate.SQLServerAggregateSupport
org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
org.hibernate.dialect.dialect
org.hibernate.dialect.function.ANSI SQL trim function
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.CteGenerateSeriesFunction
org.hibernate.dialect.function.CteGenerateSeriesFunction.CteGenerateSeriesQueryTransformer
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.DynamicDispatchFunction
org.hibernate.dialect.function.EveryAnyEmulation
org.hibernate.dialect.function.ExtractFunction
org.hibernate.dialect.function.FormatFunction
org.hibernate.dialect.function.FormatFunction.FormatSqmFunction<T>
org.hibernate.dialect.function.GenerateSeriesArgumentTypeResolver
org.hibernate.dialect.function.GenerateSeriesArgumentValidator
org.hibernate.dialect.function.GenerateSeriesFunction
org.hibernate.dialect.function.GenerateSeriesSetReturningFunctionTypeResolver
org.hibernate.dialect.function.H2GenerateSeriesFunction
org.hibernate.dialect.function.HANAGenerateSeriesFunction
org.hibernate.dialect.function.HANAGenerateSeriesFunction.HANAGenerateSeriesQueryTransformer
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.NumberSeriesGenerateSeriesFunction
org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesGenerateSeriesSetReturningFunctionTypeResolver
org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer
org.hibernate.dialect.function.NvlCoalesceEmulation
org.hibernate.dialect.function.OracleExtractFunction
org.hibernate.dialect.function.OracleTruncFunction
org.hibernate.dialect.function.OrdinalFunction
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.SQLServerGenerateSeriesFunction
org.hibernate.dialect.function.SqlColumn
org.hibernate.dialect.function.SqlFunction
org.hibernate.dialect.function.SqlServerConvertTruncFunction
org.hibernate.dialect.function.StandardSQLFunction
org.hibernate.dialect.function.StringFunction
org.hibernate.dialect.function.SumReturnTypeResolver
org.hibernate.dialect.function.SybaseASEGenerateSeriesFunction
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.TruncArgumentsValidator
org.hibernate.dialect.function.TruncFunction.TruncRenderingSupport
org.hibernate.dialect.function.UnnestSetReturningFunctionTypeResolver
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.DB2UnnestFunction
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.H2UnnestFunction
org.hibernate.dialect.function.array.HANAUnnestFunction
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.OracleUnnestFunction
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.function.array.PostgreSQLUnnestFunction
org.hibernate.dialect.function.array.SQLServerUnnestFunction
org.hibernate.dialect.function.array.SybaseASEUnnestFunction
org.hibernate.dialect.function.array.UnnestFunction
org.hibernate.dialect.function.json.AbstractJsonArrayAppendFunction
org.hibernate.dialect.function.json.AbstractJsonArrayInsertFunction
org.hibernate.dialect.function.json.AbstractJsonInsertFunction
org.hibernate.dialect.function.json.AbstractJsonMergepatchFunction
org.hibernate.dialect.function.json.AbstractJsonRemoveFunction
org.hibernate.dialect.function.json.AbstractJsonReplaceFunction
org.hibernate.dialect.function.json.AbstractJsonSetFunction
org.hibernate.dialect.function.json.CastTargetReturnTypeResolver
org.hibernate.dialect.function.json.CockroachDBJsonExistsFunction
org.hibernate.dialect.function.json.CockroachDBJsonQueryFunction
org.hibernate.dialect.function.json.CockroachDBJsonRemoveFunction
org.hibernate.dialect.function.json.CockroachDBJsonTableFunction
org.hibernate.dialect.function.json.CockroachDBJsonValueFunction
org.hibernate.dialect.function.json.DB2JsonArrayAggFunction
org.hibernate.dialect.function.json.DB2JsonArrayFunction
org.hibernate.dialect.function.json.DB2JsonObjectAggFunction
org.hibernate.dialect.function.json.DB2JsonObjectFunction
org.hibernate.dialect.function.json.DB2JsonTableFunction
org.hibernate.dialect.function.json.DB2JsonTableFunction.SeriesQueryTransformer
org.hibernate.dialect.function.json.DB2JsonValueFunction
org.hibernate.dialect.function.json.ExpressionTypeHelper
org.hibernate.dialect.function.json.H2JsonArrayAggFunction
org.hibernate.dialect.function.json.H2JsonExistsFunction
org.hibernate.dialect.function.json.H2JsonObjectAggFunction
org.hibernate.dialect.function.json.H2JsonQueryFunction
org.hibernate.dialect.function.json.H2JsonTableFunction
org.hibernate.dialect.function.json.H2JsonValueFunction
org.hibernate.dialect.function.json.HANAJsonArrayAggFunction
org.hibernate.dialect.function.json.HANAJsonArrayFunction
org.hibernate.dialect.function.json.HANAJsonExistsFunction
org.hibernate.dialect.function.json.HANAJsonObjectAggFunction
org.hibernate.dialect.function.json.HANAJsonObjectFunction
org.hibernate.dialect.function.json.HANAJsonTableFunction
org.hibernate.dialect.function.json.HANAJsonValueFunction
org.hibernate.dialect.function.json.HSQLJsonArrayAggFunction
org.hibernate.dialect.function.json.HSQLJsonArrayFunction
org.hibernate.dialect.function.json.HSQLJsonObjectFunction
org.hibernate.dialect.function.json.JsonArrayAggFunction
org.hibernate.dialect.function.json.JsonArrayFunction
org.hibernate.dialect.function.json.JsonExistsFunction
org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
org.hibernate.dialect.function.json.JsonObjectAggFunction
org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
org.hibernate.dialect.function.json.JsonObjectArgumentsValidator
org.hibernate.dialect.function.json.JsonObjectFunction
org.hibernate.dialect.function.json.JsonPathHelper
org.hibernate.dialect.function.json.JsonPathHelper.JsonAttribute
org.hibernate.dialect.function.json.JsonPathHelper.JsonIndexAccess
org.hibernate.dialect.function.json.JsonPathHelper.JsonParameterIndexAccess
org.hibernate.dialect.function.json.JsonPathHelper.JsonPathElement
org.hibernate.dialect.function.json.JsonQueryFunction
org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
org.hibernate.dialect.function.json.JsonTableFunction
org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
org.hibernate.dialect.function.json.JsonValueFunction
org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
org.hibernate.dialect.function.json.MariaDBJsonArrayAggFunction
org.hibernate.dialect.function.json.MariaDBJsonArrayAppendFunction
org.hibernate.dialect.function.json.MariaDBJsonArrayFunction
org.hibernate.dialect.function.json.MariaDBJsonObjectAggFunction
org.hibernate.dialect.function.json.MariaDBJsonQueryFunction
org.hibernate.dialect.function.json.MariaDBJsonValueFunction
org.hibernate.dialect.function.json.MySQLJsonArrayAggFunction
org.hibernate.dialect.function.json.MySQLJsonArrayFunction
org.hibernate.dialect.function.json.MySQLJsonExistsFunction
org.hibernate.dialect.function.json.MySQLJsonObjectAggFunction
org.hibernate.dialect.function.json.MySQLJsonObjectFunction
org.hibernate.dialect.function.json.MySQLJsonQueryFunction
org.hibernate.dialect.function.json.MySQLJsonTableFunction
org.hibernate.dialect.function.json.MySQLJsonValueFunction
org.hibernate.dialect.function.json.OracleJsonArrayAggFunction
org.hibernate.dialect.function.json.OracleJsonArrayAppendFunction
org.hibernate.dialect.function.json.OracleJsonArrayFunction
org.hibernate.dialect.function.json.OracleJsonArrayInsertFunction
org.hibernate.dialect.function.json.OracleJsonInsertFunction
org.hibernate.dialect.function.json.OracleJsonMergepatchFunction
org.hibernate.dialect.function.json.OracleJsonObjectAggFunction
org.hibernate.dialect.function.json.OracleJsonObjectFunction
org.hibernate.dialect.function.json.OracleJsonRemoveFunction
org.hibernate.dialect.function.json.OracleJsonReplaceFunction
org.hibernate.dialect.function.json.OracleJsonSetFunction
org.hibernate.dialect.function.json.OracleJsonTableFunction
org.hibernate.dialect.function.json.OracleJsonValueFunction
org.hibernate.dialect.function.json.PostgreSQLJsonArrayAggFunction
org.hibernate.dialect.function.json.PostgreSQLJsonArrayAppendFunction
org.hibernate.dialect.function.json.PostgreSQLJsonArrayFunction
org.hibernate.dialect.function.json.PostgreSQLJsonArrayInsertFunction
org.hibernate.dialect.function.json.PostgreSQLJsonExistsFunction
org.hibernate.dialect.function.json.PostgreSQLJsonInsertFunction
org.hibernate.dialect.function.json.PostgreSQLJsonMergepatchFunction
org.hibernate.dialect.function.json.PostgreSQLJsonObjectAggFunction
org.hibernate.dialect.function.json.PostgreSQLJsonObjectFunction
org.hibernate.dialect.function.json.PostgreSQLJsonQueryFunction
org.hibernate.dialect.function.json.PostgreSQLJsonRemoveFunction
org.hibernate.dialect.function.json.PostgreSQLJsonReplaceFunction
org.hibernate.dialect.function.json.PostgreSQLJsonSetFunction
org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction
org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction.ClauseLevelDocumentExpression
org.hibernate.dialect.function.json.PostgreSQLJsonValueFunction
org.hibernate.dialect.function.json.SQLServerJsonArrayAggFunction
org.hibernate.dialect.function.json.SQLServerJsonArrayAppendFunction
org.hibernate.dialect.function.json.SQLServerJsonArrayFunction
org.hibernate.dialect.function.json.SQLServerJsonArrayInsertFunction
org.hibernate.dialect.function.json.SQLServerJsonExistsFunction
org.hibernate.dialect.function.json.SQLServerJsonInsertFunction
org.hibernate.dialect.function.json.SQLServerJsonObjectAggFunction
org.hibernate.dialect.function.json.SQLServerJsonObjectFunction
org.hibernate.dialect.function.json.SQLServerJsonQueryFunction
org.hibernate.dialect.function.json.SQLServerJsonRemoveFunction
org.hibernate.dialect.function.json.SQLServerJsonReplaceFunction
org.hibernate.dialect.function.json.SQLServerJsonSetFunction
org.hibernate.dialect.function.json.SQLServerJsonTableFunction
org.hibernate.dialect.function.json.SQLServerJsonValueFunction
org.hibernate.dialect.function.xml.DB2XmlTableFunction
org.hibernate.dialect.function.xml.H2XmlConcatFunction
org.hibernate.dialect.function.xml.H2XmlElementFunction
org.hibernate.dialect.function.xml.H2XmlForestFunction
org.hibernate.dialect.function.xml.H2XmlPiFunction
org.hibernate.dialect.function.xml.HANAXmlTableFunction
org.hibernate.dialect.function.xml.LegacyDB2XmlExistsFunction
org.hibernate.dialect.function.xml.LegacyDB2XmlQueryFunction
org.hibernate.dialect.function.xml.OracleXmlTableFunction
org.hibernate.dialect.function.xml.PostgreSQLXmlQueryFunction
org.hibernate.dialect.function.xml.SQLServerXmlAggFunction
org.hibernate.dialect.function.xml.SQLServerXmlConcatFunction
org.hibernate.dialect.function.xml.SQLServerXmlElementFunction
org.hibernate.dialect.function.xml.SQLServerXmlExistsFunction
org.hibernate.dialect.function.xml.SQLServerXmlForestFunction
org.hibernate.dialect.function.xml.SQLServerXmlPiFunction
org.hibernate.dialect.function.xml.SQLServerXmlQueryFunction
org.hibernate.dialect.function.xml.SQLServerXmlTableFunction
org.hibernate.dialect.function.xml.SybaseASEXmlTableFunction
org.hibernate.dialect.function.xml.XmlAggFunction
org.hibernate.dialect.function.xml.XmlConcatFunction
org.hibernate.dialect.function.xml.XmlElementFunction
org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
org.hibernate.dialect.function.xml.XmlExistsFunction
org.hibernate.dialect.function.xml.XmlForestFunction
org.hibernate.dialect.function.xml.XmlPiFunction
org.hibernate.dialect.function.xml.XmlQueryFunction
org.hibernate.dialect.function.xml.XmlTableFunction
org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
org.hibernate.dialect.hint.IndexQueryHintHandler
org.hibernate.dialect.hint.QueryHintHandler
org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
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.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.lock.spi.ConnectionLockTimeoutStrategy
org.hibernate.dialect.lock.spi.LockingSupport
org.hibernate.dialect.lock.spi.LockingSupport.Metadata
org.hibernate.dialect.pagination.AbstractLimitHandler
org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
org.hibernate.dialect.pagination.DB2LimitHandler
org.hibernate.dialect.pagination.FetchLimitHandler
org.hibernate.dialect.pagination.LegacyDB2LimitHandler
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.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.H2V1SequenceSupport
org.hibernate.dialect.sequence.H2V2SequenceSupport
org.hibernate.dialect.sequence.HANASequenceSupport
org.hibernate.dialect.sequence.HSQLSequenceSupport
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.sql.ast.CockroachSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.DB2SqlAstTranslator<T>
org.hibernate.dialect.sql.ast.DB2iSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.DB2zSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.H2SqlAstTranslator<T>
org.hibernate.dialect.sql.ast.HANASqlAstTranslator<T>
org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.OracleSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.SqlAstTranslatorWithOnDuplicateKeyUpdate<T>
org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator<T>
org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator<T>
org.hibernate.dialect.sql.ast.SybaseSqmToSqlAstConverter<T>
org.hibernate.dialect.temptable.DB2GlobalTemporaryTableStrategy
org.hibernate.dialect.temptable.H2GlobalTemporaryTableStrategy
org.hibernate.dialect.temptable.HANAGlobalTemporaryTableStrategy
org.hibernate.dialect.temptable.HSQLLocalTemporaryTableStrategy
org.hibernate.dialect.temptable.LegacyTemporaryTableStrategy
org.hibernate.dialect.temptable.MySQLLocalTemporaryTableStrategy
org.hibernate.dialect.temptable.OracleLocalTemporaryTableStrategy
org.hibernate.dialect.temptable.PersistentTemporaryTableStrategy
org.hibernate.dialect.temptable.SQLServerLocalTemporaryTableStrategy
org.hibernate.dialect.temptable.StandardGlobalTemporaryTableStrategy
org.hibernate.dialect.temptable.StandardLocalTemporaryTableStrategy
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.TemporaryTableSessionUidColumn
org.hibernate.dialect.temptable.TemporaryTableStrategy
org.hibernate.dialect.temptable.TransactSQLLocalTemporaryTableStrategy
org.hibernate.dialect.type.AbstractPostgreSQLJsonPGObjectType
org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
org.hibernate.dialect.type.DB2StructJdbcType
org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
org.hibernate.dialect.type.H2JsonArrayJdbcType
org.hibernate.dialect.type.H2JsonArrayJdbcTypeConstructor
org.hibernate.dialect.type.H2JsonJdbcType
org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcType
org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcTypeConstructor
org.hibernate.dialect.type.MariaDBCastingJsonJdbcType
org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcType
org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcTypeConstructor
org.hibernate.dialect.type.MySQLCastingJsonJdbcType
org.hibernate.dialect.type.OracleArrayJdbcType
org.hibernate.dialect.type.OracleArrayJdbcTypeConstructor
org.hibernate.dialect.type.OracleBaseStructJdbcType
org.hibernate.dialect.type.OracleBooleanJdbcType
org.hibernate.dialect.type.OracleEnumJdbcType
org.hibernate.dialect.type.OracleJdbcHelper
org.hibernate.dialect.type.OracleJsonArrayJdbcType
org.hibernate.dialect.type.OracleJsonArrayJdbcTypeConstructor
org.hibernate.dialect.type.OracleJsonJdbcType
org.hibernate.dialect.type.OracleNestedTableJdbcType
org.hibernate.dialect.type.OracleNestedTableJdbcTypeConstructor
org.hibernate.dialect.type.OracleOrdinalEnumJdbcType
org.hibernate.dialect.type.OracleReflectionStructJdbcType
org.hibernate.dialect.type.OracleStructJdbcType
org.hibernate.dialect.type.OracleUserDefinedTypeExporter
org.hibernate.dialect.type.OracleXmlArrayJdbcType
org.hibernate.dialect.type.OracleXmlArrayJdbcTypeConstructor
org.hibernate.dialect.type.OracleXmlJdbcType
org.hibernate.dialect.type.PgJdbcHelper
org.hibernate.dialect.type.PostgreSQLArrayJdbcType
org.hibernate.dialect.type.PostgreSQLArrayJdbcTypeConstructor
org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcType
org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcTypeConstructor
org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
org.hibernate.dialect.type.PostgreSQLEnumJdbcType
org.hibernate.dialect.type.PostgreSQLInetJdbcType
org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor
org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor
org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectType
org.hibernate.dialect.type.PostgreSQLJsonPGObjectJsonType
org.hibernate.dialect.type.PostgreSQLJsonPGObjectJsonbType
org.hibernate.dialect.type.PostgreSQLOrdinalEnumJdbcType
org.hibernate.dialect.type.PostgreSQLStructCastingJdbcType
org.hibernate.dialect.type.PostgreSQLStructPGObjectJdbcType
org.hibernate.dialect.type.PostgreSQLUUIDJdbcType
org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcType
org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcTypeConstructor
org.hibernate.dialect.type.SQLServerCastingXmlJdbcType
org.hibernate.dialect.unique.AlterTableUniqueDelegate
org.hibernate.dialect.unique.AlterTableUniqueIndexDelegate
org.hibernate.dialect.unique.CreateTableUniqueDelegate
org.hibernate.dialect.unique.SkipNullableUniqueDelegate
org.hibernate.dialect.unique.UniqueDelegate
org.hibernate.enabled filter
org.hibernate.engine.config.spi.ConfigurationService
org.hibernate.engine.config.spi.ConfigurationService.Converter<T>
org.hibernate.engine.config.spi.StandardConverters
org.hibernate.engine.jdbc.BinaryStream
org.hibernate.engine.jdbc.BlobImplementer
org.hibernate.engine.jdbc.CharacterStream
org.hibernate.engine.jdbc.ClobImplementer
org.hibernate.engine.jdbc.JdbcLogging
org.hibernate.engine.jdbc.LobCreationContext
org.hibernate.engine.jdbc.LobCreationContext.Callback<T>
org.hibernate.engine.jdbc.LobCreator
org.hibernate.engine.jdbc.NClobImplementer
org.hibernate.engine.jdbc.Size
org.hibernate.engine.jdbc.batch.JdbcBatchLogging
org.hibernate.engine.jdbc.batch.spi.Batch
org.hibernate.engine.jdbc.batch.spi.Batch.StaleStateMapper
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<T>
org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider<T>
org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
org.hibernate.engine.jdbc.connections.spi.ConnectionProviderConfigurationException
org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl<T>
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.connections.spi.MultiTenantConnectionProvider<T>
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.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.QualifiedObjectNameFormatter
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.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.mutations
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.proxy.BlobProxy
org.hibernate.engine.jdbc.proxy.ClobProxy
org.hibernate.engine.jdbc.proxy.NClobProxy
org.hibernate.engine.jdbc.proxy.SerializableBlobProxy
org.hibernate.engine.jdbc.proxy.SerializableClobProxy
org.hibernate.engine.jdbc.proxy.SerializableNClobProxy
org.hibernate.engine.jdbc.proxy.WrappedBlob
org.hibernate.engine.jdbc.proxy.WrappedClob
org.hibernate.engine.jdbc.proxy.WrappedNClob
org.hibernate.engine.jdbc.spi.InvalidatableWrapper<T>
org.hibernate.engine.jdbc.spi.JdbcCoordinator
org.hibernate.engine.jdbc.spi.JdbcServices
org.hibernate.engine.jdbc.spi.JdbcWrapper
org.hibernate.engine.jdbc.spi.JdbcWrapper<T>
org.hibernate.engine.jdbc.spi.MutationStatementPreparer
org.hibernate.engine.jdbc.spi.ResultSetReturn
org.hibernate.engine.jdbc.spi.SQLExceptionLogging
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.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.FetchProfile
org.hibernate.engine.query.ParameterRecognitionException
org.hibernate.engine.query.spi.AbstractParameterDescriptor<T>
org.hibernate.engine.query.spi.NamedParameterDescriptor<T>
org.hibernate.engine.query.spi.NativeQueryInterpreter
org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
org.hibernate.engine.query.spi.OrdinalParameterDescriptor<T>
org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
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.CascadeStyle
org.hibernate.engine.spi.CascadeStyles
org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
org.hibernate.engine.spi.CascadingAction<T>
org.hibernate.engine.spi.CascadingActions
org.hibernate.engine.spi.CascadingActions.BaseCascadingAction<T>
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<ComparableExecutable>
org.hibernate.engine.spi.ExecutableList<E>
org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
org.hibernate.engine.spi.FilterDefinition
org.hibernate.engine.spi.IdentifierValue
org.hibernate.engine.spi.InstanceIdentity
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.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.SessionImplementor
org.hibernate.engine.spi.SessionLazyDelegator
org.hibernate.engine.spi.SharedSessionContractImplementor
org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
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.VersionValue
org.hibernate.engine.spi.collection-key
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.event.monitor.spi.DiagnosticEvent
org.hibernate.event.monitor.spi.EventMonitor
org.hibernate.event.monitor.spi.diagnostic events
org.hibernate.event.service.spi.DuplicationStrategy
org.hibernate.event.service.spi.EventActionWithParameter<T,U,X>
org.hibernate.event.service.spi.EventListenerGroup
org.hibernate.event.service.spi.EventListenerGroup<T>
org.hibernate.event.service.spi.EventListenerGroups
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.AbstractDatabaseOperationEvent
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.AbstractPostDatabaseOperationEvent
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.EventSource
org.hibernate.event.spi.EventType
org.hibernate.event.spi.EventType<T>
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.merge event listener
org.hibernate.exception.AuthException
org.hibernate.exception.ConstraintViolationException
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.SnapshotIsolationException
org.hibernate.exception.TransactionSerializationException
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.filter
org.hibernate.generator.AnnotationBasedGenerator<A>
org.hibernate.generator.Assigned
org.hibernate.generator.BeforeExecutionGenerator
org.hibernate.generator.EventTypeSets
org.hibernate.generator.Generator
org.hibernate.generator.GeneratorCreationContext
org.hibernate.generator.OnExecutionGenerator
org.hibernate.generator.database generated values
org.hibernate.generator.generated by the database
org.hibernate.generator.identifier generator
org.hibernate.generator.value generation strategy
org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
org.hibernate.generator.values.GeneratedValueBasicResultBuilder
org.hibernate.generator.values.GeneratedValues
org.hibernate.generator.values.GeneratedValuesMutationDelegate
org.hibernate.graph.AttributeNode
org.hibernate.graph.AttributeNode<J>
org.hibernate.graph.CannotBecomeEntityGraphException
org.hibernate.graph.CannotContainSubGraphException
org.hibernate.graph.EntityGraphs
org.hibernate.graph.Graph
org.hibernate.graph.Graph<J>
org.hibernate.graph.GraphNode
org.hibernate.graph.GraphNode<J>
org.hibernate.graph.GraphParser
org.hibernate.graph.InvalidGraphException
org.hibernate.graph.RootGraph
org.hibernate.graph.RootGraph<J>
org.hibernate.graph.SubGraph
org.hibernate.graph.SubGraph<J>
org.hibernate.graph.entity graph
org.hibernate.graph.entity graph language
org.hibernate.graph.entity graphs
org.hibernate.graph.spi.AppliedGraph
org.hibernate.graph.spi.AttributeNodeImplementor<J,E,K>
org.hibernate.graph.spi.GraphHelper
org.hibernate.graph.spi.GraphImplementor<J>
org.hibernate.graph.spi.GraphNodeImplementor<J>
org.hibernate.graph.spi.RootGraphImplementor<J>
org.hibernate.graph.spi.SubGraphImplementor<J>
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.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.NativeGenerator
org.hibernate.id.OptimizableGenerator
org.hibernate.id.PersistentIdentifierGenerator
org.hibernate.id.PostInsertIdentifierGenerator
org.hibernate.id.SelectGenerator
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.SequenceGeneratorLogger
org.hibernate.id.enhanced.SequenceStructure
org.hibernate.id.enhanced.SequenceStyleGenerator
org.hibernate.id.enhanced.SingleNamingStrategy
org.hibernate.id.enhanced.StandardNamingStrategy
org.hibernate.id.enhanced.TableGenerator
org.hibernate.id.enhanced.TableGeneratorLogger
org.hibernate.id.enhanced.TableStructure
org.hibernate.id.enhanced.implicit naming strategy
org.hibernate.id.generators
org.hibernate.id.identifier generator
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.InsertGeneratedIdentifierDelegate
org.hibernate.id.insert.InsertReturningDelegate
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.id.uuid.UuidVersion6Strategy
org.hibernate.id.uuid.UuidVersion6Strategy.Holder
org.hibernate.id.uuid.UuidVersion7Strategy
org.hibernate.id.uuid.UuidVersion7Strategy.Holder
org.hibernate.id.uuid.UuidVersion7Strategy.State
org.hibernate.integrator.spi.Integrator
org.hibernate.integrator.spi.IntegratorService
org.hibernate.jdbc.AbstractReturningWork<T>
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.ReturningWork
org.hibernate.jdbc.ReturningWork<T>
org.hibernate.jdbc.TooManyRowsAffectedException
org.hibernate.jdbc.Work
org.hibernate.jdbc.WorkExecutor
org.hibernate.jdbc.WorkExecutor<T>
org.hibernate.jdbc.WorkExecutorVisitable<T>
org.hibernate.jpa.AvailableHints
org.hibernate.jpa.HibernateHints
org.hibernate.jpa.HibernatePersistenceConfiguration
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.PersistenceConfigurationDescriptor
org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
org.hibernate.jpa.boot.spi.PersistenceXmlParser
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.spi.JpaCompliance
org.hibernate.jpa.spi.MutableJpaCompliance
org.hibernate.jpa.spi.NativeQueryArrayTransformer
org.hibernate.jpa.spi.NativeQueryConstructorTransformer<T>
org.hibernate.jpa.spi.NativeQueryListTransformer
org.hibernate.jpa.spi.NativeQueryMapTransformer
org.hibernate.jpa.spi.NativeQueryTupleTransformer
org.hibernate.loader.LoaderLogging
org.hibernate.loader.MultipleBagFetchException
org.hibernate.loader.NonUniqueDiscoveredSqlAliasException
org.hibernate.loader.ast.spi.AfterLoadAction
org.hibernate.loader.ast.spi.BatchLoader
org.hibernate.loader.ast.spi.BatchLoaderFactory
org.hibernate.loader.ast.spi.CollectionBatchLoader
org.hibernate.loader.ast.spi.CollectionLoader
org.hibernate.loader.ast.spi.EntityBatchLoader<T>
org.hibernate.loader.ast.spi.EntityLoader
org.hibernate.loader.ast.spi.EntityMultiLoader<T>
org.hibernate.loader.ast.spi.Loadable
org.hibernate.loader.ast.spi.Loader
org.hibernate.loader.ast.spi.MultiIdEntityLoader<T>
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<E>
org.hibernate.loader.ast.spi.NaturalIdLoadOptions
org.hibernate.loader.ast.spi.NaturalIdLoader<T>
org.hibernate.loader.ast.spi.SingleEntityLoader<T>
org.hibernate.loader.ast.spi.SingleIdEntityLoader<T>
org.hibernate.loader.ast.spi.SingleUniqueKeyEntityLoader<T>
org.hibernate.loader.ast.spi.SqlArrayMultiKeyLoader
org.hibernate.loader.ast.spi.SqlInPredicateMultiKeyLoader
org.hibernate.loader.ast.spi.loadable
org.hibernate.loader.ast.spi.loader
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<J>
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.GeneratorSettings
org.hibernate.mapping.IdentifiableTypeClass
org.hibernate.mapping.IdentifierBag
org.hibernate.mapping.IdentifierCollection
org.hibernate.mapping.Index
org.hibernate.mapping.IndexBackref
org.hibernate.mapping.IndexedCollection
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.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.Resolvable
org.hibernate.mapping.RootClass
org.hibernate.mapping.Selectable
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.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.mapping.attributes
org.hibernate.mapping.embeddable class
org.hibernate.mapping.entity
org.hibernate.mapping.table
org.hibernate.mapping.value
org.hibernate.metamodel.MappingMetamodel
org.hibernate.metamodel.RuntimeMetamodels
org.hibernate.metamodel.UnsupportedMappingException
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<X,Y>
org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer
org.hibernate.metamodel.mapping.CollectionIdentifierDescriptor
org.hibernate.metamodel.mapping.CollectionMappingType<C>
org.hibernate.metamodel.mapping.CollectionPart
org.hibernate.metamodel.mapping.CompositeIdentifierMapping
org.hibernate.metamodel.mapping.Discriminable
org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
org.hibernate.metamodel.mapping.DiscriminatorConverter
org.hibernate.metamodel.mapping.DiscriminatorConverter<O,R>
org.hibernate.metamodel.mapping.DiscriminatorMapping
org.hibernate.metamodel.mapping.DiscriminatorType<O>
org.hibernate.metamodel.mapping.DiscriminatorValueDetails
org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter<O,R>
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.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.Side
org.hibernate.metamodel.mapping.JdbcMapping
org.hibernate.metamodel.mapping.JdbcMappingContainer
org.hibernate.metamodel.mapping.ManagedMappingType
org.hibernate.metamodel.mapping.MappingModelCreationLogging
org.hibernate.metamodel.mapping.MappingModelExpressible<T>
org.hibernate.metamodel.mapping.MappingType
org.hibernate.metamodel.mapping.ModelPart
org.hibernate.metamodel.mapping.ModelPart.JdbcValueBiConsumer<X,Y>
org.hibernate.metamodel.mapping.ModelPart.JdbcValueConsumer
org.hibernate.metamodel.mapping.ModelPartContainer
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.aggregated mapping
org.hibernate.metamodel.mapping.collection
org.hibernate.metamodel.mapping.entities
org.hibernate.metamodel.mapping.entity
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.mapping.plural attributes
org.hibernate.metamodel.model.domain.AnyMappingDomainType<J>
org.hibernate.metamodel.model.domain.BagPersistentAttribute<D,E>
org.hibernate.metamodel.model.domain.BasicDomainType
org.hibernate.metamodel.model.domain.BasicDomainType<J>
org.hibernate.metamodel.model.domain.DomainType
org.hibernate.metamodel.model.domain.DomainType<J>
org.hibernate.metamodel.model.domain.EmbeddableDomainType<J>
org.hibernate.metamodel.model.domain.EntityDomainType
org.hibernate.metamodel.model.domain.EntityDomainType<J>
org.hibernate.metamodel.model.domain.IdentifiableDomainType<J>
org.hibernate.metamodel.model.domain.JpaMetamodel
org.hibernate.metamodel.model.domain.ListPersistentAttribute<D,E>
org.hibernate.metamodel.model.domain.ManagedDomainType<J>
org.hibernate.metamodel.model.domain.MapPersistentAttribute<D,K,V>
org.hibernate.metamodel.model.domain.MappedSuperclassDomainType<J>
org.hibernate.metamodel.model.domain.NavigableRole
org.hibernate.metamodel.model.domain.PathSource<J>
org.hibernate.metamodel.model.domain.PersistentAttribute<D,J>
org.hibernate.metamodel.model.domain.PluralPersistentAttribute<D,C,E>
org.hibernate.metamodel.model.domain.ReturnableType<T>
org.hibernate.metamodel.model.domain.SetPersistentAttribute<D,E>
org.hibernate.metamodel.model.domain.SimpleDomainType
org.hibernate.metamodel.model.domain.SimpleDomainType<J>
org.hibernate.metamodel.model.domain.SingularPersistentAttribute<D,J>
org.hibernate.metamodel.model.domain.TreatableDomainType<J>
org.hibernate.metamodel.model.domain.domain model
org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
org.hibernate.metamodel.relational mapping model
org.hibernate.metamodel.spi.EmbeddableInstantiator
org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
org.hibernate.metamodel.spi.EntityInstantiator
org.hibernate.metamodel.spi.EntityRepresentationStrategy
org.hibernate.metamodel.spi.ImplicitDiscriminatorStrategy
org.hibernate.metamodel.spi.Instantiator
org.hibernate.metamodel.spi.ManagedTypeRepresentationResolver
org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
org.hibernate.metamodel.spi.MappingMetamodelImplementor
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.OneToManyPersister
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.AbstractEntityPersister.MutabilityOrderedTableConsumer
org.hibernate.persister.entity.DiscriminatorHelper
org.hibernate.persister.entity.DiscriminatorMetadata
org.hibernate.persister.entity.DiscriminatorType
org.hibernate.persister.entity.DiscriminatorType<T>
org.hibernate.persister.entity.EntityNameUse
org.hibernate.persister.entity.EntityPersister
org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
org.hibernate.persister.entity.Joinable
org.hibernate.persister.entity.JoinedSubclassEntityPersister
org.hibernate.persister.entity.SingleTableEntityPersister
org.hibernate.persister.entity.UnionSubclassEntityPersister
org.hibernate.persister.entity.UniqueKeyEntry
org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
org.hibernate.persister.entity.mutation.AttributeAnalysis
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.PersisterFactory
org.hibernate.persister.spi.UnknownPersisterException
org.hibernate.persister.walking.spi.AttributeSource
org.hibernate.pretty.MessageHelper
org.hibernate.procedure.FunctionReturn<T>
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.ProcedureParameter<T>
org.hibernate.procedure.spi.CallableStatementSupport
org.hibernate.procedure.spi.FunctionReturnImplementor<T>
org.hibernate.procedure.spi.NamedCallableQueryMemento
org.hibernate.procedure.spi.NamedCallableQueryMemento.ParameterMemento
org.hibernate.procedure.spi.ProcedureCallImplementor<R>
org.hibernate.procedure.spi.ProcedureParameterBinding<T>
org.hibernate.procedure.spi.ProcedureParameterImplementor<T>
org.hibernate.procedure.stored procedure calls
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.property.access.spi.access strategy
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.proxy.proxy factory
org.hibernate.query.CommonQueryContract
org.hibernate.query.IllegalMutationQueryException
org.hibernate.query.IllegalNamedQueryOptionsException
org.hibernate.query.IllegalQueryOperationException
org.hibernate.query.IllegalSelectQueryException
org.hibernate.query.KeyedPage<R>
org.hibernate.query.KeyedResultList<R>
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<J>
org.hibernate.query.NativeQuery.ResultNode
org.hibernate.query.NativeQuery.ReturnProperty
org.hibernate.query.NativeQuery.ReturnableResultNode
org.hibernate.query.NativeQuery.RootReturn
org.hibernate.query.NativeQuery<T>
org.hibernate.query.NotIndexedCollectionException
org.hibernate.query.Order<X>
org.hibernate.query.Page
org.hibernate.query.ParameterLabelException
org.hibernate.query.ParameterMetadata
org.hibernate.query.PathException
org.hibernate.query.Query
org.hibernate.query.Query<R>
org.hibernate.query.QueryArgumentException
org.hibernate.query.QueryLogging
org.hibernate.query.QueryParameter
org.hibernate.query.QueryParameter<T>
org.hibernate.query.QueryProducer
org.hibernate.query.QueryTypeMismatchException
org.hibernate.query.ResultListTransformer
org.hibernate.query.ResultListTransformer<T>
org.hibernate.query.SelectionQuery
org.hibernate.query.SelectionQuery<R>
org.hibernate.query.SemanticException
org.hibernate.query.SynchronizeableQuery
org.hibernate.query.SyntaxException
org.hibernate.query.TupleTransformer
org.hibernate.query.TupleTransformer<T>
org.hibernate.query.TypedParameterValue<J>
org.hibernate.query.TypedTupleTransformer<T>
org.hibernate.query.UnknownNamedQueryException
org.hibernate.query.UnknownParameterException
org.hibernate.query.UnknownSqlResultSetMappingException
org.hibernate.query.criteria.CriteriaDefinition<R>
org.hibernate.query.criteria.HibernateCriteriaBuilder
org.hibernate.query.criteria.JpaCastTarget<T>
org.hibernate.query.criteria.JpaCoalesce<T>
org.hibernate.query.criteria.JpaCollectionJoin<O,T>
org.hibernate.query.criteria.JpaCompoundSelection<T>
org.hibernate.query.criteria.JpaConflictClause<T>
org.hibernate.query.criteria.JpaConflictUpdateAction<T>
org.hibernate.query.criteria.JpaCriteriaBase
org.hibernate.query.criteria.JpaCriteriaDelete<T>
org.hibernate.query.criteria.JpaCriteriaInsert<T>
org.hibernate.query.criteria.JpaCriteriaInsertSelect<T>
org.hibernate.query.criteria.JpaCriteriaInsertValues<T>
org.hibernate.query.criteria.JpaCriteriaNode
org.hibernate.query.criteria.JpaCriteriaQuery
org.hibernate.query.criteria.JpaCriteriaQuery<T>
org.hibernate.query.criteria.JpaCriteriaSelect<T>
org.hibernate.query.criteria.JpaCriteriaUpdate<T>
org.hibernate.query.criteria.JpaCrossJoin<T>
org.hibernate.query.criteria.JpaCteContainer
org.hibernate.query.criteria.JpaCteCriteria<T>
org.hibernate.query.criteria.JpaCteCriteriaAttribute
org.hibernate.query.criteria.JpaCteCriteriaType
org.hibernate.query.criteria.JpaCteCriteriaType<T>
org.hibernate.query.criteria.JpaDerivedFrom<T>
org.hibernate.query.criteria.JpaDerivedJoin<T>
org.hibernate.query.criteria.JpaDerivedRoot<T>
org.hibernate.query.criteria.JpaEntityJoin<L,R>
org.hibernate.query.criteria.JpaExpression<T>
org.hibernate.query.criteria.JpaFetch<O,T>
org.hibernate.query.criteria.JpaFetchParent<O,T>
org.hibernate.query.criteria.JpaFrom<O,T>
org.hibernate.query.criteria.JpaFunction<T>
org.hibernate.query.criteria.JpaFunctionFrom<O,T>
org.hibernate.query.criteria.JpaFunctionJoin<E>
org.hibernate.query.criteria.JpaFunctionRoot<E>
org.hibernate.query.criteria.JpaInPredicate<T>
org.hibernate.query.criteria.JpaJoin
org.hibernate.query.criteria.JpaJoin<L,R>
org.hibernate.query.criteria.JpaJsonExistsExpression
org.hibernate.query.criteria.JpaJsonExistsNode
org.hibernate.query.criteria.JpaJsonQueryExpression
org.hibernate.query.criteria.JpaJsonQueryNode
org.hibernate.query.criteria.JpaJsonTableColumnsNode
org.hibernate.query.criteria.JpaJsonTableFunction
org.hibernate.query.criteria.JpaJsonValueExpression<T>
org.hibernate.query.criteria.JpaJsonValueNode<T>
org.hibernate.query.criteria.JpaListJoin<O,T>
org.hibernate.query.criteria.JpaManipulationCriteria<E>
org.hibernate.query.criteria.JpaMapJoin<O,K,V>
org.hibernate.query.criteria.JpaOrder
org.hibernate.query.criteria.JpaParameterExpression
org.hibernate.query.criteria.JpaParameterExpression<T>
org.hibernate.query.criteria.JpaPath<T>
org.hibernate.query.criteria.JpaPluralJoin<O,C,E>
org.hibernate.query.criteria.JpaPredicate
org.hibernate.query.criteria.JpaQueryGroup<T>
org.hibernate.query.criteria.JpaQueryPart<T>
org.hibernate.query.criteria.JpaQueryStructure
org.hibernate.query.criteria.JpaQueryStructure<T>
org.hibernate.query.criteria.JpaQueryableCriteria<T>
org.hibernate.query.criteria.JpaRoot<T>
org.hibernate.query.criteria.JpaSearchOrder
org.hibernate.query.criteria.JpaSearchedCase<T>
org.hibernate.query.criteria.JpaSelectCriteria<T>
org.hibernate.query.criteria.JpaSelection
org.hibernate.query.criteria.JpaSelection<T>
org.hibernate.query.criteria.JpaSetJoin<O,T>
org.hibernate.query.criteria.JpaSetReturningFunction<T>
org.hibernate.query.criteria.JpaSimpleCase<C,R>
org.hibernate.query.criteria.JpaSubQuery
org.hibernate.query.criteria.JpaSubQuery<T>
org.hibernate.query.criteria.JpaTreatedFrom<L,R,R1>
org.hibernate.query.criteria.JpaTreatedJoin<L,R,R1>
org.hibernate.query.criteria.JpaTreatedPath<T,S>
org.hibernate.query.criteria.JpaTupleElement
org.hibernate.query.criteria.JpaTupleElement<T>
org.hibernate.query.criteria.JpaValues
org.hibernate.query.criteria.JpaWindow
org.hibernate.query.criteria.JpaWindowFrame
org.hibernate.query.criteria.JpaXmlElementExpression
org.hibernate.query.criteria.JpaXmlTableColumnNode<T>
org.hibernate.query.criteria.JpaXmlTableFunction
org.hibernate.query.criteria.spi.CriteriaBuilderExtension
org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
org.hibernate.query.hql.HqlInterpretationException
org.hibernate.query.hql.HqlLogging
org.hibernate.query.hql.HqlTranslator
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<R>
org.hibernate.query.mutation queries
org.hibernate.query.named.AbstractNamedQueryMemento<R>
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.ParameterMemento
org.hibernate.query.named.NamedQueryMemento<E>
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.named.named query mementos
org.hibernate.query.parameters
org.hibernate.query.query
org.hibernate.query.range.Range<U>
org.hibernate.query.restriction.Path<X,U>
org.hibernate.query.restriction.Restriction
org.hibernate.query.restriction.Restriction<X>
org.hibernate.query.results.FetchBuilder
org.hibernate.query.results.FetchBuilderBasicValued
org.hibernate.query.results.GraphNodeBuilder
org.hibernate.query.results.LegacyFetchBuilder
org.hibernate.query.results.MissingSqlSelectionException
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.SQL ResultSet mapping
org.hibernate.query.selection queries
org.hibernate.query.specification.MutationSpecification.Augmentation<T>
org.hibernate.query.specification.MutationSpecification<T>
org.hibernate.query.specification.QuerySpecification
org.hibernate.query.specification.QuerySpecification<T>
org.hibernate.query.specification.SelectionSpecification.Augmentation<T>
org.hibernate.query.specification.SelectionSpecification<T>
org.hibernate.query.spi.AbstractCommonQueryContract
org.hibernate.query.spi.AbstractQuery<R>
org.hibernate.query.spi.AbstractQueryParameter<T>
org.hibernate.query.spi.AbstractSelectionQuery<R>
org.hibernate.query.spi.CloseableIterator<T>
org.hibernate.query.spi.DelegatingQueryOptions
org.hibernate.query.spi.DomainQueryExecutionContext
org.hibernate.query.spi.HqlInterpretation
org.hibernate.query.spi.HqlInterpretation<R>
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.QueryImplementor<R>
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<T>
org.hibernate.query.spi.QueryParameterBindingTypeResolver
org.hibernate.query.spi.QueryParameterBindingValidator
org.hibernate.query.spi.QueryParameterBindings
org.hibernate.query.spi.QueryParameterImplementor<T>
org.hibernate.query.spi.QueryParameterListBinding<T>
org.hibernate.query.spi.QueryPlan
org.hibernate.query.spi.QueryProducerImplementor
org.hibernate.query.spi.ScrollableResultsImplementor<R>
org.hibernate.query.spi.SelectQueryPlan
org.hibernate.query.spi.SelectQueryPlan<R>
org.hibernate.query.spi.SimpleHqlInterpretationImpl<R>
org.hibernate.query.spi.SqlOmittingQueryOptions
org.hibernate.query.spi.SqmQuery<R>
org.hibernate.query.spi.query implementations
org.hibernate.query.sql.spi.NamedNativeQueryMemento<E>
org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
org.hibernate.query.sql.spi.NativeNonSelectQueryPlan
org.hibernate.query.sql.spi.NativeQueryImplementor<R>
org.hibernate.query.sql.spi.NativeQueryPlan
org.hibernate.query.sql.spi.NativeSelectQueryDefinition<R>
org.hibernate.query.sql.spi.NativeSelectQueryPlan<T>
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.sql.spi.SqlTranslationEngine
org.hibernate.query.sqm.AliasCollisionException
org.hibernate.query.sqm.DiscriminatorSqmPath<T>
org.hibernate.query.sqm.EntityTypeException
org.hibernate.query.sqm.InterpretationException
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<T>
org.hibernate.query.sqm.SqmBindableType<J>
org.hibernate.query.sqm.SqmExpressible
org.hibernate.query.sqm.SqmExpressible<J>
org.hibernate.query.sqm.SqmJoinable<O,E>
org.hibernate.query.sqm.SqmPathSource<J>
org.hibernate.query.sqm.SqmSelectionQuery<R>
org.hibernate.query.sqm.SqmTreeCreationLogger
org.hibernate.query.sqm.SqmTreeTransformationLogger
org.hibernate.query.sqm.StrictJpaComplianceViolation
org.hibernate.query.sqm.TerminalPathException
org.hibernate.query.sqm.TreatException
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.AbstractSqmSelfRenderingSetReturningFunctionDescriptor
org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
org.hibernate.query.sqm.function.FunctionRenderer
org.hibernate.query.sqm.function.JdbcEscapeFunctionDescriptor
org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
org.hibernate.query.sqm.function.NamedSqmSetReturningFunctionDescriptor
org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression<T>
org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression<T>
org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression<T>
org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction<T>
org.hibernate.query.sqm.function.SelfRenderingSqmFunction<T>
org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction<T>
org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction<T>
org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction<T>
org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression<T>
org.hibernate.query.sqm.function.SetReturningFunctionRenderer
org.hibernate.query.sqm.function.SqmFunctionDescriptor
org.hibernate.query.sqm.function.SqmFunctionRegistry
org.hibernate.query.sqm.function.SqmSetReturningFunctionDescriptor
org.hibernate.query.sqm.mutation.spi.MultiTableHandler
org.hibernate.query.sqm.mutation.spi.MultiTableHandlerBuildResult
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.FunctionReturnTypeResolver
org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver
org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver.Builder
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.CacheabilityInfluencers
org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor<R>
org.hibernate.query.sqm.spi.InterpretationsKeySource
org.hibernate.query.sqm.spi.JdbcParameterBySqmParameterAccess
org.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>
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<R>
org.hibernate.query.sqm.sql.AggregateColumnAssignmentHandler
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.BaseSqmToSqlAstConverter<T>
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<T>
org.hibernate.query.sqm.sql.SqmTranslator
org.hibernate.query.sqm.sql.SqmTranslator<T>
org.hibernate.query.sqm.sql.SqmTranslatorFactory
org.hibernate.query.sqm.sql.StandardSqmTranslation<T>
org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
org.hibernate.query.sqm.tree.AbstractSqmDmlStatement<E>
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement<T>
org.hibernate.query.sqm.tree.AbstractSqmStatement<T>
org.hibernate.query.sqm.tree.SqmCopyContext
org.hibernate.query.sqm.tree.SqmDeleteOrUpdateStatement<T>
org.hibernate.query.sqm.tree.SqmDmlStatement<E>
org.hibernate.query.sqm.tree.SqmExpressibleAccessor<T>
org.hibernate.query.sqm.tree.SqmNode
org.hibernate.query.sqm.tree.SqmQuery<T>
org.hibernate.query.sqm.tree.SqmRenderContext
org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
org.hibernate.query.sqm.tree.SqmStatement<T>
org.hibernate.query.sqm.tree.SqmTypedNode<T>
org.hibernate.query.sqm.tree.SqmVisitableNode
org.hibernate.query.sqm.tree.cte.SqmCteContainer
org.hibernate.query.sqm.tree.cte.SqmCteStatement<T>
org.hibernate.query.sqm.tree.cte.SqmCteTable<T>
org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
org.hibernate.query.sqm.tree.delete.SqmDeleteStatement<T>
org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin<L,R>
org.hibernate.query.sqm.tree.domain.AbstractSqmFrom<O,T>
org.hibernate.query.sqm.tree.domain.AbstractSqmJoin<L,R>
org.hibernate.query.sqm.tree.domain.AbstractSqmPath<T>
org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin<L,C,E>
org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath<T>
org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath<T>
org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath<T>
org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath<T>
org.hibernate.query.sqm.tree.domain.SqmBagJoin<O,E>
org.hibernate.query.sqm.tree.domain.SqmBagPersistentAttribute<D,E>
org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath<T>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin<O,T>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin<T>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin<L,R>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedJoin<L,R>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin<O,T>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin<L,K,V>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin<O,T>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot<T>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin<T>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin<O,T>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin<O,T>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularValuedJoin<L,R>
org.hibernate.query.sqm.tree.domain.SqmCorrelation<L,R>
org.hibernate.query.sqm.tree.domain.SqmCteRoot<T>
org.hibernate.query.sqm.tree.domain.SqmDerivedRoot<T>
org.hibernate.query.sqm.tree.domain.SqmDomainType<T>
org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction<T>
org.hibernate.query.sqm.tree.domain.SqmEmbeddableDomainType<E>
org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath<T>
org.hibernate.query.sqm.tree.domain.SqmEntityDomainType<E>
org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath<T>
org.hibernate.query.sqm.tree.domain.SqmFkExpression<T>
org.hibernate.query.sqm.tree.domain.SqmFunctionPath<T>
org.hibernate.query.sqm.tree.domain.SqmFunctionRoot<E>
org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction<T>
org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath<T>
org.hibernate.query.sqm.tree.domain.SqmListJoin<O,E>
org.hibernate.query.sqm.tree.domain.SqmListPersistentAttribute<D,E>
org.hibernate.query.sqm.tree.domain.SqmManagedDomainType<J>
org.hibernate.query.sqm.tree.domain.SqmMapEntryReference<K,V>
org.hibernate.query.sqm.tree.domain.SqmMapJoin<L,K,V>
org.hibernate.query.sqm.tree.domain.SqmMapPersistentAttribute<D,K,V>
org.hibernate.query.sqm.tree.domain.SqmMappedSuperclassDomainType<T>
org.hibernate.query.sqm.tree.domain.SqmPath
org.hibernate.query.sqm.tree.domain.SqmPath<T>
org.hibernate.query.sqm.tree.domain.SqmPathWrapper<W,T>
org.hibernate.query.sqm.tree.domain.SqmPersistentAttribute<D,J>
org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin<O,T>
org.hibernate.query.sqm.tree.domain.SqmPluralPersistentAttribute<D,C,E>
org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath<C>
org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor<T>
org.hibernate.query.sqm.tree.domain.SqmSetJoin<O,E>
org.hibernate.query.sqm.tree.domain.SqmSetPersistentAttribute<D,E>
org.hibernate.query.sqm.tree.domain.SqmSimplePath<T>
org.hibernate.query.sqm.tree.domain.SqmSingularJoin<O,T>
org.hibernate.query.sqm.tree.domain.SqmSingularPersistentAttribute<D,J>
org.hibernate.query.sqm.tree.domain.SqmSingularValuedJoin<L,R>
org.hibernate.query.sqm.tree.domain.SqmTreatableDomainType<T>
org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin<L,R,S>
org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath<T,S>
org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin<L,R,S>
org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath<T,S>
org.hibernate.query.sqm.tree.domain.SqmTreatedFrom<L,R,R1>
org.hibernate.query.sqm.tree.domain.SqmTreatedJoin<L,R,R1>
org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin<O,T,S>
org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin<L,K,V,S>
org.hibernate.query.sqm.tree.domain.SqmTreatedPath<T,S>
org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin<O,T,S>
org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath<T,S>
org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin<O,T,S>
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression<T>
org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression<T>
org.hibernate.query.sqm.tree.expression.AbstractSqmParameter<T>
org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression<T>
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.JpaCriteriaParameter<T>
org.hibernate.query.sqm.tree.expression.NullSqmExpressible
org.hibernate.query.sqm.tree.expression.SqmAggregateFunction<T>
org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
org.hibernate.query.sqm.tree.expression.SqmAny<T>
org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue<T>
org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic<T>
org.hibernate.query.sqm.tree.expression.SqmByUnit
org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment<R>
org.hibernate.query.sqm.tree.expression.SqmCaseSearched<R>
org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment<T,R>
org.hibernate.query.sqm.tree.expression.SqmCaseSimple<T,R>
org.hibernate.query.sqm.tree.expression.SqmCastTarget<T>
org.hibernate.query.sqm.tree.expression.SqmCoalesce<T>
org.hibernate.query.sqm.tree.expression.SqmCollation
org.hibernate.query.sqm.tree.expression.SqmCollectionSize
org.hibernate.query.sqm.tree.expression.SqmDistinct<T>
org.hibernate.query.sqm.tree.expression.SqmDurationUnit<T>
org.hibernate.query.sqm.tree.expression.SqmEnumLiteral<E>
org.hibernate.query.sqm.tree.expression.SqmEvery<T>
org.hibernate.query.sqm.tree.expression.SqmExpression<T>
org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
org.hibernate.query.sqm.tree.expression.SqmExtractUnit<T>
org.hibernate.query.sqm.tree.expression.SqmFieldLiteral<T>
org.hibernate.query.sqm.tree.expression.SqmFormat
org.hibernate.query.sqm.tree.expression.SqmFunction<T>
org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral.TypeException
org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral<N>
org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper<T>
org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction<T>
org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression<T>
org.hibernate.query.sqm.tree.expression.SqmLiteral<T>
org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType<T>
org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType<T>
org.hibernate.query.sqm.tree.expression.SqmLiteralNull<T>
org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression<T>
org.hibernate.query.sqm.tree.expression.SqmNamedExpression<T>
org.hibernate.query.sqm.tree.expression.SqmNamedParameter<T>
org.hibernate.query.sqm.tree.expression.SqmOrderedSetAggregateFunction<T>
org.hibernate.query.sqm.tree.expression.SqmOver<T>
org.hibernate.query.sqm.tree.expression.SqmOverflow<T>
org.hibernate.query.sqm.tree.expression.SqmParameter<T>
org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType<T>
org.hibernate.query.sqm.tree.expression.SqmPositionalParameter<T>
org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression<T>
org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction<T>
org.hibernate.query.sqm.tree.expression.SqmStar
org.hibernate.query.sqm.tree.expression.SqmSummarization<T>
org.hibernate.query.sqm.tree.expression.SqmToDuration<T>
org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
org.hibernate.query.sqm.tree.expression.SqmTuple<T>
org.hibernate.query.sqm.tree.expression.SqmUnaryOperation<T>
org.hibernate.query.sqm.tree.expression.SqmWindow
org.hibernate.query.sqm.tree.expression.SqmWindowFrame
org.hibernate.query.sqm.tree.expression.SqmWindowFunction<T>
org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction<T>
org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter<T>
org.hibernate.query.sqm.tree.from.SqmAttributeJoin<O,T>
org.hibernate.query.sqm.tree.from.SqmCrossJoin
org.hibernate.query.sqm.tree.from.SqmCrossJoin<T>
org.hibernate.query.sqm.tree.from.SqmCteJoin<T>
org.hibernate.query.sqm.tree.from.SqmDerivedJoin<T>
org.hibernate.query.sqm.tree.from.SqmEntityJoin<L,R>
org.hibernate.query.sqm.tree.from.SqmFrom
org.hibernate.query.sqm.tree.from.SqmFrom<L,R>
org.hibernate.query.sqm.tree.from.SqmFromClause
org.hibernate.query.sqm.tree.from.SqmFromClauseContainer
org.hibernate.query.sqm.tree.from.SqmFunctionJoin<E>
org.hibernate.query.sqm.tree.from.SqmJoin<L,R>
org.hibernate.query.sqm.tree.from.SqmRoot<E>
org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin<L,R,R1>
org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement<T>
org.hibernate.query.sqm.tree.insert.SqmConflictClause<T>
org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction<T>
org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement<T>
org.hibernate.query.sqm.tree.insert.SqmInsertStatement<T>
org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement<T>
org.hibernate.query.sqm.tree.insert.SqmValues
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection<T>
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement<T>
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<T>
org.hibernate.query.sqm.tree.predicate.SqmInPredicate<T>
org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate<T>
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.SqmPredicateCollection
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<T>
org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer<T>
org.hibernate.query.sqm.tree.select.SqmAliasedNode
org.hibernate.query.sqm.tree.select.SqmAliasedNode<T>
org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation<T>
org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument<T>
org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget<T>
org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection<T>
org.hibernate.query.sqm.tree.select.SqmOrderByClause
org.hibernate.query.sqm.tree.select.SqmQueryGroup<T>
org.hibernate.query.sqm.tree.select.SqmQueryPart<T>
org.hibernate.query.sqm.tree.select.SqmQuerySpec<T>
org.hibernate.query.sqm.tree.select.SqmSelectClause
org.hibernate.query.sqm.tree.select.SqmSelectQuery<T>
org.hibernate.query.sqm.tree.select.SqmSelectStatement<T>
org.hibernate.query.sqm.tree.select.SqmSelectableNode<T>
org.hibernate.query.sqm.tree.select.SqmSelection<T>
org.hibernate.query.sqm.tree.select.SqmSortSpecification
org.hibernate.query.sqm.tree.select.SqmSubQuery<T>
org.hibernate.query.sqm.tree.select.root
org.hibernate.query.sqm.tree.select.sub-query
org.hibernate.query.sqm.tree.update.SqmAssignment<T>
org.hibernate.query.sqm.tree.update.SqmSetClause
org.hibernate.query.sqm.tree.update.SqmUpdateStatement<T>
org.hibernate.query.sqm.tuple.TupleType<J>
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.ContainedBean<B>
org.hibernate.resource.beans.container.spi.ContainedBeanImplementor<B>
org.hibernate.resource.beans.container.spi.ExtendedBeanManager
org.hibernate.resource.beans.container.spi.ExtendedBeanManager.LifecycleListener
org.hibernate.resource.beans.container.spi.FallbackContainedBean<B>
org.hibernate.resource.beans.spi.BeanInstanceProducer
org.hibernate.resource.beans.spi.ManagedBean
org.hibernate.resource.beans.spi.ManagedBean<T>
org.hibernate.resource.beans.spi.ManagedBeanRegistry
org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl<T>
org.hibernate.resource.jdbc.LogicalConnection
org.hibernate.resource.jdbc.ResourceRegistry
org.hibernate.resource.jdbc.spi.JdbcEventHandler
org.hibernate.resource.jdbc.spi.JdbcSessionContext
org.hibernate.resource.jdbc.spi.JdbcSessionOwner
org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
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.result.NoMoreReturnsException
org.hibernate.result.Output
org.hibernate.result.Outputs
org.hibernate.result.ResultSetOutput
org.hibernate.result.ResultSetOutput<T>
org.hibernate.result.UpdateCountOutput
org.hibernate.result.spi.ResultContext
org.hibernate.second-level cache
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.service
org.hibernate.service.services
org.hibernate.service.spi.Configurable
org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
org.hibernate.service.spi.ServiceBinding<R>
org.hibernate.service.spi.ServiceContributor
org.hibernate.service.spi.ServiceException
org.hibernate.service.spi.ServiceInitiator<R>
org.hibernate.service.spi.ServiceRegistryAwareService
org.hibernate.service.spi.ServiceRegistryImplementor
org.hibernate.service.spi.SessionFactoryServiceContributor
org.hibernate.service.spi.SessionFactoryServiceInitiator<R>
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.session
org.hibernate.spi.DotIdentifierSequence
org.hibernate.spi.EntityIdentifierNavigablePath
org.hibernate.spi.NavigablePath
org.hibernate.spi.NavigablePath.RelativePathCollector
org.hibernate.spi.TreatedNavigablePath
org.hibernate.sql.Alias
org.hibernate.sql.ComparisonRestriction
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.SqlAstTranslator<T>
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.SubQueryRelationalRestrictionEmulationRenderer<X>
org.hibernate.sql.ast.spi.AbstractSqlAstTranslator<T>
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.LockingClauseStrategy
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.SqlAstTranslatorWithMerge<T>
org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert<T>
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<T>
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.CteObject
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<T>
org.hibernate.sql.ast.tree.expression.JdbcParameter
org.hibernate.sql.ast.tree.expression.JsonPathPassingClause
org.hibernate.sql.ast.tree.expression.JsonTableColumnDefinition
org.hibernate.sql.ast.tree.expression.JsonTableColumnsClause
org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
org.hibernate.sql.ast.tree.expression.JsonTableNestedColumnDefinition
org.hibernate.sql.ast.tree.expression.JsonTableOrdinalityColumnDefinition
org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
org.hibernate.sql.ast.tree.expression.JsonValueEmptyBehavior
org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
org.hibernate.sql.ast.tree.expression.Literal
org.hibernate.sql.ast.tree.expression.LiteralAsParameter<T>
org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
org.hibernate.sql.ast.tree.expression.NestedColumnReference
org.hibernate.sql.ast.tree.expression.OrderedSetAggregateFunctionExpression
org.hibernate.sql.ast.tree.expression.Over<T>
org.hibernate.sql.ast.tree.expression.Overflow
org.hibernate.sql.ast.tree.expression.QueryLiteral<T>
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.TrimSpecification
org.hibernate.sql.ast.tree.expression.UnaryOperation
org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral<N>
org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
org.hibernate.sql.ast.tree.expression.XmlAttributes
org.hibernate.sql.ast.tree.expression.XmlTableColumnDefinition
org.hibernate.sql.ast.tree.expression.XmlTableColumnsClause
org.hibernate.sql.ast.tree.expression.XmlTableOrdinalityColumnDefinition
org.hibernate.sql.ast.tree.expression.XmlTableQueryColumnDefinition
org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
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.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<T>
org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
org.hibernate.sql.exec.spi.JdbcCallRefCursorExtractor
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<T>
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<O>
org.hibernate.sql.model.ast.AbstractTableDelete
org.hibernate.sql.model.ast.AbstractTableInsert
org.hibernate.sql.model.ast.AbstractTableMutation<O>
org.hibernate.sql.model.ast.AbstractTableUpdate<O>
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<O>
org.hibernate.sql.model.ast.MutatingTableReference
org.hibernate.sql.model.ast.MutationGroup
org.hibernate.sql.model.ast.RestrictedTableMutation<O>
org.hibernate.sql.model.ast.TableDelete
org.hibernate.sql.model.ast.TableInsert
org.hibernate.sql.model.ast.TableMutation
org.hibernate.sql.model.ast.TableMutation<O>
org.hibernate.sql.model.ast.TableUpdate<O>
org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder<O,M>
org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder<M>
org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder<O>
org.hibernate.sql.model.ast.builder.CollectionRowDeleteBuilder
org.hibernate.sql.model.ast.builder.CollectionRowDeleteByUpdateSetNullBuilder<O>
org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder<M>
org.hibernate.sql.model.ast.builder.MutationGroupBuilder
org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder<O,M>
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<O>
org.hibernate.sql.model.ast.builder.TableMutationBuilder
org.hibernate.sql.model.ast.builder.TableMutationBuilder<M>
org.hibernate.sql.model.ast.builder.TableUpdateBuilder
org.hibernate.sql.model.ast.builder.TableUpdateBuilder<O>
org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard<O>
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.DomainResult<J>
org.hibernate.sql.results.graph.DomainResultAssembler
org.hibernate.sql.results.graph.DomainResultAssembler<J>
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<Data>
org.hibernate.sql.results.graph.InitializerData
org.hibernate.sql.results.graph.InitializerParent<Data>
org.hibernate.sql.results.graph.InitializerProducer<P>
org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler<J>
org.hibernate.sql.results.graph.UnfetchedResultAssembler<J>
org.hibernate.sql.results.graph.basic.BasicFetch<T>
org.hibernate.sql.results.graph.basic.BasicResult<T>
org.hibernate.sql.results.graph.basic.BasicResultAssembler
org.hibernate.sql.results.graph.basic.BasicResultAssembler<J>
org.hibernate.sql.results.graph.basic.BasicResultGraphNode<J>
org.hibernate.sql.results.graph.basic.CoercingResultAssembler<J>
org.hibernate.sql.results.graph.collection.CollectionInitializer
org.hibernate.sql.results.graph.collection.CollectionInitializer<Data>
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<Data>
org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
org.hibernate.sql.results.graph.embeddable.EmbeddableResult<T>
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<Data>
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<R>
org.hibernate.sql.results.graph.tuple.TupleResult<T>
org.hibernate.sql.results.graph.tuple.TupleResultAssembler<J>
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<R>
org.hibernate.sql.results.spi.LoadContexts
org.hibernate.sql.results.spi.ManagedResultConsumer
org.hibernate.sql.results.spi.NoRowException
org.hibernate.sql.results.spi.ResultsConsumer<T,R>
org.hibernate.sql.results.spi.RowReader<R>
org.hibernate.sql.results.spi.RowTransformer<T>
org.hibernate.sql.results.spi.ScrollableResultsConsumer<R>
org.hibernate.sql.results.spi.SingleResultConsumer<T>
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.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<T>
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<T>
org.hibernate.tool.schema.spi.ExtractionTool
org.hibernate.tool.schema.spi.GenerationTarget
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.SchemaPopulator
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.TableMigrator
org.hibernate.tool.schema.spi.TargetDescriptor
org.hibernate.tool.schema.spi.schema management tooling
org.hibernate.transform.AliasToBeanConstructorResultTransformer<T>
org.hibernate.transform.AliasToBeanResultTransformer<T>
org.hibernate.transform.AliasToEntityMapResultTransformer
org.hibernate.transform.ResultTransformer
org.hibernate.transform.ResultTransformer<T>
org.hibernate.transform.ToListResultTransformer
org.hibernate.transform.Transformers
org.hibernate.type.AbstractSingleColumnStandardBasicType<T>
org.hibernate.type.AbstractStandardBasicType<T>
org.hibernate.type.AbstractType
org.hibernate.type.AdjustableBasicType<J>
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<T,E>
org.hibernate.type.BasicCollectionType<C,E>
org.hibernate.type.BasicPluralType<C,E>
org.hibernate.type.BasicType
org.hibernate.type.BasicType<T>
org.hibernate.type.BasicTypeReference
org.hibernate.type.BasicTypeReference<T>
org.hibernate.type.BasicTypeRegistry
org.hibernate.type.BindableType
org.hibernate.type.BindableType<J>
org.hibernate.type.BindingContext
org.hibernate.type.BottomType
org.hibernate.type.CharBooleanConverter
org.hibernate.type.CollectionType
org.hibernate.type.ComponentType
org.hibernate.type.CompositeType
org.hibernate.type.ConvertedBasicArrayType<T,S,E>
org.hibernate.type.ConvertedBasicCollectionType<C,E>
org.hibernate.type.ConvertedBasicType
org.hibernate.type.ConvertedBasicType<J>
org.hibernate.type.CustomCollectionType
org.hibernate.type.CustomType<J>
org.hibernate.type.EmbeddedComponentType
org.hibernate.type.EntityType
org.hibernate.type.IdentifierBagType
org.hibernate.type.JDBC type codes
org.hibernate.type.JavaObjectType
org.hibernate.type.ListType
org.hibernate.type.ManyToOneType
org.hibernate.type.MapType
org.hibernate.type.MappingContext
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.OutputableType<J>
org.hibernate.type.ProcedureParameterExtractionAware<T>
org.hibernate.type.ProcedureParameterNamedBinder<J>
org.hibernate.type.QueryParameterJavaObjectType
org.hibernate.type.SerializableType<T>
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<J>
org.hibernate.type.StandardBasicTypes
org.hibernate.type.StandardBooleanConverter<R>
org.hibernate.type.StandardConverter<O,R>
org.hibernate.type.TrueFalseConverter
org.hibernate.type.Type
org.hibernate.type.TypeHelper
org.hibernate.type.UserComponentType<T>
org.hibernate.type.YesNoConverter
org.hibernate.type.bags
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.ValueBinder<X>
org.hibernate.type.descriptor.ValueExtractor
org.hibernate.type.descriptor.ValueExtractor<X>
org.hibernate.type.descriptor.WrapperOptions
org.hibernate.type.descriptor.converter.spi.BasicValueConverter
org.hibernate.type.descriptor.converter.spi.BasicValueConverter<D,R>
org.hibernate.type.descriptor.converter.spi.JpaAttributeConverter<O,R>
org.hibernate.type.descriptor.converter.spi.conversion
org.hibernate.type.descriptor.java.AbstractArrayJavaType<T,E>
org.hibernate.type.descriptor.java.AbstractClassJavaType
org.hibernate.type.descriptor.java.AbstractClassJavaType<T>
org.hibernate.type.descriptor.java.AbstractJavaType
org.hibernate.type.descriptor.java.AbstractJavaType<T>
org.hibernate.type.descriptor.java.AbstractTemporalJavaType<T>
org.hibernate.type.descriptor.java.ArrayJavaType<T>
org.hibernate.type.descriptor.java.ArrayMutabilityPlan<T>
org.hibernate.type.descriptor.java.BasicJavaType
org.hibernate.type.descriptor.java.BasicJavaType<T>
org.hibernate.type.descriptor.java.BasicPluralJavaType<T>
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<T>
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<T>
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.ImmutableMutabilityPlan<T>
org.hibernate.type.descriptor.java.ImmutableObjectArrayMutabilityPlan<T>
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.Java type
org.hibernate.type.descriptor.java.Java type descriptors
org.hibernate.type.descriptor.java.JavaType
org.hibernate.type.descriptor.java.JavaType.CoercionContext
org.hibernate.type.descriptor.java.JavaType<T>
org.hibernate.type.descriptor.java.JavaTypeHelper
org.hibernate.type.descriptor.java.JavaTypedExpressible<T>
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.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.MutabilityPlan<T>
org.hibernate.type.descriptor.java.MutabilityPlanExposer<T>
org.hibernate.type.descriptor.java.MutableMutabilityPlan<T>
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.SerializableJavaType.SerializableMutabilityPlan<S>
org.hibernate.type.descriptor.java.SerializableJavaType<T>
org.hibernate.type.descriptor.java.ShortJavaType
org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
org.hibernate.type.descriptor.java.StringJavaType
org.hibernate.type.descriptor.java.TemporalJavaType<T>
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<T>
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<C,E>
org.hibernate.type.descriptor.java.spi.CollectionJavaType<C>
org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType<T>
org.hibernate.type.descriptor.java.spi.EntityJavaType<T>
org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType<T>
org.hibernate.type.descriptor.java.spi.JavaTypeBaseline
org.hibernate.type.descriptor.java.spi.JavaTypeBaseline.BaselineTarget
org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor<T>
org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException
org.hibernate.type.descriptor.java.spi.JsonJavaType<T>
org.hibernate.type.descriptor.java.spi.MapEntryJavaType
org.hibernate.type.descriptor.java.spi.PrimitiveJavaType<J>
org.hibernate.type.descriptor.java.spi.RegistryHelper
org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType<T>
org.hibernate.type.descriptor.java.spi.XmlJavaType<T>
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<J>
org.hibernate.type.descriptor.jdbc.BasicExtractor<J>
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.JDBC/SQL type
org.hibernate.type.descriptor.jdbc.JavaTimeJdbcType
org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter<T>
org.hibernate.type.descriptor.jdbc.JdbcType
org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
org.hibernate.type.descriptor.jdbc.JsonArrayJdbcTypeConstructor
org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcTypeConstructor
org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
org.hibernate.type.descriptor.jdbc.JsonHelper
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.OracleJsonArrayBlobJdbcType
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.StructAttributeValues
org.hibernate.type.descriptor.jdbc.StructHelper
org.hibernate.type.descriptor.jdbc.StructJdbcType
org.hibernate.type.descriptor.jdbc.StructuredJdbcType
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.UuidAsBinaryJdbcType
org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
org.hibernate.type.descriptor.jdbc.VarcharJdbcType
org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType.XmlArrayBinder<X>
org.hibernate.type.descriptor.jdbc.XmlArrayJdbcTypeConstructor
org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcTypeConstructor
org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
org.hibernate.type.descriptor.jdbc.XmlHelper
org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
org.hibernate.type.descriptor.jdbc.XmlJdbcType
org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder<X>
org.hibernate.type.descriptor.jdbc.ZonedDateTimeJdbcType
org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter<T>
org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter<T>
org.hibernate.type.descriptor.jdbc.spi.DescriptiveJsonGeneratingVisitor
org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
org.hibernate.type.descriptor.jdbc.spi.JsonGeneratingVisitor
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.JsonDocumentReader
org.hibernate.type.format.JsonDocumentWriter
org.hibernate.type.format.JsonValueJDBCTypeAdapter
org.hibernate.type.format.JsonValueJDBCTypeAdapterFactory
org.hibernate.type.format.OsonDocumentReader
org.hibernate.type.format.OsonDocumentWriter
org.hibernate.type.format.OsonValueJDBCTypeAdapter
org.hibernate.type.format.StringJsonDocument
org.hibernate.type.format.StringJsonDocumentReader
org.hibernate.type.format.StringJsonDocumentWriter
org.hibernate.type.format.StringJsonValueJDBCTypeAdapter
org.hibernate.type.format.jackson.JacksonIntegration
org.hibernate.type.format.jackson.JacksonJsonFormatMapper
org.hibernate.type.format.jackson.JacksonOsonFormatMapper
org.hibernate.type.format.jackson.JacksonXmlFormatMapper
org.hibernate.type.format.jackson.JacksonXmlFormatMapper.ByteArraySerializer
org.hibernate.type.format.jackson.JacksonXmlFormatMapper.CollectionWrapper<E>
org.hibernate.type.format.jackson.JacksonXmlFormatMapper.EntryWrapper<K,V>
org.hibernate.type.format.jackson.JacksonXmlFormatMapper.MapWrapper<K,V>
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.EntryWrapper
org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.LegacyMapWrapper
org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.ManagedMapWrapper
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.type.type code
org.hibernate.type.types
org.hibernate.usertype.BaseUserTypeSupport<T>
org.hibernate.usertype.CompositeUserType
org.hibernate.usertype.CompositeUserType<J>
org.hibernate.usertype.DynamicParameterizedType
org.hibernate.usertype.DynamicParameterizedType.ParameterType
org.hibernate.usertype.EnhancedUserType<J>
org.hibernate.usertype.LoggableUserType
org.hibernate.usertype.ParameterizedType
org.hibernate.usertype.UserCollectionType
org.hibernate.usertype.UserType
org.hibernate.usertype.UserType<J>
org.hibernate.usertype.UserTypeLegacyBridge
org.hibernate.usertype.UserTypeSupport<T>
org.hibernate.usertype.UserVersionType<T>
org.hibernate.usertype.composite user type
org.hibernate.usertype.user type