Serialized Form
-
Package org.hibernate
-
Exception Class org.hibernate.AnnotationException
class AnnotationException extends MappingException implements Serializable -
Exception Class org.hibernate.AssertionFailure
class AssertionFailure extends RuntimeException implements Serializable -
Class org.hibernate.BaseSessionEventListener
class BaseSessionEventListener extends Object implements Serializable -
Exception Class org.hibernate.CallbackException
class CallbackException extends HibernateException implements Serializable -
Exception Class org.hibernate.DuplicateMappingException
class DuplicateMappingException extends MappingException implements Serializable -
Exception Class org.hibernate.EntityFilterException
class EntityFilterException extends EntityNotFoundException implements Serializable -
Exception Class org.hibernate.FetchNotFoundException
class FetchNotFoundException extends EntityNotFoundException implements Serializable -
Exception Class org.hibernate.HibernateError
class HibernateError extends HibernateException implements Serializable -
Exception Class org.hibernate.HibernateException
class HibernateException extends PersistenceException implements Serializable -
Exception Class org.hibernate.InstantiationException
class InstantiationException extends HibernateException implements Serializable-
Serialized Fields
-
clazz
Class<?> clazz
-
-
-
Exception Class org.hibernate.InvalidMappingException
class InvalidMappingException extends MappingException implements Serializable -
Exception Class org.hibernate.JDBCException
class JDBCException extends HibernateException implements Serializable-
Serialized Fields
-
message
String message
-
sql
String sql
-
sqlException
SQLException sqlException
-
-
-
Exception Class org.hibernate.LazyInitializationException
class LazyInitializationException extends HibernateException implements Serializable -
Class org.hibernate.LockOptions
class LockOptions extends Object implements Serializable-
Serialized Fields
-
followOnStrategy
Locking.FollowOn followOnStrategy
Deprecated, for removal: This API element is subject to removal in a future version. -
immutable
boolean immutable
Deprecated, for removal: This API element is subject to removal in a future version. -
lockMode
LockMode lockMode
Deprecated, for removal: This API element is subject to removal in a future version. -
scope
Locking.Scope scope
Deprecated, for removal: This API element is subject to removal in a future version. -
timeout
int timeout
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Exception Class org.hibernate.MappingException
class MappingException extends HibernateException implements Serializable -
Exception Class org.hibernate.NonUniqueObjectException
class NonUniqueObjectException extends HibernateException implements Serializable -
Exception Class org.hibernate.NonUniqueResultException
class NonUniqueResultException extends HibernateException implements Serializable-
Serialized Fields
-
resultCount
int resultCount
-
-
-
Exception Class org.hibernate.ObjectDeletedException
class ObjectDeletedException extends UnresolvableObjectException implements Serializable -
Exception Class org.hibernate.ObjectNotFoundException
class ObjectNotFoundException extends UnresolvableObjectException implements Serializable -
Exception Class org.hibernate.PersistentObjectException
class PersistentObjectException extends HibernateException implements Serializable -
Exception Class org.hibernate.PessimisticLockException
class PessimisticLockException extends JDBCException implements Serializable -
Exception Class org.hibernate.PropertyAccessException
class PropertyAccessException extends HibernateException implements Serializable -
Exception Class org.hibernate.PropertyNotFoundException
class PropertyNotFoundException extends MappingException implements Serializable -
Exception Class org.hibernate.PropertySetterAccessException
class PropertySetterAccessException extends PropertyAccessException implements Serializable -
Exception Class org.hibernate.PropertyValueException
class PropertyValueException extends HibernateException implements Serializable -
Exception Class org.hibernate.QueryException
class QueryException extends HibernateException implements Serializable-
Serialized Fields
-
queryString
String queryString
-
-
-
Exception Class org.hibernate.QueryParameterException
class QueryParameterException extends QueryException implements Serializable -
Exception Class org.hibernate.QueryTimeoutException
class QueryTimeoutException extends JDBCException implements Serializable -
Exception Class org.hibernate.ResourceClosedException
class ResourceClosedException extends HibernateException implements Serializable -
Exception Class org.hibernate.SessionException
class SessionException extends HibernateException implements Serializable -
Exception Class org.hibernate.StaleObjectStateException
class StaleObjectStateException extends StaleStateException implements Serializable -
Exception Class org.hibernate.StaleStateException
class StaleStateException extends HibernateException implements Serializable -
Exception Class org.hibernate.TransactionException
class TransactionException extends HibernateException implements Serializable -
Exception Class org.hibernate.TransactionManagementException
class TransactionManagementException extends RuntimeException implements Serializable -
Exception Class org.hibernate.TransientObjectException
class TransientObjectException extends HibernateException implements Serializable -
Exception Class org.hibernate.TransientPropertyValueException
class TransientPropertyValueException extends TransientObjectException implements Serializable -
Exception Class org.hibernate.TypeMismatchException
class TypeMismatchException extends HibernateException implements Serializable -
Exception Class org.hibernate.UnknownEntityTypeException
class UnknownEntityTypeException extends MappingException implements Serializable -
Exception Class org.hibernate.UnknownFilterException
class UnknownFilterException extends HibernateException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception Class org.hibernate.UnknownProfileException
class UnknownProfileException extends HibernateException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception Class org.hibernate.UnresolvableObjectException
class UnresolvableObjectException extends HibernateException implements Serializable -
Exception Class org.hibernate.UnsupportedLockAttemptException
class UnsupportedLockAttemptException extends HibernateException implements Serializable -
Exception Class org.hibernate.WrongClassException
class WrongClassException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot
-
Exception Class org.hibernate.boot.InvalidMappingException
class InvalidMappingException extends InvalidMappingException implements Serializable-
Serialized Fields
-
origin
org.hibernate.boot.jaxb.Origin origin
-
-
-
Exception Class org.hibernate.boot.MappingException
class MappingException extends MappingException implements Serializable-
Serialized Fields
-
origin
org.hibernate.boot.jaxb.Origin origin
-
-
-
Exception Class org.hibernate.boot.MappingNotFoundException
class MappingNotFoundException extends MappingException implements Serializable -
Class org.hibernate.boot.MetadataSources
class MetadataSources extends Object implements Serializable-
Serialized Fields
-
annotatedClasses
LinkedHashSet<Class<?>> annotatedClasses
-
annotatedClassNames
LinkedHashSet<String> annotatedClassNames
-
annotatedPackages
LinkedHashSet<String> annotatedPackages
-
classLoaderService
ClassLoaderService classLoaderService
-
extraQueryImports
Map<String,
Class<?>> extraQueryImports -
hbmXmlBindings
List<org.hibernate.boot.jaxb.spi.Binding<org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping>> hbmXmlBindings
-
mappingXmlBindings
List<org.hibernate.boot.jaxb.spi.Binding<org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl>> mappingXmlBindings
-
serviceRegistry
ServiceRegistry serviceRegistry
-
xmlMappingBinderAccess
XmlMappingBinderAccess xmlMappingBinderAccess
-
-
-
Exception Class org.hibernate.boot.UnsupportedOrmXsdVersionException
class UnsupportedOrmXsdVersionException extends MappingException implements Serializable-
Serialized Fields
-
requestedVersion
String requestedVersion
-
-
-
-
Package org.hibernate.boot.archive.scan.spi
-
Package org.hibernate.boot.archive.spi
-
Exception Class org.hibernate.boot.archive.spi.ArchiveException
class ArchiveException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.beanvalidation
-
Class org.hibernate.boot.beanvalidation.BeanValidationEventListener
class BeanValidationEventListener extends Object implements Serializable-
Serialized Fields
-
groupsPerOperation
GroupsPerOperation groupsPerOperation
-
traversableResolver
HibernateTraversableResolver traversableResolver
-
validator
Validator validator
-
-
-
Exception Class org.hibernate.boot.beanvalidation.IntegrationException
class IntegrationException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.cfgxml.spi
-
Package org.hibernate.boot.model
-
Class org.hibernate.boot.model.IdentifierGeneratorDefinition
class IdentifierGeneratorDefinition extends Object implements Serializable -
Class org.hibernate.boot.model.TypeDefinition
class TypeDefinition extends Object implements Serializable
-
-
Package org.hibernate.boot.model.naming
-
Exception Class org.hibernate.boot.model.naming.IllegalIdentifierException
class IllegalIdentifierException extends HibernateException implements Serializable -
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
class ImplicitNamingStrategyComponentPathImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable -
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
class ImplicitNamingStrategyJpaCompliantImpl extends Object implements Serializable -
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
class ImplicitNamingStrategyLegacyHbmImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable -
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
class ImplicitNamingStrategyLegacyJpaImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable -
Class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
class PhysicalNamingStrategyStandardImpl extends Object implements Serializable
-
-
Package org.hibernate.boot.model.relational
-
Class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
class AbstractAuxiliaryDatabaseObject extends Object implements Serializable -
Class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
class NamedAuxiliaryDatabaseObject extends SimpleAuxiliaryDatabaseObject implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
class SimpleAuxiliaryDatabaseObject extends AbstractAuxiliaryDatabaseObject implements Serializable
-
-
Package org.hibernate.boot.models
-
Exception Class org.hibernate.boot.models.AccessTypeDeterminationException
class AccessTypeDeterminationException extends MappingException implements Serializable -
Exception Class org.hibernate.boot.models.AccessTypePlacementException
class AccessTypePlacementException extends MappingException implements Serializable -
Exception Class org.hibernate.boot.models.AnnotationPlacementException
class AnnotationPlacementException extends MappingException implements Serializable -
Exception Class org.hibernate.boot.models.MemberResolutionException
class MemberResolutionException extends MappingException implements Serializable -
Exception Class org.hibernate.boot.models.MultipleAttributeNaturesException
class MultipleAttributeNaturesException extends AnnotationException implements Serializable-
Serialized Fields
-
attributeName
String attributeName
-
-
-
-
Package org.hibernate.boot.models.xml
-
Exception Class org.hibernate.boot.models.xml.UnknownAttributeTypeException
class UnknownAttributeTypeException extends HibernateException implements Serializable -
Exception Class org.hibernate.boot.models.xml.XmlResourceException
class XmlResourceException extends RuntimeException implements Serializable
-
-
Package org.hibernate.boot.registry.classloading.spi
-
Exception Class org.hibernate.boot.registry.classloading.spi.ClassLoadingException
class ClassLoadingException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.registry.selector.spi
-
Exception Class org.hibernate.boot.registry.selector.spi.StrategySelectionException
class StrategySelectionException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.spi
-
Exception Class org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
class DuplicateSecondaryTableException extends HibernateException implements Serializable-
Serialized Fields
-
tableName
Identifier tableName
-
-
-
-
Package org.hibernate.bytecode.enhance
-
Exception Class org.hibernate.bytecode.enhance.VersionMismatchException
class VersionMismatchException extends EnhancementException implements Serializable
-
-
Package org.hibernate.bytecode.enhance.spi
-
Exception Class org.hibernate.bytecode.enhance.spi.EnhancementException
class EnhancementException extends HibernateException implements Serializable
-
-
Package org.hibernate.bytecode.enhance.spi.interceptor
-
Class org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging_$logger
class BytecodeInterceptorLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
class LazyAttributesMetadata extends Object implements Serializable-
Serialized Fields
-
-
-
Package org.hibernate.bytecode.spi
-
Exception Class org.hibernate.bytecode.spi.NotInstrumentedException
class NotInstrumentedException extends HibernateException implements Serializable
-
-
Package org.hibernate.cache
-
Exception Class org.hibernate.cache.CacheException
class CacheException extends HibernateException implements Serializable -
Exception Class org.hibernate.cache.NoCacheRegionFactoryAvailableException
class NoCacheRegionFactoryAvailableException extends CacheException implements Serializable
-
-
Package org.hibernate.cache.spi
-
Class org.hibernate.cache.spi.AbstractRegionFactory
class AbstractRegionFactory extends Object implements Serializable-
Serialized Fields
-
options
SessionFactoryOptions options
-
started
AtomicBoolean started
-
startingException
Exception startingException
-
-
-
Class org.hibernate.cache.spi.QueryKey
class QueryKey extends Object implements Serializable-
Serialization Methods
-
readObject
Deserialization hook used to re-init the cached hashcode which is needed for proper clustering support.- Parameters:
in- The object input stream.- Throws:
IOException- Thrown by normal deserializationClassNotFoundException- Thrown by normal deserialization
-
-
Serialized Fields
-
enabledFilterNames
String[] enabledFilterNames
-
firstRow
Integer firstRow
-
maxRows
Integer maxRows
-
parameterBindingsMemento
QueryKey.ParameterBindingsMemento parameterBindingsMemento
-
sqlQueryString
String sqlQueryString
-
-
-
Class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
class SecondLevelCacheLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.cache.spi.access
-
Exception Class org.hibernate.cache.spi.access.UnknownAccessTypeException
class UnknownAccessTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.cache.spi.entry
-
Class org.hibernate.cache.spi.entry.CollectionCacheEntry
class CollectionCacheEntry extends Object implements Serializable-
Serialized Fields
-
state
Object state
-
-
-
Class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
class ReferenceCacheEntryImpl extends Object implements Serializable-
Serialized Fields
-
reference
Object reference
-
subclassPersister
EntityPersister subclassPersister
-
-
-
Class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
class StandardCacheEntryImpl extends Object implements Serializable-
Serialized Fields
-
disassembledState
Serializable[] disassembledState
-
subclass
String subclass
-
version
Object version
-
-
-
-
Package org.hibernate.cache.spi.support
-
Class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
class Item extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
class SoftLockImpl extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.hibernate.cache.spi.support.RegionFactoryTemplate
class RegionFactoryTemplate extends AbstractRegionFactory implements Serializable
-
-
Package org.hibernate.collection.spi
-
Class org.hibernate.collection.spi.AbstractPersistentCollection
class AbstractPersistentCollection extends Object implements Serializable-
Serialized Fields
-
allowLoadOutsideTransaction
boolean allowLoadOutsideTransaction
-
cachedSize
int cachedSize
-
dirty
boolean dirty
-
elementRemoved
boolean elementRemoved
-
initialized
boolean initialized
-
isTempSession
boolean isTempSession
-
key
@Nullable Object key
-
owner
@Nullable Object owner
-
role
@Nullable String role
-
sessionFactoryUuid
String sessionFactoryUuid
-
storedSnapshot
@Nullable Serializable storedSnapshot
-
-
-
Class org.hibernate.collection.spi.PersistentArrayHolder
-
Serialized Fields
-
array
Object array
-
-
-
Class org.hibernate.collection.spi.PersistentBag
-
Serialized Fields
-
bag
List<E> bag
Deprecated, for removal: This API element is subject to removal in a future version. -
collection
Collection<E> collection
The actual bag. For backwards compatibility reasons, thePersistentBag.bagfield remains asList, but might benullwhen the bag does not implement theListinterface, whereas this collection field will always contain the actual bag instance.
-
-
-
Class org.hibernate.collection.spi.PersistentIdentifierBag
-
Serialized Fields
-
collection
Collection<E> collection
The actual bag. For backwards compatibility reasons, thePersistentIdentifierBag.valuesfield remains asList, but might benullwhen the bag does not implement theListinterface, whereas this collection field will always contain the actual bag instance. -
identifiers
Map<Integer,
Object> identifiers -
values
List<E> values
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Class org.hibernate.collection.spi.PersistentList
-
Class org.hibernate.collection.spi.PersistentMap
-
Class org.hibernate.collection.spi.PersistentSet
-
Class org.hibernate.collection.spi.PersistentSortedMap
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
-
-
-
Class org.hibernate.collection.spi.PersistentSortedSet
-
Serialized Fields
-
comparator
Comparator<? super E> comparator
-
-
-
-
Package org.hibernate.context
-
Exception Class org.hibernate.context.TenantIdentifierMismatchException
class TenantIdentifierMismatchException extends HibernateException implements Serializable
-
-
Package org.hibernate.context.spi
-
Class org.hibernate.context.spi.AbstractCurrentSessionContext
class AbstractCurrentSessionContext extends Object implements Serializable-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
-
-
-
Package org.hibernate.dialect
-
Class org.hibernate.dialect.DB2GetObjectExtractor
class DB2GetObjectExtractor extends org.hibernate.type.descriptor.jdbc.internal.GetObjectExtractor<T> implements Serializable -
Class org.hibernate.dialect.DialectLogging_$logger
class DialectLogging_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
org.jboss.logging.Logger log
-
-
Class org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
class OrdinalParameterMarkerStrategy extends Object implements Serializable -
Class org.hibernate.dialect.HANADialect.HANABlobType
class HANABlobType extends Object implements Serializable- serialVersionUID:
- 5874441715643764323L
-
Serialized Fields
-
hanaStreamBlobTypeDescriptor
org.hibernate.dialect.HANADialect.HANAStreamBlobType hanaStreamBlobTypeDescriptor
-
maxLobPrefetchSize
int maxLobPrefetchSize
-
-
Class org.hibernate.dialect.OracleOsonArrayJdbcType
class OracleOsonArrayJdbcType extends OracleJsonArrayJdbcType implements Serializable -
Class org.hibernate.dialect.OracleOsonJdbcType
class OracleOsonJdbcType extends OracleJsonJdbcType implements Serializable
-
-
Package org.hibernate.dialect.function
-
Class org.hibernate.dialect.function.FormatFunction.FormatSqmFunction
-
Serialized Fields
-
supportsPatternLiterals
boolean supportsPatternLiterals
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
class SelfRenderingInverseDistributionFunction extends SelfRenderingSqmOrderedSetAggregateFunction<T> implements Serializable
-
-
Package org.hibernate.dialect.lock
-
Exception Class org.hibernate.dialect.lock.LockingStrategyException
class LockingStrategyException extends HibernateException implements Serializable-
Serialized Fields
-
entity
Object entity
-
-
-
Exception Class org.hibernate.dialect.lock.OptimisticEntityLockException
class OptimisticEntityLockException extends LockingStrategyException implements Serializable -
Exception Class org.hibernate.dialect.lock.PessimisticEntityLockException
class PessimisticEntityLockException extends LockingStrategyException implements Serializable
-
-
Package org.hibernate.dialect.type
-
Class org.hibernate.dialect.type.AbstractPostgreSQLJsonPGObjectType
class AbstractPostgreSQLJsonPGObjectType extends JsonJdbcType implements Serializable-
Serialized Fields
-
jsonb
boolean jsonb
-
-
-
Class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
class AbstractPostgreSQLStructJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
inverseOrderMapping
int[] inverseOrderMapping
-
orderMapping
int[] orderMapping
-
typeName
String typeName
-
-
-
Class org.hibernate.dialect.type.DB2StructJdbcType
class DB2StructJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
structTypeName
String structTypeName
-
-
-
Class org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
class H2DurationIntervalSecondJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.type.H2JsonArrayJdbcType
class H2JsonArrayJdbcType extends JsonArrayJdbcType implements Serializable -
Class org.hibernate.dialect.type.H2JsonJdbcType
class H2JsonJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcType
class MariaDBCastingJsonArrayJdbcType extends JsonArrayJdbcType implements Serializable -
Class org.hibernate.dialect.type.MariaDBCastingJsonJdbcType
class MariaDBCastingJsonJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcType
class MySQLCastingJsonArrayJdbcType extends JsonArrayJdbcType implements Serializable -
Class org.hibernate.dialect.type.MySQLCastingJsonJdbcType
class MySQLCastingJsonJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleArrayJdbcType
class OracleArrayJdbcType extends ArrayJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleBaseStructJdbcType
class OracleBaseStructJdbcType extends StructJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleBooleanJdbcType
class OracleBooleanJdbcType extends BooleanJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleEnumJdbcType
class OracleEnumJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.type.OracleJsonArrayJdbcType
class OracleJsonArrayJdbcType extends OracleJsonArrayBlobJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleJsonJdbcType
class OracleJsonJdbcType extends OracleJsonBlobJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleNestedTableJdbcType
class OracleNestedTableJdbcType extends OracleArrayJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleOrdinalEnumJdbcType
class OracleOrdinalEnumJdbcType extends OracleEnumJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleReflectionStructJdbcType
class OracleReflectionStructJdbcType extends OracleBaseStructJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleStructJdbcType
class OracleStructJdbcType extends OracleBaseStructJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleXmlArrayJdbcType
class OracleXmlArrayJdbcType extends XmlArrayJdbcType implements Serializable -
Class org.hibernate.dialect.type.OracleXmlJdbcType
class OracleXmlJdbcType extends XmlJdbcType implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLArrayJdbcType
class PostgreSQLArrayJdbcType extends ArrayJdbcType implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
class PostgreSQLCastingInetJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
class PostgreSQLCastingIntervalSecondJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcType
class PostgreSQLCastingJsonArrayJdbcType extends JsonArrayJdbcType implements Serializable-
Serialized Fields
-
jsonb
boolean jsonb
-
-
-
Class org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
class PostgreSQLCastingJsonJdbcType extends JsonJdbcType implements Serializable-
Serialized Fields
-
jsonb
boolean jsonb
-
-
-
Class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
class PostgreSQLEnumJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLInetJdbcType
class PostgreSQLInetJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
class PostgreSQLIntervalSecondJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectType
class PostgreSQLJsonArrayPGObjectType extends JsonArrayJdbcType implements Serializable-
Serialized Fields
-
jsonb
boolean jsonb
-
-
-
Class org.hibernate.dialect.type.PostgreSQLJsonPGObjectJsonbType
class PostgreSQLJsonPGObjectJsonbType extends AbstractPostgreSQLJsonPGObjectType implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLJsonPGObjectJsonType
class PostgreSQLJsonPGObjectJsonType extends AbstractPostgreSQLJsonPGObjectType implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLOrdinalEnumJdbcType
class PostgreSQLOrdinalEnumJdbcType extends PostgreSQLEnumJdbcType implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLStructCastingJdbcType
class PostgreSQLStructCastingJdbcType extends AbstractPostgreSQLStructJdbcType implements Serializable -
Class org.hibernate.dialect.type.PostgreSQLStructPGObjectJdbcType
class PostgreSQLStructPGObjectJdbcType extends AbstractPostgreSQLStructJdbcType implements Serializable-
Serialized Fields
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
-
-
Class org.hibernate.dialect.type.PostgreSQLUUIDJdbcType
class PostgreSQLUUIDJdbcType extends UUIDJdbcType implements Serializable -
Class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcType
class SQLServerCastingXmlArrayJdbcType extends XmlArrayJdbcType implements Serializable -
Class org.hibernate.dialect.type.SQLServerCastingXmlJdbcType
class SQLServerCastingXmlJdbcType extends XmlJdbcType implements Serializable
-
-
Package org.hibernate.engine.config.spi
-
Package org.hibernate.engine.jdbc
-
Class org.hibernate.engine.jdbc.JdbcLogging_$logger
class JdbcLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.engine.jdbc.Size
class Size extends Object implements Serializable-
Serialized Fields
-
arrayLength
Integer arrayLength
-
length
Long length
-
lobMultiplier
Size.LobMultiplier lobMultiplier
-
precision
Integer precision
-
scale
Integer scale
-
-
-
-
Package org.hibernate.engine.jdbc.batch
-
Class org.hibernate.engine.jdbc.batch.JdbcBatchLogging_$logger
class JdbcBatchLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.engine.jdbc.batch.spi
-
Package org.hibernate.engine.jdbc.connections.spi
-
Class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
class AbstractDataSourceBasedMultiTenantConnectionProviderImpl extends Object implements Serializable -
Class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
class AbstractMultiTenantConnectionProvider extends Object implements Serializable -
Exception Class org.hibernate.engine.jdbc.connections.spi.ConnectionProviderConfigurationException
class ConnectionProviderConfigurationException extends HibernateException implements Serializable -
Class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
class DataSourceBasedMultiTenantConnectionProviderImpl extends AbstractDataSourceBasedMultiTenantConnectionProviderImpl<T> implements Serializable-
Serialized Fields
-
baseJndiNamespace
String baseJndiNamespace
-
dataSourceMap
Map<T,
DataSource> dataSourceMap -
jndiName
String jndiName
-
jndiService
JndiService jndiService
-
tenantIdentifierForAny
T tenantIdentifierForAny
-
-
-
-
Package org.hibernate.engine.jdbc.cursor.spi
-
Package org.hibernate.engine.jdbc.dialect.spi
-
Class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
class BasicDialectResolver extends Object implements Serializable
-
-
Package org.hibernate.engine.jdbc.env.spi
-
Package org.hibernate.engine.jdbc.mutation.group
-
Exception Class org.hibernate.engine.jdbc.mutation.group.UnknownParameterException
class UnknownParameterException extends HibernateException implements Serializable-
Serialized Fields
-
columnName
String columnName
-
mutationTarget
MutationTarget<?> mutationTarget
-
mutationType
MutationType mutationType
-
tableName
String tableName
-
usage
ParameterUsage usage
-
-
-
-
Package org.hibernate.engine.jdbc.mutation.spi
-
Package org.hibernate.engine.jdbc.proxy
-
Class org.hibernate.engine.jdbc.proxy.SerializableBlobProxy
class SerializableBlobProxy extends Object implements Serializable -
Class org.hibernate.engine.jdbc.proxy.SerializableClobProxy
class SerializableClobProxy extends Object implements Serializable -
Class org.hibernate.engine.jdbc.proxy.SerializableNClobProxy
class SerializableNClobProxy extends SerializableClobProxy implements Serializable
-
-
Package org.hibernate.engine.jdbc.spi
-
Class org.hibernate.engine.jdbc.spi.SQLExceptionLogging_$logger
class SQLExceptionLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.engine.jdbc.spi.SqlStatementLogger
class SqlStatementLogger extends Object implements Serializable-
Serialized Fields
-
format
boolean format
-
highlight
boolean highlight
-
logSlowQuery
long logSlowQuery
Configuration value that indicates slow query. (In milliseconds) 0 - disabled. -
logToStdout
boolean logToStdout
-
-
-
-
Package org.hibernate.engine.jndi
-
Exception Class org.hibernate.engine.jndi.JndiException
class JndiException extends HibernateException implements Serializable -
Exception Class org.hibernate.engine.jndi.JndiNameException
class JndiNameException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.jndi.spi
-
Package org.hibernate.engine.query
-
Exception Class org.hibernate.engine.query.ParameterRecognitionException
class ParameterRecognitionException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.query.spi
-
Package org.hibernate.engine.spi
-
Record Class org.hibernate.engine.spi.AssociationKey
class AssociationKey extends Record implements Serializable-
Serialized Fields
-
ownerKey
EntityKey ownerKey
The field for theownerKeyrecord component. -
propertyName
String propertyName
The field for thepropertyNamerecord component.
-
-
-
Class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
class BaseCascadeStyle extends Object implements Serializable -
Class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
class MultipleCascadeStyle extends CascadeStyles.BaseCascadeStyle implements Serializable-
Serialized Fields
-
styles
CascadeStyle[] styles
-
-
-
Class org.hibernate.engine.spi.CollectionEntry
class CollectionEntry extends Object implements Serializable-
Serialized Fields
-
fromMerge
boolean fromMerge
-
loadedKey
@Nullable Object loadedKey
-
role
@Nullable String role
-
snapshot
@Nullable Serializable snapshot
-
-
-
Class org.hibernate.engine.spi.CollectionKey
class CollectionKey extends Object implements Serializable-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
hashCode
int hashCode
-
key
Object key
-
keyType
@Nullable Type keyType
-
role
String role
-
-
-
Class org.hibernate.engine.spi.EffectiveEntityGraph
class EffectiveEntityGraph extends Object implements Serializable-
Serialized Fields
-
allowOverwrite
boolean allowOverwrite
-
graph
@Nullable RootGraphImplementor<?> graph
-
semantic
@Nullable GraphSemantic semantic
-
-
-
Class org.hibernate.engine.spi.EntityKey
class EntityKey extends Object implements Serializable-
Serialized Fields
-
hashCode
int hashCode
-
identifier
Object identifier
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.engine.spi.EntityUniqueKey
class EntityUniqueKey extends Object implements Serializable-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.hibernate.engine.spi.ExecutableList
class ExecutableList extends Object implements Externalizable-
Serialization Methods
-
readExternal
Read this object state back in from the given stream as part of the deserialization process.- Parameters:
in- The stream from which to read our serial state- Throws:
IOExceptionClassNotFoundException
-
writeExternal
Write this list out to the given stream as part of serialization- Parameters:
oos- The stream to which to serialize our state- Throws:
IOException
-
-
-
Class org.hibernate.engine.spi.FilterDefinition
class FilterDefinition extends Object implements Serializable-
Serialized Fields
-
applyToLoadByKey
boolean applyToLoadByKey
-
autoEnabled
boolean autoEnabled
-
defaultFilterCondition
String defaultFilterCondition
-
explicitParamJaMappings
Map<String,
JdbcMapping> explicitParamJaMappings -
filterName
String filterName
-
parameterResolverMap
Map<String,
ManagedBean<? extends Supplier<?>>> parameterResolverMap
-
-
-
Class org.hibernate.engine.spi.LoadQueryInfluencers
class LoadQueryInfluencers extends Object implements Serializable-
Serialized Fields
-
batchSize
int batchSize
-
effectiveEntityGraph
EffectiveEntityGraph effectiveEntityGraph
-
enabledCascadingFetchProfile
CascadingFetchProfile enabledCascadingFetchProfile
-
enabledFetchProfileNames
@Nullable HashSet<String> enabledFetchProfileNames
-
enabledFilters
@Nullable TreeMap<String,
Filter> enabledFilters -
readOnly
Boolean readOnly
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
subselectFetchEnabled
boolean subselectFetchEnabled
-
-
-
Class org.hibernate.engine.spi.SessionDelegatorBaseImpl
class SessionDelegatorBaseImpl extends Object implements Serializable-
Serialized Fields
-
delegate
SessionImplementor delegate
-
-
-
Class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
class SessionFactoryDelegatingImpl extends Object implements Serializable-
Serialized Fields
-
delegate
SessionFactoryImplementor delegate
-
-
-
Class org.hibernate.engine.spi.SessionLazyDelegator
class SessionLazyDelegator extends Object implements Serializable -
Class org.hibernate.engine.spi.TypedValue
class TypedValue extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundExceptionIOException
-
-
Serialized Fields
-
-
-
Package org.hibernate.engine.transaction.jta.platform.spi
-
Exception Class org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
class JtaPlatformException extends HibernateException implements Serializable
-
-
Package org.hibernate.event.service.spi
-
Exception Class org.hibernate.event.service.spi.EventListenerRegistrationException
class EventListenerRegistrationException extends HibernateException implements Serializable
-
-
Package org.hibernate.event.spi
-
Class org.hibernate.event.spi.AbstractCollectionEvent
class AbstractCollectionEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
affectedOwner
Object affectedOwner
-
affectedOwnerEntityName
String affectedOwnerEntityName
-
affectedOwnerId
Object affectedOwnerId
-
collection
PersistentCollection<?> collection
-
-
-
Class org.hibernate.event.spi.AbstractDatabaseOperationEvent
class AbstractDatabaseOperationEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.AbstractEvent
class AbstractEvent extends Object implements Serializable-
Serialized Fields
-
session
EventSource session
-
-
-
Class org.hibernate.event.spi.AbstractPostDatabaseOperationEvent
class AbstractPostDatabaseOperationEvent extends AbstractDatabaseOperationEvent implements Serializable -
Class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
class AbstractPreDatabaseOperationEvent extends AbstractDatabaseOperationEvent implements Serializable -
Class org.hibernate.event.spi.AutoFlushEvent
class AutoFlushEvent extends FlushEvent implements Serializable -
Class org.hibernate.event.spi.ClearEvent
class ClearEvent extends AbstractEvent implements Serializable -
Class org.hibernate.event.spi.DeleteEvent
class DeleteEvent extends AbstractEvent implements Serializable -
Class org.hibernate.event.spi.DirtyCheckEvent
class DirtyCheckEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
dirty
boolean dirty
-
-
-
Class org.hibernate.event.spi.EvictEvent
class EvictEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
object
Object object
-
-
-
Class org.hibernate.event.spi.FlushEntityEvent
class FlushEntityEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
allowedToReuse
boolean allowedToReuse
-
databaseSnapshot
Object[] databaseSnapshot
-
dirtyCheckHandledByInterceptor
boolean dirtyCheckHandledByInterceptor
-
dirtyCheckPossible
boolean dirtyCheckPossible
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
entityEntry
EntityEntry entityEntry
-
hasDirtyCollection
boolean hasDirtyCollection
-
instanceGenerationId
int instanceGenerationId
-
propertyValues
Object[] propertyValues
-
-
-
Class org.hibernate.event.spi.FlushEvent
class FlushEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
numberOfCollectionsProcessed
int numberOfCollectionsProcessed
-
numberOfEntitiesProcessed
int numberOfEntitiesProcessed
-
-
-
Class org.hibernate.event.spi.InitializeCollectionEvent
class InitializeCollectionEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.LoadEvent
class LoadEvent extends AbstractEvent implements Serializable -
Class org.hibernate.event.spi.LockEvent
class LockEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entityName
String entityName
-
lockOptions
LockOptions lockOptions
-
object
Object object
-
-
-
Class org.hibernate.event.spi.MergeEvent
class MergeEvent extends AbstractEvent implements Serializable -
Class org.hibernate.event.spi.PersistEvent
class PersistEvent extends AbstractEvent implements Serializable -
Class org.hibernate.event.spi.PostCollectionRecreateEvent
class PostCollectionRecreateEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PostCollectionRemoveEvent
class PostCollectionRemoveEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PostCollectionUpdateEvent
class PostCollectionUpdateEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PostDeleteEvent
class PostDeleteEvent extends AbstractPostDatabaseOperationEvent implements Serializable-
Serialized Fields
-
deletedState
Object[] deletedState
-
-
-
Class org.hibernate.event.spi.PostInsertEvent
class PostInsertEvent extends AbstractPostDatabaseOperationEvent implements Serializable-
Serialized Fields
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PostLoadEvent
class PostLoadEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.PostUpdateEvent
class PostUpdateEvent extends AbstractPostDatabaseOperationEvent implements Serializable -
Class org.hibernate.event.spi.PostUpsertEvent
class PostUpsertEvent extends AbstractPostDatabaseOperationEvent implements Serializable-
Serialized Fields
-
dirtyProperties
int[] dirtyProperties
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PreCollectionRecreateEvent
class PreCollectionRecreateEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PreCollectionRemoveEvent
class PreCollectionRemoveEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PreCollectionUpdateEvent
class PreCollectionUpdateEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PreDeleteEvent
class PreDeleteEvent extends AbstractPreDatabaseOperationEvent implements Serializable-
Serialized Fields
-
deletedState
Object[] deletedState
-
-
-
Class org.hibernate.event.spi.PreInsertEvent
class PreInsertEvent extends AbstractPreDatabaseOperationEvent implements Serializable-
Serialized Fields
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PreLoadEvent
class PreLoadEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PreUpdateEvent
class PreUpdateEvent extends AbstractPreDatabaseOperationEvent implements Serializable -
Class org.hibernate.event.spi.PreUpsertEvent
class PreUpsertEvent extends AbstractPreDatabaseOperationEvent implements Serializable-
Serialized Fields
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.RefreshEvent
class RefreshEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entityName
String entityName
-
lockOptions
LockOptions lockOptions
-
object
Object object
-
-
-
Class org.hibernate.event.spi.ReplicateEvent
class ReplicateEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entityName
String entityName
-
object
Object object
-
replicationMode
ReplicationMode replicationMode
-
-
-
-
Package org.hibernate.exception
-
Exception Class org.hibernate.exception.AuthException
class AuthException extends JDBCException implements Serializable -
Exception Class org.hibernate.exception.ConstraintViolationException
class ConstraintViolationException extends JDBCException implements Serializable-
Serialized Fields
-
constraintName
@Nullable String constraintName
-
kind
ConstraintViolationException.ConstraintKind kind
-
-
-
Exception Class org.hibernate.exception.DataException
class DataException extends JDBCException implements Serializable -
Exception Class org.hibernate.exception.GenericJDBCException
class GenericJDBCException extends JDBCException implements Serializable -
Exception Class org.hibernate.exception.JDBCConnectionException
class JDBCConnectionException extends JDBCException implements Serializable -
Exception Class org.hibernate.exception.LockAcquisitionException
class LockAcquisitionException extends PessimisticLockException implements Serializable -
Exception Class org.hibernate.exception.LockTimeoutException
class LockTimeoutException extends LockAcquisitionException implements Serializable -
Exception Class org.hibernate.exception.SnapshotIsolationException
class SnapshotIsolationException extends JDBCException implements Serializable -
Exception Class org.hibernate.exception.SQLGrammarException
class SQLGrammarException extends JDBCException implements Serializable -
Exception Class org.hibernate.exception.TransactionSerializationException
class TransactionSerializationException extends JDBCException implements Serializable
-
-
Package org.hibernate.exception.spi
-
Package org.hibernate.generator
-
Class org.hibernate.generator.Assigned
class Assigned extends Object implements Serializable
-
-
Package org.hibernate.graph
-
Exception Class org.hibernate.graph.CannotBecomeEntityGraphException
class CannotBecomeEntityGraphException extends HibernateException implements Serializable -
Exception Class org.hibernate.graph.CannotContainSubGraphException
class CannotContainSubGraphException extends HibernateException implements Serializable -
Exception Class org.hibernate.graph.InvalidGraphException
class InvalidGraphException extends HibernateException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.id
-
Class org.hibernate.id.AbstractPostInsertGenerator
class AbstractPostInsertGenerator extends Object implements Serializable -
Class org.hibernate.id.AbstractUUIDGenerator
class AbstractUUIDGenerator extends Object implements Serializable -
Class org.hibernate.id.Assigned
class Assigned extends Assigned implements Serializable -
Class org.hibernate.id.CompositeNestedGeneratedValueGenerator
class CompositeNestedGeneratedValueGenerator extends Object implements Serializable-
Serialized Fields
-
compositeType
CompositeType compositeType
-
generationContextLocator
CompositeNestedGeneratedValueGenerator.GenerationContextLocator generationContextLocator
-
generationPlans
List<CompositeNestedGeneratedValueGenerator.GenerationPlan> generationPlans
-
-
-
Class org.hibernate.id.ForeignGenerator
class ForeignGenerator extends Object implements Serializable -
Class org.hibernate.id.GUIDGenerator
class GUIDGenerator extends Object implements Serializable -
Exception Class org.hibernate.id.IdentifierGenerationException
class IdentifierGenerationException extends HibernateException implements Serializable -
Class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
class BasicHolder extends Object implements Serializable-
Serialized Fields
-
exactType
Class<?> exactType
-
value
long value
-
-
-
Class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
class BigDecimalHolder extends Object implements Serializable-
Serialized Fields
-
value
BigDecimal value
-
-
-
Class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
class BigIntegerHolder extends Object implements Serializable-
Serialized Fields
-
value
BigInteger value
-
-
-
Class org.hibernate.id.IdentityGenerator
class IdentityGenerator extends Object implements Serializable -
Class org.hibernate.id.IncrementGenerator
class IncrementGenerator extends Object implements Serializable-
Serialized Fields
-
column
String column
-
physicalTableNames
List<QualifiedTableName> physicalTableNames
-
previousValueHolder
IntegralDataTypeHolder previousValueHolder
-
returnClass
Class<?> returnClass
-
sql
String sql
-
-
-
Class org.hibernate.id.NativeGenerator
class NativeGenerator extends Object implements Serializable-
Serialized Fields
-
annotation
NativeGenerator annotation
-
dialectNativeGenerator
Generator dialectNativeGenerator
-
generationType
GenerationType generationType
-
-
-
Class org.hibernate.id.SelectGenerator
class SelectGenerator extends Object implements Serializable-
Serialized Fields
-
uniqueKeyPropertyName
String uniqueKeyPropertyName
-
-
-
Class org.hibernate.id.UUIDGenerator
class UUIDGenerator extends Object implements Serializable-
Serialized Fields
-
strategy
UUIDGenerationStrategy strategy
Deprecated. -
valueTransformer
UUIDJavaType.ValueTransformer valueTransformer
Deprecated.
-
-
-
Class org.hibernate.id.UUIDHexGenerator
class UUIDHexGenerator extends AbstractUUIDGenerator implements Serializable-
Serialized Fields
-
sep
String sep
Deprecated.
-
-
-
-
Package org.hibernate.id.enhanced
-
Class org.hibernate.id.enhanced.SequenceGeneratorLogger_$logger
class SequenceGeneratorLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.id.enhanced.SequenceStyleGenerator
class SequenceStyleGenerator extends Object implements Serializable-
Serialized Fields
-
databaseStructure
DatabaseStructure databaseStructure
-
identifierType
Type identifierType
-
optimizer
Optimizer optimizer
-
options
String options
-
-
-
Class org.hibernate.id.enhanced.TableGenerator
class TableGenerator extends Object implements Serializable-
Serialized Fields
-
accessCount
long accessCount
-
contributor
String contributor
-
identifierType
Type identifierType
-
incrementSize
int incrementSize
-
initialValue
int initialValue
-
insertQuery
String insertQuery
-
optimizer
Optimizer optimizer
-
options
String options
-
physicalTableName
QualifiedName physicalTableName
-
qualifiedTableName
QualifiedName qualifiedTableName
-
segmentColumnName
String segmentColumnName
-
segmentValue
String segmentValue
-
segmentValueLength
int segmentValueLength
-
selectQuery
String selectQuery
-
storeLastUsedValue
boolean storeLastUsedValue
-
updateQuery
String updateQuery
-
valueColumnName
String valueColumnName
-
-
-
Class org.hibernate.id.enhanced.TableGeneratorLogger_$logger
class TableGeneratorLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.id.uuid
-
Class org.hibernate.id.uuid.CustomVersionOneStrategy
class CustomVersionOneStrategy extends Object implements Serializable-
Serialized Fields
-
mostSignificantBits
long mostSignificantBits
-
-
-
Class org.hibernate.id.uuid.StandardRandomStrategy
class StandardRandomStrategy extends Object implements Serializable -
Class org.hibernate.id.uuid.UuidGenerator
class UuidGenerator extends Object implements Serializable-
Serialized Fields
-
generator
UuidValueGenerator generator
-
valueTransformer
UUIDJavaType.ValueTransformer valueTransformer
-
-
-
Class org.hibernate.id.uuid.UuidVersion6Strategy
class UuidVersion6Strategy extends Object implements Serializable-
Serialized Fields
-
lastState
AtomicReference<org.hibernate.id.uuid.UuidVersion6Strategy.State> lastState
-
-
-
Class org.hibernate.id.uuid.UuidVersion7Strategy
class UuidVersion7Strategy extends Object implements Serializable-
Serialized Fields
-
lastState
AtomicReference<UuidVersion7Strategy.State> lastState
-
-
-
-
Package org.hibernate.integrator.spi
-
Package org.hibernate.jdbc
-
Exception Class org.hibernate.jdbc.BatchedTooManyRowsAffectedException
class BatchedTooManyRowsAffectedException extends TooManyRowsAffectedException implements Serializable-
Serialized Fields
-
batchPosition
int batchPosition
-
-
-
Exception Class org.hibernate.jdbc.BatchFailedException
class BatchFailedException extends HibernateException implements Serializable -
Exception Class org.hibernate.jdbc.TooManyRowsAffectedException
class TooManyRowsAffectedException extends HibernateException implements Serializable-
Serialized Fields
-
actualRowCount
int actualRowCount
-
expectedRowCount
int expectedRowCount
-
-
-
-
Package org.hibernate.jpa.event.spi
-
Package org.hibernate.jpa.spi
-
Class org.hibernate.jpa.spi.NativeQueryTupleTransformer
class NativeQueryTupleTransformer extends Object implements Serializable
-
-
Package org.hibernate.loader
-
Exception Class org.hibernate.loader.MultipleBagFetchException
class MultipleBagFetchException extends HibernateException implements Serializable-
Serialized Fields
-
bagRoles
List bagRoles
-
-
-
Exception Class org.hibernate.loader.NonUniqueDiscoveredSqlAliasException
class NonUniqueDiscoveredSqlAliasException extends HibernateException implements Serializable
-
-
Package org.hibernate.loader.ast.spi
-
Package org.hibernate.mapping
-
Class org.hibernate.mapping.AbstractUserDefinedType
class AbstractUserDefinedType extends Object implements Serializable-
Serialized Fields
-
catalog
Identifier catalog
-
contributor
String contributor
-
name
Identifier name
-
schema
Identifier schema
-
-
-
Class org.hibernate.mapping.AggregateColumn
class AggregateColumn extends Column implements Serializable-
Serialized Fields
-
component
Component component
-
-
-
Class org.hibernate.mapping.Any
class Any extends SimpleValue implements Serializable-
Serialized Fields
-
discriminatorDescriptor
BasicValue discriminatorDescriptor
-
implicitValueStrategy
ImplicitDiscriminatorStrategy implicitValueStrategy
-
keyDescriptor
BasicValue keyDescriptor
-
keyMapping
SimpleValue keyMapping
-
lazy
boolean lazy
-
metaMapping
Any.MetaValue metaMapping
-
metaValueToEntityNameMap
Map<Object,
String> metaValueToEntityNameMap -
resolvedType
AnyType resolvedType
-
-
-
Class org.hibernate.mapping.Any.KeyValue
class KeyValue extends SimpleValue implements Serializable-
Serialized Fields
-
selectableConsumer
Consumer<Selectable> selectableConsumer
-
typeName
String typeName
-
-
-
Class org.hibernate.mapping.Any.MetaValue
class MetaValue extends SimpleValue implements Serializable-
Serialized Fields
-
columnName
String columnName
-
selectableConsumer
Consumer<Selectable> selectableConsumer
-
typeName
String typeName
-
-
-
Class org.hibernate.mapping.Array
class Array extends List implements Serializable-
Serialized Fields
-
elementClassName
String elementClassName
-
-
-
Class org.hibernate.mapping.Backref
class Backref extends Property implements Serializable-
Serialized Fields
-
collectionRole
String collectionRole
-
entityName
String entityName
-
propertyAccessStrategy
PropertyAccessStrategy propertyAccessStrategy
-
-
-
Class org.hibernate.mapping.Bag
class Bag extends Collection implements Serializable -
Class org.hibernate.mapping.BasicValue
class BasicValue extends SimpleValue implements Serializable-
Serialized Fields
-
aggregateColumn
AggregateColumn aggregateColumn
-
enumerationStyle
EnumType enumerationStyle
-
explicitJavaTypeAccess
Function<TypeConfiguration,
BasicJavaType<?>> explicitJavaTypeAccess -
explicitJdbcTypeAccess
Function<TypeConfiguration,
JdbcType> explicitJdbcTypeAccess -
explicitLocalTypeParams
Map<String,
String> explicitLocalTypeParams -
explicitMutabilityPlanAccess
Function<TypeConfiguration,
MutabilityPlan<?>> explicitMutabilityPlanAccess -
explicitTypeName
String explicitTypeName
-
implicitJavaTypeAccess
Function<TypeConfiguration,
Type> implicitJavaTypeAccess -
isSoftDelete
boolean isSoftDelete
-
ownerName
String ownerName
-
propertyName
String propertyName
-
resolvedJavaType
Type resolvedJavaType
-
softDeleteStrategy
SoftDeleteType softDeleteStrategy
-
temporalPrecision
TemporalType temporalPrecision
-
timeZoneStorageType
TimeZoneStorageType timeZoneStorageType
-
-
-
Class org.hibernate.mapping.Collection
class Collection extends Object implements Serializable-
Serialized Fields
-
batchSize
int batchSize
-
buildingContext
MetadataBuildingContext buildingContext
-
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
-
cachedCollectionSemantics
CollectionSemantics<?,
?> cachedCollectionSemantics -
cachedCollectionType
CollectionType cachedCollectionType
-
cacheRegionName
String cacheRegionName
-
collectionTable
Table collectionTable
-
comparator
Comparator<?> comparator
-
comparatorClassName
String comparatorClassName
-
customDeleteAllCallable
boolean customDeleteAllCallable
-
customDeleteCallable
boolean customDeleteCallable
-
customInsertCallable
boolean customInsertCallable
-
customSQLDelete
String customSQLDelete
-
customSQLDeleteAll
String customSQLDeleteAll
-
customSQLInsert
String customSQLInsert
-
customSQLUpdate
String customSQLUpdate
-
customTypeBeanResolver
Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver
-
customUpdateCallable
boolean customUpdateCallable
-
deleteAllCheckStyle
ExecuteUpdateResultCheckStyle deleteAllCheckStyle
-
deleteAllExpectation
Supplier<? extends Expectation> deleteAllExpectation
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
deleteExpectation
Supplier<? extends Expectation> deleteExpectation
-
element
Value element
-
extraLazy
boolean extraLazy
-
fetchMode
FetchMode fetchMode
-
filters
List<org.hibernate.internal.FilterConfiguration> filters
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
insertExpectation
Supplier<? extends Expectation> insertExpectation
-
inverse
boolean inverse
-
key
KeyValue key
-
lazy
boolean lazy
-
loaderName
String loaderName
-
manyToManyFilters
List<org.hibernate.internal.FilterConfiguration> manyToManyFilters
-
manyToManyOrderBy
String manyToManyOrderBy
-
manyToManyWhere
String manyToManyWhere
-
mappedByProperty
String mappedByProperty
-
mutable
boolean mutable
-
optimisticLocked
boolean optimisticLocked
-
orderBy
String orderBy
-
orphanDelete
boolean orphanDelete
-
owner
PersistentClass owner
-
queryCacheLayout
CacheLayout queryCacheLayout
-
referencedPropertyName
String referencedPropertyName
-
role
String role
-
softDeleteColumn
Column softDeleteColumn
-
softDeleteStrategy
SoftDeleteType softDeleteStrategy
-
sorted
boolean sorted
-
subselectLoadable
boolean subselectLoadable
-
synchronizedTables
Set<String> synchronizedTables
-
typeName
String typeName
-
typeParameters
Properties typeParameters
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
updateExpectation
Supplier<? extends Expectation> updateExpectation
-
where
String where
-
-
-
Class org.hibernate.mapping.Column
class Column extends Object implements Serializable-
Serialized Fields
-
arrayLength
Integer arrayLength
-
assignmentExpression
String assignmentExpression
-
checkConstraints
List<CheckConstraint> checkConstraints
-
collation
String collation
-
columnSize
Size columnSize
-
comment
String comment
-
customRead
String customRead
-
customWrite
String customWrite
-
defaultValue
String defaultValue
-
explicit
boolean explicit
-
generatedAs
String generatedAs
-
identity
boolean identity
-
length
Long length
-
name
String name
-
nullable
boolean nullable
-
options
String options
-
precision
Integer precision
-
quoted
boolean quoted
-
scale
Integer scale
-
sqlTypeCode
Integer sqlTypeCode
-
sqlTypeLob
Boolean sqlTypeLob
-
sqlTypeName
String sqlTypeName
-
temporalPrecision
Integer temporalPrecision
-
typeIndex
int typeIndex
-
unique
boolean unique
-
uniqueInteger
int uniqueInteger
-
uniqueKeyName
String uniqueKeyName
-
value
Value value
-
-
-
Class org.hibernate.mapping.Component
class Component extends SimpleValue implements Serializable-
Serialized Fields
-
aggregateColumn
AggregateColumn aggregateColumn
-
columnNamingPattern
String columnNamingPattern
-
componentClassName
String componentClassName
-
customInstantiator
Class<? extends EmbeddableInstantiator> customInstantiator
-
discriminator
Value discriminator
-
discriminatorValues
Map<Object,
String> discriminatorValues -
dynamic
boolean dynamic
-
embedded
boolean embedded
-
instantiator
Constructor<?> instantiator
-
instantiatorPropertyNames
String[] instantiatorPropertyNames
-
isKey
boolean isKey
-
mappedSuperclass
MappedSuperclass mappedSuperclass
-
metaAttributes
Map<String,
MetaAttribute> metaAttributes -
originalPropertyOrder
int[] originalPropertyOrder
-
owner
PersistentClass owner
-
parentAggregateColumn
AggregateColumn parentAggregateColumn
-
parentProperty
String parentProperty
-
properties
ArrayList<Property> properties
-
propertyDeclaringClasses
Map<Property,
String> propertyDeclaringClasses -
roleName
String roleName
-
structColumnNames
String[] structColumnNames
-
structName
QualifiedName structName
-
subclassToSuperclass
Map<String,
String> subclassToSuperclass
-
-
-
Class org.hibernate.mapping.Constraint
class Constraint extends Object implements Serializable -
Class org.hibernate.mapping.DenormalizedTable
class DenormalizedTable extends Table implements Serializable -
Class org.hibernate.mapping.DependantBasicValue
class DependantBasicValue extends BasicValue implements Serializable-
Serialized Fields
-
nullable
boolean nullable
-
referencedValue
BasicValue referencedValue
-
updateable
boolean updateable
-
-
-
Class org.hibernate.mapping.DependantValue
class DependantValue extends SimpleValue implements Serializable-
Serialized Fields
-
nullable
boolean nullable
-
sorted
boolean sorted
-
updateable
boolean updateable
-
wrappedValue
KeyValue wrappedValue
-
-
-
Class org.hibernate.mapping.ForeignKey
class ForeignKey extends Constraint implements Serializable -
Class org.hibernate.mapping.Formula
class Formula extends Object implements Serializable-
Serialized Fields
-
formula
String formula
-
uniqueInteger
int uniqueInteger
-
-
-
Class org.hibernate.mapping.IdentifierBag
class IdentifierBag extends IdentifierCollection implements Serializable -
Class org.hibernate.mapping.IdentifierCollection
class IdentifierCollection extends Collection implements Serializable-
Serialized Fields
-
identifier
KeyValue identifier
-
-
-
Class org.hibernate.mapping.Index
class Index extends Object implements Serializable-
Serialized Fields
-
name
Identifier name
-
options
String options
-
selectableOrderMap
Map<Selectable,
String> selectableOrderMap -
selectables
List<Selectable> selectables
-
table
Table table
-
unique
boolean unique
-
-
-
Class org.hibernate.mapping.IndexBackref
class IndexBackref extends Property implements Serializable-
Serialized Fields
-
accessStrategy
PropertyAccessStrategy accessStrategy
-
collectionRole
String collectionRole
-
entityName
String entityName
-
-
-
Class org.hibernate.mapping.IndexedCollection
class IndexedCollection extends Collection implements Serializable-
Serialized Fields
-
index
Value index
-
-
-
Class org.hibernate.mapping.Join
class Join extends Object implements Serializable-
Serialized Fields
-
customDeleteCallable
boolean customDeleteCallable
-
customInsertCallable
boolean customInsertCallable
-
customSQLDelete
String customSQLDelete
-
customSQLInsert
String customSQLInsert
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
declaredProperties
ArrayList<Property> declaredProperties
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
deleteExpectation
Supplier<? extends Expectation> deleteExpectation
-
disableForeignKeyCreation
boolean disableForeignKeyCreation
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
insertExpectation
Supplier<? extends Expectation> insertExpectation
-
inverse
boolean inverse
-
key
KeyValue key
-
optional
boolean optional
-
persistentClass
PersistentClass persistentClass
-
properties
ArrayList<Property> properties
-
table
Table table
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
updateExpectation
Supplier<? extends Expectation> updateExpectation
-
-
-
Class org.hibernate.mapping.JoinedSubclass
class JoinedSubclass extends Subclass implements Serializable -
Class org.hibernate.mapping.List
class List extends IndexedCollection implements Serializable-
Serialized Fields
-
baseIndex
int baseIndex
-
-
-
Class org.hibernate.mapping.ManyToOne
class ManyToOne extends ToOne implements Serializable-
Serialized Fields
-
isLogicalOneToOne
boolean isLogicalOneToOne
-
notFoundAction
NotFoundAction notFoundAction
-
-
-
Class org.hibernate.mapping.Map
class Map extends IndexedCollection implements Serializable-
Serialized Fields
-
hasMapKeyProperty
boolean hasMapKeyProperty
-
mapKeyPropertyName
String mapKeyPropertyName
-
-
-
Class org.hibernate.mapping.MetaAttribute
class MetaAttribute extends Object implements Serializable -
Class org.hibernate.mapping.OneToMany
class OneToMany extends Object implements Serializable-
Serialized Fields
-
associatedClass
PersistentClass associatedClass
-
buildingContext
MetadataBuildingContext buildingContext
-
notFoundAction
NotFoundAction notFoundAction
-
referencedEntityName
String referencedEntityName
-
referencingTable
Table referencingTable
-
-
-
Class org.hibernate.mapping.OneToOne
class OneToOne extends ToOne implements Serializable-
Serialized Fields
-
constrained
boolean constrained
-
entityName
String entityName
-
foreignKeyType
ForeignKeyDirection foreignKeyType
-
identifier
KeyValue identifier
-
mappedByProperty
String mappedByProperty
-
propertyName
String propertyName
-
-
-
Class org.hibernate.mapping.PersistentClass
class PersistentClass extends Object implements Serializable-
Serialized Fields
-
batchSize
int batchSize
-
callbackDefinitions
List<CallbackDefinition> callbackDefinitions
-
checkConstraints
List<CheckConstraint> checkConstraints
-
className
String className
-
contributor
String contributor
-
customDeleteCallable
boolean customDeleteCallable
-
customInsertCallable
boolean customInsertCallable
-
customSQLDelete
String customSQLDelete
-
customSQLInsert
String customSQLInsert
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
declaredIdentifierMapper
Component declaredIdentifierMapper
-
declaredProperties
List<Property> declaredProperties
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
deleteExpectation
Supplier<? extends Expectation> deleteExpectation
-
discriminatorValue
String discriminatorValue
-
dynamicInsert
boolean dynamicInsert
-
dynamicUpdate
boolean dynamicUpdate
-
entityName
String entityName
-
filters
List<org.hibernate.internal.FilterConfiguration> filters
-
hasNaturalId
Boolean hasNaturalId
-
hasSubselectLoadableCollections
boolean hasSubselectLoadableCollections
-
identifierMapper
Component identifierMapper
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
insertExpectation
Supplier<? extends Expectation> insertExpectation
-
isAbstract
Boolean isAbstract
-
isCached
boolean isCached
-
joins
List<Join> joins
-
jpaEntityName
String jpaEntityName
-
lazy
boolean lazy
-
loaderName
String loaderName
-
metaAttributes
Map<String,
MetaAttribute> metaAttributes -
metadataBuildingContext
MetadataBuildingContext metadataBuildingContext
-
optimisticLockStyle
OptimisticLockStyle optimisticLockStyle
-
properties
List<Property> properties
-
proxyInterfaceName
String proxyInterfaceName
-
queryCacheLayout
CacheLayout queryCacheLayout
-
selectBeforeUpdate
boolean selectBeforeUpdate
-
subclasses
List<Subclass> subclasses
-
subclassJoins
List<Join> subclassJoins
-
subclassProperties
List<Property> subclassProperties
-
subclassTables
List<Table> subclassTables
-
superMappedSuperclass
MappedSuperclass superMappedSuperclass
-
synchronizedTables
Set<String> synchronizedTables
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
updateExpectation
Supplier<? extends Expectation> updateExpectation
-
-
-
Class org.hibernate.mapping.PrimaryKey
class PrimaryKey extends Constraint implements Serializable-
Serialized Fields
-
orderingUniqueKey
UniqueKey orderingUniqueKey
-
originalOrder
int[] originalOrder
-
-
-
Class org.hibernate.mapping.PrimitiveArray
class PrimitiveArray extends Array implements Serializable -
Class org.hibernate.mapping.Property
class Property extends Object implements Serializable-
Serialized Fields
-
callbackDefinitions
List<CallbackDefinition> callbackDefinitions
-
cascade
String cascade
-
generatorCreator
GeneratorCreator generatorCreator
-
insertable
boolean insertable
-
isGeneric
boolean isGeneric
-
lazy
boolean lazy
-
lazyGroup
String lazyGroup
-
lob
boolean lob
-
metaAttributes
Map<String,
MetaAttribute> metaAttributes -
name
String name
-
naturalIdentifier
boolean naturalIdentifier
-
optimisticLocked
boolean optimisticLocked
-
optional
boolean optional
-
persistentClass
PersistentClass persistentClass
-
propertyAccessorName
String propertyAccessorName
-
propertyAccessStrategy
PropertyAccessStrategy propertyAccessStrategy
-
returnedClassName
String returnedClassName
-
selectable
boolean selectable
-
updateable
boolean updateable
-
value
Value value
-
-
-
Class org.hibernate.mapping.RootClass
class RootClass extends PersistentClass implements Serializable-
Serialized Fields
-
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
-
cacheRegionName
String cacheRegionName
-
concreteProxy
boolean concreteProxy
-
declaredIdentifierProperty
Property declaredIdentifierProperty
-
declaredVersion
Property declaredVersion
-
discriminator
Value discriminator
-
discriminatorInsertable
boolean discriminatorInsertable
-
embeddedIdentifier
boolean embeddedIdentifier
-
forceDiscriminator
boolean forceDiscriminator
-
identifier
KeyValue identifier
-
identifierProperty
Property identifierProperty
-
lazyPropertiesCacheable
boolean lazyPropertiesCacheable
-
mutable
boolean mutable
-
naturalIdCacheRegionName
String naturalIdCacheRegionName
-
nextSubclassId
int nextSubclassId
-
polymorphic
boolean polymorphic
-
softDeleteColumn
Column softDeleteColumn
-
softDeleteStrategy
SoftDeleteType softDeleteStrategy
-
table
Table table
-
version
Property version
-
where
String where
-
-
-
Class org.hibernate.mapping.Set
class Set extends Collection implements Serializable -
Class org.hibernate.mapping.SimpleValue
class SimpleValue extends Object implements Serializable-
Serialized Fields
-
alternateUniqueKey
boolean alternateUniqueKey
-
attributeConverterDescriptor
ConverterDescriptor<?,
?> attributeConverterDescriptor -
buildingContext
MetadataBuildingContext buildingContext
-
columns
List<Selectable> columns
-
customIdGeneratorCreator
GeneratorCreator customIdGeneratorCreator
-
foreignKeyDefinition
String foreignKeyDefinition
-
foreignKeyEnabled
boolean foreignKeyEnabled
-
foreignKeyName
String foreignKeyName
-
foreignKeyOptions
String foreignKeyOptions
-
insertability
List<Boolean> insertability
-
isLob
boolean isLob
-
isNationalized
boolean isNationalized
-
isVersion
boolean isVersion
-
metadata
MetadataImplementor metadata
-
nullValue
String nullValue
-
nullValueSemantic
KeyValue.NullValueSemantic nullValueSemantic
-
onDeleteAction
OnDeleteAction onDeleteAction
-
partitionKey
boolean partitionKey
-
table
Table table
-
type
Type type
-
typeName
String typeName
-
typeParameters
Properties typeParameters
-
updatability
List<Boolean> updatability
-
-
-
Class org.hibernate.mapping.SingleTableSubclass
class SingleTableSubclass extends Subclass implements Serializable -
Class org.hibernate.mapping.Subclass
class Subclass extends PersistentClass implements Serializable-
Serialized Fields
-
subclassId
int subclassId
-
superclass
PersistentClass superclass
-
-
-
Class org.hibernate.mapping.SyntheticProperty
class SyntheticProperty extends Property implements Serializable -
Class org.hibernate.mapping.Table
class Table extends Object implements Serializable-
Serialized Fields
-
catalog
Identifier catalog
-
checkConstraints
List<CheckConstraint> checkConstraints
-
columns
Map<String,
Column> columns contains all columns, including the primary key -
comment
String comment
-
contributor
String contributor
-
foreignKeys
Map<Table.ForeignKeyKey,
ForeignKey> foreignKeys -
hasDenormalizedTables
boolean hasDenormalizedTables
-
indexes
Map<String,
Index> indexes -
initCommandProducers
List<Function<SqlStringGenerationContext,
InitCommand>> initCommandProducers -
isAbstract
boolean isAbstract
-
name
Identifier name
-
options
String options
-
primaryKey
PrimaryKey primaryKey
-
rowId
String rowId
-
schema
Identifier schema
-
sizeOfUniqueKeyMapOnLastCleanse
int sizeOfUniqueKeyMapOnLastCleanse
-
subselect
String subselect
-
uniqueInteger
int uniqueInteger
-
uniqueKeys
Map<String,
UniqueKey> uniqueKeys -
viewQuery
String viewQuery
-
-
-
Class org.hibernate.mapping.Table.ForeignKeyKey
class ForeignKeyKey extends Object implements Serializable -
Class org.hibernate.mapping.ToOne
class ToOne extends SimpleValue implements Serializable-
Serialized Fields
-
fetchMode
FetchMode fetchMode
-
lazy
boolean lazy
-
propertyName
String propertyName
-
referencedEntityName
String referencedEntityName
-
referencedPropertyName
String referencedPropertyName
-
referenceToPrimaryKey
boolean referenceToPrimaryKey
-
sorted
boolean sorted
-
unwrapProxy
boolean unwrapProxy
-
unwrapProxyImplicit
boolean unwrapProxyImplicit
-
-
-
Class org.hibernate.mapping.UnionSubclass
class UnionSubclass extends Subclass implements Serializable-
Serialized Fields
-
table
Table table
-
-
-
Class org.hibernate.mapping.UniqueKey
class UniqueKey extends Constraint implements Serializable -
Class org.hibernate.mapping.UserDefinedArrayType
class UserDefinedArrayType extends AbstractUserDefinedType implements Serializable -
Class org.hibernate.mapping.UserDefinedObjectType
class UserDefinedObjectType extends AbstractUserDefinedType implements Serializable
-
-
Package org.hibernate.metamodel
-
Exception Class org.hibernate.metamodel.UnsupportedMappingException
class UnsupportedMappingException extends HibernateException implements Serializable
-
-
Package org.hibernate.metamodel.mapping
-
Class org.hibernate.metamodel.mapping.MappingModelCreationLogging_$logger
class MappingModelCreationLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.metamodel.mapping.SelectablePath
class SelectablePath extends Object implements Serializable-
Serialized Fields
-
index
int index
-
name
String name
-
parent
SelectablePath parent
-
-
-
-
Package org.hibernate.metamodel.mapping.ordering.ast
-
Exception Class org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation
class OrderByComplianceViolation extends HibernateException implements Serializable -
Exception Class org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException
class PathResolutionException extends HibernateException implements Serializable
-
-
Package org.hibernate.metamodel.model.domain
-
Package org.hibernate.persister.entity
-
Class org.hibernate.persister.entity.DiscriminatorType
class DiscriminatorType extends AbstractType implements Serializable-
Serialized Fields
-
converter
DiscriminatorConverter converter
Deprecated, for removal: This API element is subject to removal in a future version. -
persister
EntityPersister persister
Deprecated, for removal: This API element is subject to removal in a future version. -
underlyingType
BasicType<Object> underlyingType
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
-
Package org.hibernate.persister.spi
-
Exception Class org.hibernate.persister.spi.UnknownPersisterException
class UnknownPersisterException extends HibernateException implements Serializable
-
-
Package org.hibernate.procedure
-
Exception Class org.hibernate.procedure.NamedParametersNotSupportedException
class NamedParametersNotSupportedException extends HibernateException implements Serializable -
Exception Class org.hibernate.procedure.NoSuchParameterException
class NoSuchParameterException extends HibernateException implements Serializable -
Exception Class org.hibernate.procedure.ParameterMisuseException
class ParameterMisuseException extends HibernateException implements Serializable -
Exception Class org.hibernate.procedure.ParameterStrategyException
class ParameterStrategyException extends HibernateException implements Serializable -
Exception Class org.hibernate.procedure.ParameterTypeException
class ParameterTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.property.access.spi
-
Class org.hibernate.property.access.spi.EnhancedGetterFieldImpl
class EnhancedGetterFieldImpl extends GetterFieldImpl implements Serializable -
Class org.hibernate.property.access.spi.EnhancedSetterImpl
class EnhancedSetterImpl extends SetterFieldImpl implements Serializable-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
enhancementState
int enhancementState
-
propertyName
String propertyName
-
-
-
Class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
class EnhancedSetterMethodImpl extends SetterMethodImpl implements Serializable-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
enhancementState
int enhancementState
-
propertyName
String propertyName
-
-
-
Class org.hibernate.property.access.spi.GetterFieldImpl
class GetterFieldImpl extends Object implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Class org.hibernate.property.access.spi.GetterMethodImpl
class GetterMethodImpl extends Object implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Exception Class org.hibernate.property.access.spi.PropertyAccessBuildingException
class PropertyAccessBuildingException extends HibernateException implements Serializable -
Exception Class org.hibernate.property.access.spi.PropertyAccessException
class PropertyAccessException extends HibernateException implements Serializable -
Exception Class org.hibernate.property.access.spi.PropertyAccessSerializationException
class PropertyAccessSerializationException extends HibernateException implements Serializable -
Class org.hibernate.property.access.spi.SetterFieldImpl
class SetterFieldImpl extends Object implements Serializable -
Class org.hibernate.property.access.spi.SetterMethodImpl
class SetterMethodImpl extends Object implements Serializable
-
-
Package org.hibernate.proxy
-
Class org.hibernate.proxy.AbstractSerializableProxy
class AbstractSerializableProxy extends Object implements Serializable
-
-
Package org.hibernate.proxy.map
-
Class org.hibernate.proxy.map.MapLazyInitializer
class MapLazyInitializer extends AbstractLazyInitializer implements Serializable -
Class org.hibernate.proxy.map.MapProxy
class MapProxy extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
li
MapLazyInitializer li
-
replacement
Object replacement
-
-
-
Class org.hibernate.proxy.map.SerializableMapProxy
class SerializableMapProxy extends AbstractSerializableProxy implements Serializable-
Serialization Methods
-
readResolve
-
-
-
-
Package org.hibernate.proxy.pojo.bytebuddy
-
Class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
class ByteBuddyProxyFactory extends Object implements Serializable-
Serialized Fields
-
byteBuddyProxyHelper
ByteBuddyProxyHelper byteBuddyProxyHelper
-
componentIdType
CompositeType componentIdType
-
entityName
String entityName
-
getIdentifierMethod
Method getIdentifierMethod
-
interfaces
Class<?>[] interfaces
-
overridesEquals
boolean overridesEquals
-
persistentClass
Class<?> persistentClass
-
proxyClass
Class<?> proxyClass
-
setIdentifierMethod
Method setIdentifierMethod
-
-
-
Class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
class ByteBuddyProxyHelper extends Object implements Serializable-
Serialized Fields
-
byteBuddyState
org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState byteBuddyState
-
-
-
Class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
class SerializableProxy extends AbstractSerializableProxy implements Serializable-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
componentIdType
CompositeType componentIdType
-
identifierGetterMethodClass
Class<?> identifierGetterMethodClass
-
identifierGetterMethodName
String identifierGetterMethodName
-
identifierSetterMethodClass
Class<?> identifierSetterMethodClass
-
identifierSetterMethodName
String identifierSetterMethodName
-
identifierSetterMethodParams
Class<?>[] identifierSetterMethodParams
-
interfaces
Class<?>[] interfaces
-
persistentClass
Class<?> persistentClass
-
-
-
-
Package org.hibernate.query
-
Exception Class org.hibernate.query.IllegalMutationQueryException
class IllegalMutationQueryException extends IllegalQueryOperationException implements Serializable -
Exception Class org.hibernate.query.IllegalNamedQueryOptionsException
class IllegalNamedQueryOptionsException extends QueryException implements Serializable -
Exception Class org.hibernate.query.IllegalQueryOperationException
class IllegalQueryOperationException extends QueryException implements Serializable -
Exception Class org.hibernate.query.IllegalSelectQueryException
class IllegalSelectQueryException extends IllegalQueryOperationException implements Serializable -
Exception Class org.hibernate.query.NamedQueryValidationException
class NamedQueryValidationException extends QueryException implements Serializable-
Serialized Fields
-
errors
Map<String,
HibernateException> errors
-
-
-
Exception Class org.hibernate.query.NotIndexedCollectionException
class NotIndexedCollectionException extends SemanticException implements Serializable -
Exception Class org.hibernate.query.ParameterLabelException
class ParameterLabelException extends SemanticException implements Serializable -
Exception Class org.hibernate.query.PathException
class PathException extends SemanticException implements Serializable -
Exception Class org.hibernate.query.QueryArgumentException
class QueryArgumentException extends IllegalArgumentException implements Serializable -
Class org.hibernate.query.QueryLogging_$logger
class QueryLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.hibernate.query.QueryTypeMismatchException
class QueryTypeMismatchException extends HibernateException implements Serializable -
Exception Class org.hibernate.query.SemanticException
class SemanticException extends QueryException implements Serializable -
Exception Class org.hibernate.query.SyntaxException
class SyntaxException extends QueryException implements Serializable -
Exception Class org.hibernate.query.UnknownNamedQueryException
class UnknownNamedQueryException extends QueryException implements Serializable -
Exception Class org.hibernate.query.UnknownParameterException
class UnknownParameterException extends HibernateException implements Serializable -
Exception Class org.hibernate.query.UnknownSqlResultSetMappingException
class UnknownSqlResultSetMappingException extends MappingException implements Serializable-
Serialized Fields
-
unknownSqlResultSetMappingName
String unknownSqlResultSetMappingName
-
-
-
-
Package org.hibernate.query.criteria
-
Class org.hibernate.query.criteria.CriteriaDefinition
class CriteriaDefinition extends HibernateCriteriaBuilderDelegate implements Serializable-
Serialized Fields
-
query
JpaCriteriaQuery<R> query
-
-
-
-
Package org.hibernate.query.criteria.spi
-
Package org.hibernate.query.hql
-
Exception Class org.hibernate.query.hql.HqlInterpretationException
class HqlInterpretationException extends HibernateException implements Serializable -
Class org.hibernate.query.hql.HqlLogging_$logger
class HqlLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.query.results
-
Exception Class org.hibernate.query.results.MissingSqlSelectionException
class MissingSqlSelectionException extends HibernateException implements Serializable
-
-
Package org.hibernate.query.sqm
-
Exception Class org.hibernate.query.sqm.AliasCollisionException
class AliasCollisionException extends SemanticException implements Serializable -
Exception Class org.hibernate.query.sqm.EntityTypeException
class EntityTypeException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
reference
String reference
-
-
-
Exception Class org.hibernate.query.sqm.InterpretationException
class InterpretationException extends QueryException implements Serializable -
Exception Class org.hibernate.query.sqm.LiteralNumberFormatException
class LiteralNumberFormatException extends SemanticException implements Serializable -
Exception Class org.hibernate.query.sqm.ParsingException
class ParsingException extends QueryException implements Serializable -
Exception Class org.hibernate.query.sqm.PathElementException
class PathElementException extends IllegalArgumentException implements Serializable -
Exception Class org.hibernate.query.sqm.StrictJpaComplianceViolation
class StrictJpaComplianceViolation extends SemanticException implements Serializable-
Serialized Fields
-
type
StrictJpaComplianceViolation.Type type
-
-
-
Exception Class org.hibernate.query.sqm.TerminalPathException
class TerminalPathException extends IllegalStateException implements Serializable -
Exception Class org.hibernate.query.sqm.TreatException
class TreatException extends HibernateException implements Serializable -
Exception Class org.hibernate.query.sqm.UnknownEntityException
class UnknownEntityException extends SemanticException implements Serializable-
Serialized Fields
-
entityName
String entityName
-
-
-
Exception Class org.hibernate.query.sqm.UnknownPathException
class UnknownPathException extends PathException implements Serializable
-
-
Package org.hibernate.query.sqm.function
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
-
Serialized Fields
-
filter
SqmPredicate filter
-
-
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
-
Serialized Fields
-
argumentsValidator
@Nullable ArgumentsValidator argumentsValidator
-
impliedResultType
@Nullable ReturnableType<T> impliedResultType
-
renderer
FunctionRenderer renderer
-
resultType
@Nullable ReturnableType<?> resultType
-
returnTypeResolver
FunctionReturnTypeResolver returnTypeResolver
-
-
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
class SelfRenderingSqmOrderedSetAggregateFunction extends SelfRenderingSqmAggregateFunction<T> implements Serializable-
Serialized Fields
-
withinGroup
SqmOrderByClause withinGroup
-
-
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
class SelfRenderingSqmSetReturningFunction extends SqmSetReturningFunction<T> implements Serializable-
Serialized Fields
-
argumentsValidator
@Nullable ArgumentsValidator argumentsValidator
-
renderer
SetReturningFunctionRenderer renderer
-
setReturningTypeResolver
SetReturningFunctionTypeResolver setReturningTypeResolver
-
type
@Nullable org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<T> type
-
-
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
-
Serialized Fields
-
filter
SqmPredicate filter
-
fromFirst
Boolean fromFirst
-
respectNulls
Boolean respectNulls
-
-
-
-
Package org.hibernate.query.sqm.mutation.spi
-
Package org.hibernate.query.sqm.produce.function
-
Exception Class org.hibernate.query.sqm.produce.function.FunctionArgumentException
class FunctionArgumentException extends SemanticException implements Serializable
-
-
Package org.hibernate.query.sqm.sql
-
Exception Class org.hibernate.query.sqm.sql.ConversionException
class ConversionException extends HibernateException implements Serializable
-
-
Package org.hibernate.query.sqm.tree
-
Class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
-
Serialized Fields
-
cteStatements
Map<String,
SqmCteStatement<?>> cteStatements -
target
SqmRoot<E> target
-
-
-
Class org.hibernate.query.sqm.tree.AbstractSqmNode
class AbstractSqmNode extends Object implements Serializable-
Serialized Fields
-
builder
NodeBuilder builder
-
-
-
Class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
-
Serialized Fields
-
whereClause
SqmWhereClause whereClause
-
-
-
Class org.hibernate.query.sqm.tree.AbstractSqmStatement
class AbstractSqmStatement extends AbstractSqmNode implements Serializable-
Serialized Fields
-
aliasCounter
int aliasCounter
-
parameters
Set<SqmParameter<?>> parameters
-
querySource
SqmQuerySource querySource
-
-
-
-
Package org.hibernate.query.sqm.tree.cte
-
Class org.hibernate.query.sqm.tree.cte.SqmCteStatement
class SqmCteStatement extends AbstractSqmNode implements Serializable-
Serialized Fields
-
cteContainer
SqmCteContainer cteContainer
-
cteDefinition
SqmSelectQuery<?> cteDefinition
-
cteTable
SqmCteTable<T> cteTable
-
cycleAttributes
List<JpaCteCriteriaAttribute> cycleAttributes
-
cycleMarkAttributeName
String cycleMarkAttributeName
-
cyclePathAttributeName
String cyclePathAttributeName
-
cycleValue
SqmLiteral<Object> cycleValue
-
materialization
CteMaterialization materialization
-
noCycleValue
SqmLiteral<Object> noCycleValue
-
searchAttributeName
String searchAttributeName
-
searchBySpecifications
List<JpaSearchOrder> searchBySpecifications
-
searchClauseKind
CteSearchClauseKind searchClauseKind
-
-
-
Class org.hibernate.query.sqm.tree.cte.SqmCteTable
class SqmCteTable extends org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<T> implements Serializable-
Serialized Fields
-
columns
List<SqmCteTableColumn> columns
-
cteStatement
SqmCteStatement<T> cteStatement
-
name
String name
-
-
-
Class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
class SqmCteTableColumn extends Object implements Serializable-
Serialized Fields
-
columnName
String columnName
-
cteTable
SqmCteTable<?> cteTable
-
typeExpressible
SqmBindableType<?> typeExpressible
-
-
-
Class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
class SqmSearchClauseSpecification extends Object implements Serializable-
Serialized Fields
-
cteColumn
SqmCteTableColumn cteColumn
-
nullPrecedence
Nulls nullPrecedence
-
sortOrder
SortDirection sortOrder
-
-
-
-
Package org.hibernate.query.sqm.tree.delete
-
Package org.hibernate.query.sqm.tree.domain
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
-
Serialized Fields
-
fetchJoin
boolean fetchJoin
-
implicitJoin
boolean implicitJoin
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
-
Serialized Fields
-
joinType
SqmJoinType joinType
-
onClausePredicate
SqmPredicate onClausePredicate
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
-
Serialized Fields
-
lhs
SqmPath<?> lhs
-
navigablePath
NavigablePath navigablePath
-
referencedPathSource
SqmPathSource<T> referencedPathSource
-
reusablePaths
Map<String,
SqmPath<?>> reusablePaths For HQL and Criteria processing - used to track reusable paths relative to this path. E.g., givenp.mate.matetheSqmRootidentified bypwould have a reusable path for thep.matepath.
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
-
Serialized Fields
-
pluralAttribute
PluralPersistentAttribute<?,
?, ?> pluralAttribute -
pluralDomainPath
SqmPath<?> pluralDomainPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmBagJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmCteRoot
-
Serialized Fields
-
cte
SqmCteStatement<T> cte
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
-
Serialized Fields
-
subQuery
SqmSubQuery<T> subQuery
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
class SqmElementAggregateFunction extends AbstractSqmSpecificPluralPartPath<T> implements Serializable-
Serialized Fields
-
functionName
String functionName
-
returnableType
ReturnableType<T> returnableType
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmFkExpression
-
Class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
-
Serialized Fields
-
function
SqmFunction<?> function
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
-
Serialized Fields
-
function
SqmSetReturningFunction<E> function
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
class SqmIndexAggregateFunction extends AbstractSqmSpecificPluralPartPath<T> implements Serializable-
Serialized Fields
-
functionName
String functionName
-
returnableType
ReturnableType<T> returnableType
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
-
Serialized Fields
-
selectorExpression
SqmExpression<?> selectorExpression
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmListJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
class SqmMapEntryReference extends Object implements Serializable -
Class org.hibernate.query.sqm.tree.domain.SqmMapJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmSetJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
-
Serialized Fields
-
attribute
SqmSingularPersistentAttribute<? super O,
T> attribute
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
-
Serialized Fields
-
treatTarget
SqmTreatableDomainType<S extends R> treatTarget
-
wrappedPath
SqmBagJoin<L,
R> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
class SqmTreatedCrossJoin extends SqmCrossJoin implements Serializable-
Serialized Fields
-
treatTarget
SqmEntityDomainType treatTarget
-
wrappedPath
SqmCrossJoin wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
class SqmTreatedEmbeddedValuedSimplePath extends SqmEmbeddedValuedSimplePath<S extends T> implements Serializable-
Serialized Fields
-
treatTarget
SqmEmbeddableDomainType<S extends T> treatTarget
-
wrappedPath
SqmPath<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
-
Serialized Fields
-
treatTarget
SqmEntityDomainType<S extends R> treatTarget
-
wrappedPath
SqmEntityJoin<L,
R> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
class SqmTreatedEntityValuedSimplePath extends SqmEntityValuedSimplePath<S extends T> implements Serializable-
Serialized Fields
-
treatTarget
SqmEntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmPath<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
-
Serialized Fields
-
treatTarget
SqmTreatableDomainType<S extends T> treatTarget
-
wrappedPath
SqmListJoin<O,
T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
-
Serialized Fields
-
treatTarget
SqmTreatableDomainType<S extends V> treatTarget
-
wrappedPath
SqmMapJoin<L,
K, V> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
class SqmTreatedPluralPartJoin extends SqmPluralPartJoin implements Serializable-
Serialized Fields
-
treatTarget
SqmEntityDomainType treatTarget
-
wrappedPath
SqmPluralPartJoin wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
class SqmTreatedRoot extends SqmRoot implements Serializable-
Serialized Fields
-
treatTarget
SqmEntityDomainType treatTarget
-
wrappedPath
SqmRoot wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
-
Serialized Fields
-
treatTarget
SqmTreatableDomainType<S extends T> treatTarget
-
wrappedPath
SqmSetJoin<O,
T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
-
Serialized Fields
-
treatTarget
SqmEntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmPath<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
-
Serialized Fields
-
treatTarget
SqmTreatableDomainType<S extends T> treatTarget
-
wrappedPath
SqmSingularJoin<O,
T> wrappedPath
-
-
-
-
Package org.hibernate.query.sqm.tree.expression
-
Class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
-
Class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
-
Serialized Fields
-
passingExpressions
@Nullable Map<String,
SqmExpression<?>> passingExpressions
-
-
-
Class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
-
Serialized Fields
-
canBeMultiValued
boolean canBeMultiValued
-
-
-
Class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
-
Serialized Fields
-
expression
SqmExpression<?> expression
-
-
-
Class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
-
Serialized Fields
-
allowsMultiValuedBinding
boolean allowsMultiValuedBinding
-
name
String name
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
-
Serialized Fields
-
navigablePath
NavigablePath navigablePath
-
position
int position
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmAny
-
Serialized Fields
-
subquery
SqmSubQuery<T> subquery
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
-
Serialized Fields
-
domainType
BasicType domainType
-
pathName
String pathName
-
value
EntityDomainType value
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
-
Serialized Fields
-
lhsOperand
SqmExpression<?> lhsOperand
-
operator
BinaryArithmeticOperator operator
-
rhsOperand
SqmExpression<?> rhsOperand
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmByUnit
-
Serialized Fields
-
duration
SqmExpression<?> duration
-
unit
SqmDurationUnit<?> unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
-
Serialized Fields
-
otherwise
SqmExpression<? extends R> otherwise
-
whenFragments
List<SqmCaseSearched.WhenFragment<? extends R>> whenFragments
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
-
Serialized Fields
-
fixture
SqmExpression<T> fixture
-
otherwise
SqmExpression<? extends R> otherwise
-
whenFragments
List<SqmCaseSimple.WhenFragment<? extends T,
? extends R>> whenFragments
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCastTarget
class SqmCastTarget extends AbstractSqmNode implements Serializable-
Serialized Fields
-
length
Long length
-
precision
Integer precision
-
scale
Integer scale
-
type
ReturnableType<T> type
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCoalesce
-
Serialized Fields
-
arguments
List<SqmExpression<? extends T>> arguments
-
functionDescriptor
SqmFunctionDescriptor functionDescriptor
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCollation
-
Class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
-
Serialized Fields
-
pluralPath
SqmPath<?> pluralPath
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmDistinct
class SqmDistinct extends AbstractSqmNode implements Serializable-
Serialized Fields
-
expression
SqmExpression<T> expression
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
class SqmDurationUnit extends AbstractSqmNode implements Serializable-
Serialized Fields
-
type
ReturnableType<T> type
-
unit
TemporalUnit unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
-
Class org.hibernate.query.sqm.tree.expression.SqmEvery
-
Serialized Fields
-
subquery
SqmSubQuery<T> subquery
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
class SqmExtractUnit extends AbstractSqmNode implements Serializable-
Serialized Fields
-
type
ReturnableType<T> type
-
unit
TemporalUnit unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
class SqmFieldLiteral extends Object implements Serializable-
Serialized Fields
-
expressible
SqmBindableType<T> expressible
-
fieldJavaType
JavaType<T> fieldJavaType
-
fieldName
String fieldName
-
nodeBuilder
NodeBuilder nodeBuilder
-
value
T value
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmFormat
-
Class org.hibernate.query.sqm.tree.expression.SqmFunction
-
Serialized Fields
-
arguments
List<? extends SqmTypedNode<?>> arguments
-
functionDescriptor
SqmFunctionDescriptor functionDescriptor
-
functionName
String functionName
-
functionPath
SqmFunctionPath<T> functionPath
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
-
Serialized Fields
-
literalValue
String literalValue
-
type
BasicDomainType<N extends Number> type
-
typeCategory
NumericTypeCategory typeCategory
-
-
-
Exception Class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral.TypeException
class TypeException extends HibernateException implements Serializable -
Class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
-
Serialized Fields
-
jpaCriteriaParameter
JpaCriteriaParameter<T> jpaCriteriaParameter
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
class SqmJsonExistsExpression extends AbstractSqmJsonPathExpression<Boolean> implements Serializable-
Serialized Fields
-
errorBehavior
JpaJsonExistsNode.ErrorBehavior errorBehavior
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
-
Serialized Fields
-
emptyBehavior
JpaJsonQueryNode.EmptyBehavior emptyBehavior
-
errorBehavior
JpaJsonQueryNode.ErrorBehavior errorBehavior
-
wrapMode
JpaJsonQueryNode.WrapMode wrapMode
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
-
Serialized Fields
-
columnNames
Set<String> columnNames
-
columns
SqmJsonTableFunction.Columns columns
-
errorBehavior
JpaJsonTableFunction.ErrorBehavior errorBehavior
-
passingExpressions
@Nullable Map<String,
SqmExpression<?>> passingExpressions
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
class Columns extends org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.NestedColumns implements Serializable -
Class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
-
Serialized Fields
-
emptyBehavior
JpaJsonValueNode.EmptyBehavior emptyBehavior
-
emptyDefaultExpression
SqmExpression<T> emptyDefaultExpression
-
errorBehavior
JpaJsonValueNode.ErrorBehavior errorBehavior
-
errorDefaultExpression
SqmExpression<T> errorDefaultExpression
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteral
-
Serialized Fields
-
value
T value
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
-
Serialized Fields
-
embeddableDomainType
SqmEmbeddableDomainType<T> embeddableDomainType
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
-
Serialized Fields
-
entityType
SqmEntityDomainType<T> entityType
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
-
Class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
-
Serialized Fields
-
modifier
SqmModifiedSubQueryExpression.Modifier modifier
-
subQuery
SqmSubQuery<T> subQuery
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
-
Serialized Fields
-
expression
SqmExpression<T> expression
-
name
String name
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmOver
-
Serialized Fields
-
expression
SqmExpression<T> expression
-
window
SqmWindow window
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmOverflow
-
Serialized Fields
-
fillerExpression
SqmExpression<T> fillerExpression
-
separatorExpression
SqmExpression<T> separatorExpression
-
withCount
boolean withCount
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
-
Serialized Fields
-
discriminatorSource
SqmParameter<T> discriminatorSource
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
-
Serialized Fields
-
position
int position
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
-
Serialized Fields
-
renderer
Function<SemanticQueryWalker<?>,
Expression> renderer
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
class SqmSetReturningFunction extends AbstractSqmNode implements Serializable-
Serialized Fields
-
arguments
List<? extends SqmTypedNode<?>> arguments
-
functionDescriptor
SqmSetReturningFunctionDescriptor functionDescriptor
-
functionName
String functionName
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmStar
-
Class org.hibernate.query.sqm.tree.expression.SqmSummarization
-
Serialized Fields
-
groupings
List<SqmExpression<?>> groupings
-
kind
SqmSummarization.Kind kind
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmToDuration
-
Serialized Fields
-
magnitude
SqmExpression<?> magnitude
-
unit
SqmDurationUnit<?> unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
class SqmTrimSpecification extends AbstractSqmNode implements Serializable-
Serialized Fields
-
specification
TrimSpec specification
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmTuple
-
Serialized Fields
-
groupedExpressions
List<SqmExpression<?>> groupedExpressions
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
-
Serialized Fields
-
operand
SqmExpression<T> operand
-
operation
UnaryArithmeticOperator operation
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmWindow
class SqmWindow extends AbstractSqmNode implements Serializable-
Serialized Fields
-
endExpression
SqmExpression<?> endExpression
-
endKind
FrameKind endKind
-
exclusion
FrameExclusion exclusion
-
mode
FrameMode mode
-
orderList
List<SqmSortSpecification> orderList
-
partitions
List<SqmExpression<?>> partitions
-
startExpression
SqmExpression<?> startExpression
-
startKind
FrameKind startKind
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
class SqmWindowFrame extends AbstractSqmNode implements Serializable-
Serialized Fields
-
expression
SqmExpression<?> expression
-
kind
FrameKind kind
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
class SqmXmlAttributesExpression extends Object implements Serializable-
Serialized Fields
-
attributes
Map<String,
SqmExpression<?>> attributes
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
-
Class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
-
Serialized Fields
-
columns
SqmXmlTableFunction.Columns columns
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
class Columns extends Object implements Serializable-
Serialized Fields
-
columnDefinitions
ArrayList<org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.ColumnDefinition> columnDefinitions
-
columnNames
Set<String> columnNames
-
table
SqmXmlTableFunction<?> table
-
-
-
Class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
-
Serialized Fields
-
value
T value
-
-
-
-
Package org.hibernate.query.sqm.tree.from
-
Class org.hibernate.query.sqm.tree.from.SqmCrossJoin
-
Serialized Fields
-
sqmJoinPredicates
SqmPredicateCollection sqmJoinPredicates
-
sqmRoot
SqmRoot<?> sqmRoot
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmCteJoin
-
Serialized Fields
-
cte
SqmCteStatement<T> cte
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
-
Serialized Fields
-
lateral
boolean lateral
-
subQuery
SqmSubQuery<T> subQuery
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmEntityJoin
-
Class org.hibernate.query.sqm.tree.from.SqmFromClause
class SqmFromClause extends Object implements Serializable -
Class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
-
Serialized Fields
-
function
SqmSetReturningFunction<E> function
-
lateral
boolean lateral
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmRoot
-
-
Package org.hibernate.query.sqm.tree.insert
-
Class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
-
Serialized Fields
-
conflictClause
@Nullable SqmConflictClause<T> conflictClause
-
insertionTargetPaths
List<SqmPath<?>> insertionTargetPaths
-
-
-
Class org.hibernate.query.sqm.tree.insert.SqmConflictClause
class SqmConflictClause extends Object implements Serializable-
Serialized Fields
-
constraintName
@Nullable String constraintName
-
constraintPaths
List<SqmPath<?>> constraintPaths
-
excludedRoot
SqmRoot<T> excludedRoot
-
insertStatement
SqmInsertStatement<T> insertStatement
-
updateAction
@Nullable SqmConflictUpdateAction<T> updateAction
-
-
-
Class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
class SqmConflictUpdateAction extends Object implements Serializable-
Serialized Fields
-
insertStatement
SqmInsertStatement<T> insertStatement
-
setClause
SqmSetClause setClause
-
whereClause
@Nullable SqmWhereClause whereClause
-
-
-
Class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
-
Serialized Fields
-
selectQueryPart
SqmQueryPart<?> selectQueryPart
-
-
-
Class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
-
Class org.hibernate.query.sqm.tree.insert.SqmValues
class SqmValues extends Object implements Serializable-
Serialized Fields
-
expressions
List<SqmExpression<?>> expressions
-
-
-
-
Package org.hibernate.query.sqm.tree.jpa
-
Class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
-
Class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
class AbstractJpaTupleElement extends AbstractSqmNode implements Serializable-
Serialized Fields
-
alias
@Nullable String alias
-
expressibleType
@Nullable SqmBindableType<T> expressibleType
-
-
-
-
Package org.hibernate.query.sqm.tree.predicate
-
Class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
class AbstractNegatableSqmPredicate extends AbstractSqmPredicate implements Serializable-
Serialized Fields
-
negated
boolean negated
-
-
-
Class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
-
Class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
class SqmBetweenPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
expression
SqmExpression<?> expression
-
lowerBound
SqmExpression<?> lowerBound
-
upperBound
SqmExpression<?> upperBound
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
class SqmBooleanExpressionPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
booleanExpression
SqmExpression<Boolean> booleanExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
class SqmComparisonPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
leftHandExpression
SqmExpression<?> leftHandExpression
-
operator
ComparisonOperator operator
-
rightHandExpression
SqmExpression<?> rightHandExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
class SqmEmptinessPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
pluralPath
SqmPluralValuedSimplePath<?> pluralPath
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
class SqmExistsPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
expression
SqmExpression<?> expression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
class SqmGroupedPredicate extends AbstractSqmPredicate implements Serializable-
Serialized Fields
-
subPredicate
SqmPredicate subPredicate
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
class SqmInListPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
listExpressions
List<SqmExpression<T>> listExpressions
-
testExpression
SqmExpression<T> testExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
class SqmInSubQueryPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
subQueryExpression
SqmSubQuery<T> subQueryExpression
-
testExpression
SqmExpression<T> testExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
class SqmJunctionPredicate extends AbstractSqmPredicate implements Serializable-
Serialized Fields
-
booleanOperator
Predicate.BooleanOperator booleanOperator
-
predicates
List<SqmPredicate> predicates
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
class SqmLikePredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
escapeCharacter
SqmExpression<?> escapeCharacter
-
isCaseSensitive
boolean isCaseSensitive
-
matchExpression
SqmExpression<?> matchExpression
-
pattern
SqmExpression<?> pattern
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
class SqmMemberOfPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
leftHandExpression
SqmExpression<?> leftHandExpression
-
pluralPath
SqmPluralValuedSimplePath<?> pluralPath
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
class SqmNegatedPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
wrappedPredicate
SqmPredicate wrappedPredicate
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
class SqmNullnessPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
expression
SqmExpression<?> expression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
class SqmTruthnessPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
expression
SqmExpression<?> expression
-
value
boolean value
-
-
-
-
Package org.hibernate.query.sqm.tree.select
-
Class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
class AbstractSqmSelectQuery extends AbstractSqmNode implements Serializable-
Serialized Fields
-
cteStatements
Map<String,
SqmCteStatement<?>> cteStatements -
resultType
Class<T> resultType
-
sqmQueryPart
SqmQueryPart<T> sqmQueryPart
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
-
Serialized Fields
-
arguments
List<SqmDynamicInstantiationArgument<?>> arguments
-
instantiationTarget
SqmDynamicInstantiationTarget<T> instantiationTarget
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
class SqmDynamicInstantiationArgument extends Object implements Serializable-
Serialized Fields
-
alias
String alias
-
nodeBuilder
NodeBuilder nodeBuilder
-
selectableNode
SqmSelectableNode<T> selectableNode
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
-
Serialized Fields
-
javaType
JavaType<T> javaType
-
selectableNodes
List<? extends SqmSelectableNode<?>> selectableNodes
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmOrderByClause
class SqmOrderByClause extends Object implements Serializable-
Serialized Fields
-
hasPositionalSortItem
boolean hasPositionalSortItem
-
sortSpecifications
List<SqmSortSpecification> sortSpecifications
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmQueryGroup
-
Serialized Fields
-
queryParts
List<SqmQueryPart<T>> queryParts
-
setOperator
SetOperator setOperator
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmQueryPart
class SqmQueryPart extends Object implements Serializable-
Serialized Fields
-
fetchClauseType
FetchClauseType fetchClauseType
-
fetchExpression
SqmExpression<? extends Number> fetchExpression
-
nodeBuilder
NodeBuilder nodeBuilder
-
offsetExpression
SqmExpression<? extends Number> offsetExpression
-
orderByClause
SqmOrderByClause orderByClause
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmQuerySpec
-
Serialized Fields
-
fromClause
SqmFromClause fromClause
-
groupByClauseExpressions
List<SqmExpression<?>> groupByClauseExpressions
-
hasPositionalGroupItem
boolean hasPositionalGroupItem
-
havingClausePredicate
SqmPredicate havingClausePredicate
-
selectClause
SqmSelectClause selectClause
-
whereClause
SqmWhereClause whereClause
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSelectClause
class SqmSelectClause extends AbstractSqmNode implements Serializable-
Serialized Fields
-
distinct
boolean distinct
-
selections
List<SqmSelection<?>> selections
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSelection
class SqmSelection extends AbstractSqmNode implements Serializable-
Serialized Fields
-
alias
String alias
-
selectableNode
SqmSelectableNode<T> selectableNode
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSelectStatement
-
Serialized Fields
-
aliasCounter
int aliasCounter
-
parameters
Set<SqmParameter<?>> parameters
-
querySource
SqmQuerySource querySource
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSortSpecification
class SqmSortSpecification extends Object implements Serializable-
Serialized Fields
-
ignoreCase
boolean ignoreCase
-
nullPrecedence
Nulls nullPrecedence
-
sortExpression
SqmExpression sortExpression
-
sortOrder
SortDirection sortOrder
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSubQuery
-
Serialized Fields
-
alias
String alias
-
expressibleType
SqmBindableType<T> expressibleType
-
parent
SqmQuery<?> parent
-
-
-
-
Package org.hibernate.query.sqm.tree.update
-
Class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
-
Serialized Fields
-
setClause
SqmSetClause setClause
-
versioned
boolean versioned
-
-
-
-
Package org.hibernate.resource.beans.spi
-
Package org.hibernate.resource.jdbc.spi
-
Package org.hibernate.resource.transaction
-
Exception Class org.hibernate.resource.transaction.LocalSynchronizationException
class LocalSynchronizationException extends HibernateException implements Serializable -
Exception Class org.hibernate.resource.transaction.NullSynchronizationException
class NullSynchronizationException extends HibernateException implements Serializable -
Exception Class org.hibernate.resource.transaction.TransactionRequiredForJoinException
class TransactionRequiredForJoinException extends HibernateException implements Serializable
-
-
Package org.hibernate.resource.transaction.spi
-
Package org.hibernate.result
-
Exception Class org.hibernate.result.NoMoreReturnsException
class NoMoreReturnsException extends HibernateException implements Serializable
-
-
Package org.hibernate.service
-
Exception Class org.hibernate.service.NullServiceException
class NullServiceException extends ServiceException implements Serializable-
Serialized Fields
-
serviceRole
Class serviceRole
-
-
-
Exception Class org.hibernate.service.UnknownServiceException
class UnknownServiceException extends ServiceException implements Serializable-
Serialized Fields
-
serviceRole
Class serviceRole
-
-
-
Exception Class org.hibernate.service.UnknownUnwrapTypeException
class UnknownUnwrapTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.service.spi
-
Exception Class org.hibernate.service.spi.ServiceException
class ServiceException extends HibernateException implements Serializable
-
-
Package org.hibernate.spi
-
Package org.hibernate.sql.ast
-
Exception Class org.hibernate.sql.ast.SqlTreeCreationException
class SqlTreeCreationException extends HibernateException implements Serializable
-
-
Package org.hibernate.sql.ast.spi
-
Package org.hibernate.sql.ast.tree
-
Class org.hibernate.sql.ast.tree.SqlAstTreeLogger_$logger
class SqlAstTreeLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.sql.ast.tree.expression
-
Class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
class WhenFragment extends Object implements Serializable-
Serialized Fields
-
predicate
Predicate predicate
-
result
Expression result
-
-
-
Class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
class WhenFragment extends Object implements Serializable-
Serialized Fields
-
checkValue
Expression checkValue
-
result
Expression result
-
-
-
-
Package org.hibernate.sql.ast.tree.from
-
Exception Class org.hibernate.sql.ast.tree.from.UnknownTableReferenceException
class UnknownTableReferenceException extends HibernateException implements Serializable-
Serialized Fields
-
tableExpression
String tableExpression
-
-
-
-
Package org.hibernate.sql.exec
-
Exception Class org.hibernate.sql.exec.ExecutionException
class ExecutionException extends HibernateError implements Serializable -
Class org.hibernate.sql.exec.SqlExecLogger_$logger
class SqlExecLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.sql.model.ast
-
Class org.hibernate.sql.model.ast.ColumnValueBindingList
-
Serialized Fields
-
mutatingTable
MutatingTableReference mutatingTable
-
parameters
ColumnValueParameterList parameters
-
parameterUsage
ParameterUsage parameterUsage
-
-
-
Class org.hibernate.sql.model.ast.ColumnValueParameterList
-
Serialized Fields
-
parameterUsage
ParameterUsage parameterUsage
-
tableReference
TableReference tableReference
-
-
-
-
Package org.hibernate.sql.results
-
Exception Class org.hibernate.sql.results.DomainResultCreationException
class DomainResultCreationException extends HibernateException implements Serializable -
Class org.hibernate.sql.results.LoadingLogger_$logger
class LoadingLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.hibernate.sql.results.NoMoreOutputsException
class NoMoreOutputsException extends HibernateException implements Serializable -
Class org.hibernate.sql.results.ResultsLogger_$logger
class ResultsLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.sql.results.graph.embeddable
-
Class org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger_$logger
class EmbeddableLoadingLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.sql.results.jdbc.spi
-
Package org.hibernate.sql.results.spi
-
Exception Class org.hibernate.sql.results.spi.NoRowException
class NoRowException extends HibernateException implements Serializable
-
-
Package org.hibernate.stat
-
Package org.hibernate.stat.spi
-
Package org.hibernate.tool.schema.extract.spi
-
Exception Class org.hibernate.tool.schema.extract.spi.SchemaExtractionException
class SchemaExtractionException extends HibernateException implements Serializable
-
-
Package org.hibernate.tool.schema.spi
-
Exception Class org.hibernate.tool.schema.spi.CommandAcceptanceException
class CommandAcceptanceException extends HibernateException implements Serializable -
Exception Class org.hibernate.tool.schema.spi.SchemaManagementException
class SchemaManagementException extends HibernateException implements Serializable -
Exception Class org.hibernate.tool.schema.spi.SqlScriptException
class SqlScriptException extends HibernateException implements Serializable
-
-
Package org.hibernate.transform
-
Class org.hibernate.transform.AliasToBeanConstructorResultTransformer
class AliasToBeanConstructorResultTransformer extends Object implements Serializable-
Serialized Fields
-
constructor
Constructor<T> constructor
Deprecated.
-
-
-
Class org.hibernate.transform.AliasToBeanResultTransformer
class AliasToBeanResultTransformer extends Object implements Serializable -
Class org.hibernate.transform.AliasToEntityMapResultTransformer
class AliasToEntityMapResultTransformer extends Object implements Serializable-
Serialization Methods
-
readResolve
Deprecated.Serialization hook for ensuring singleton uniqueing.
-
-
-
Class org.hibernate.transform.ToListResultTransformer
class ToListResultTransformer extends Object implements Serializable-
Serialization Methods
-
readResolve
Deprecated.Serialization hook for ensuring singleton uniqueing.
-
-
-
-
Package org.hibernate.type
-
Class org.hibernate.type.AbstractSingleColumnStandardBasicType
class AbstractSingleColumnStandardBasicType extends AbstractStandardBasicType<T> implements Serializable -
Class org.hibernate.type.AbstractStandardBasicType
class AbstractStandardBasicType extends Object implements Serializable-
Serialized Fields
-
javaType
JavaType<T> javaType
-
javaTypeClass
Class<?> javaTypeClass
-
javatypeComparator
Comparator<T> javatypeComparator
-
jdbcLiteralFormatter
JdbcLiteralFormatter<T> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
jdbcValueBinder
ValueBinder<T> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<T> jdbcValueExtractor
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
sqlTypes
int[] sqlTypes
-
typeForEqualsHashCode
@Nullable Type typeForEqualsHashCode
-
-
-
Class org.hibernate.type.AbstractType
class AbstractType extends Object implements Serializable -
Class org.hibernate.type.AnyType
class AnyType extends AbstractType implements Serializable-
Serialized Fields
-
discriminatorType
MetaType discriminatorType
-
eager
boolean eager
-
identifierType
Type identifierType
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.type.AnyType.ObjectTypeCacheEntry
class ObjectTypeCacheEntry extends Object implements Serializable -
Class org.hibernate.type.ArrayType
class ArrayType extends CollectionType implements Serializable -
Class org.hibernate.type.BagType
class BagType extends CollectionType implements Serializable -
Class org.hibernate.type.BasicArrayType
-
Class org.hibernate.type.BasicCollectionType
class BasicCollectionType extends AbstractSingleColumnStandardBasicType<C extends Collection<E>> implements Serializable -
Class org.hibernate.type.BasicTypeReference
class BasicTypeReference extends Object implements Serializable-
Serialized Fields
-
converter
BasicValueConverter<T,
?> converter -
forceImmutable
boolean forceImmutable
-
javaType
Class<T> javaType
-
name
String name
-
sqlTypeCode
int sqlTypeCode
-
-
-
Class org.hibernate.type.BasicTypeRegistry
class BasicTypeRegistry extends Object implements Serializable -
Class org.hibernate.type.BottomType
-
Class org.hibernate.type.CollectionType
class CollectionType extends AbstractType implements Serializable-
Serialized Fields
-
foreignKeyPropertyName
String foreignKeyPropertyName
-
persister
CollectionPersister persister
-
role
String role
-
-
-
Class org.hibernate.type.ComponentType
class ComponentType extends AbstractType implements Serializable-
Serialized Fields
-
canDoExtraction
Boolean canDoExtraction
-
cascade
CascadeStyle[] cascade
-
componentClass
Class<?> componentClass
-
discriminatorColumnSpan
int discriminatorColumnSpan
-
hasNotNullProperty
boolean hasNotNullProperty
-
hasNullProperty
boolean hasNullProperty
-
isAggregate
boolean isAggregate
-
isKey
boolean isKey
-
joinedFetch
FetchMode[] joinedFetch
-
mappingModelPart
EmbeddableValuedModelPart mappingModelPart
-
mutable
boolean mutable
-
onDeleteAction
OnDeleteAction[] onDeleteAction
-
originalPropertyOrder
int[] originalPropertyOrder
-
propertyNames
String[] propertyNames
-
propertyNullability
boolean[] propertyNullability
-
propertySpan
int propertySpan
-
propertyTypes
Type[] propertyTypes
-
-
-
Class org.hibernate.type.ConvertedBasicArrayType
class ConvertedBasicArrayType extends AbstractSingleColumnStandardBasicType<T> implements Serializable-
Serialized Fields
-
baseDescriptor
BasicType<E> baseDescriptor
-
converter
BasicValueConverter<T,
S> converter -
jdbcLiteralFormatter
JdbcLiteralFormatter<T> jdbcLiteralFormatter
-
jdbcValueBinder
ValueBinder<T> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<T> jdbcValueExtractor
-
name
String name
-
-
-
Class org.hibernate.type.ConvertedBasicCollectionType
class ConvertedBasicCollectionType extends BasicCollectionType<C extends Collection<E>,E> implements Serializable -
Serialized Fields
-
converter
BasicValueConverter<C extends Collection<E>,
?> converter -
jdbcLiteralFormatter
JdbcLiteralFormatter<C extends Collection<E>> jdbcLiteralFormatter
-
jdbcValueBinder
ValueBinder<C extends Collection<E>> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<C extends Collection<E>> jdbcValueExtractor
-
-
-
Class org.hibernate.type.CustomCollectionType
class CustomCollectionType extends CollectionType implements Serializable-
Serialized Fields
-
customLogging
boolean customLogging
-
userType
UserCollectionType userType
-
-
-
Class org.hibernate.type.CustomType
class CustomType extends AbstractType implements Serializable-
Serialized Fields
-
converter
BasicValueConverter<J,
?> converter -
jdbcJavaType
JavaType<?> jdbcJavaType
-
jdbcLiteralFormatter
JdbcLiteralFormatter<J> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
mappedJavaType
JavaType<J> mappedJavaType
-
name
String name
-
registrationKeys
String[] registrationKeys
-
userType
UserType<J> userType
-
valueBinder
ValueBinder<J> valueBinder
-
valueExtractor
ValueExtractor<J> valueExtractor
-
-
-
Class org.hibernate.type.EmbeddedComponentType
class EmbeddedComponentType extends ComponentType implements Serializable -
Class org.hibernate.type.EntityType
class EntityType extends AbstractType implements Serializable-
Serialized Fields
-
associatedEntityName
String associatedEntityName
-
eager
boolean eager
-
referenceToPrimaryKey
boolean referenceToPrimaryKey
-
typeConfiguration
TypeConfiguration typeConfiguration
-
uniqueKeyPropertyName
String uniqueKeyPropertyName
-
unwrapProxy
boolean unwrapProxy
-
-
-
Class org.hibernate.type.IdentifierBagType
class IdentifierBagType extends CollectionType implements Serializable -
Class org.hibernate.type.JavaObjectType
-
Class org.hibernate.type.ListType
class ListType extends CollectionType implements Serializable -
Class org.hibernate.type.ManyToOneType
class ManyToOneType extends EntityType implements Serializable-
Serialized Fields
-
ignoreNotFound
boolean ignoreNotFound
-
isLogicalOneToOne
boolean isLogicalOneToOne
-
propertyName
String propertyName
-
-
-
Class org.hibernate.type.MapType
class MapType extends CollectionType implements Serializable -
Class org.hibernate.type.MetaType
class MetaType extends AbstractType implements Serializable -
Class org.hibernate.type.NullType
class NullType extends JavaObjectType implements Serializable -
Class org.hibernate.type.OneToOneType
class OneToOneType extends EntityType implements Serializable-
Serialized Fields
-
constrained
boolean constrained
-
entityName
String entityName
-
foreignKeyType
ForeignKeyDirection foreignKeyType
-
propertyName
String propertyName
-
-
-
Class org.hibernate.type.OrderedMapType
class OrderedMapType extends MapType implements Serializable -
Class org.hibernate.type.OrderedSetType
class OrderedSetType extends SetType implements Serializable -
Class org.hibernate.type.QueryParameterJavaObjectType
class QueryParameterJavaObjectType extends JavaObjectType implements Serializable -
Class org.hibernate.type.SerializableType
class SerializableType extends AbstractSingleColumnStandardBasicType<T extends Serializable> implements Serializable-
Serialized Fields
-
serializableClass
Class<T extends Serializable> serializableClass
-
-
-
Exception Class org.hibernate.type.SerializationException
class SerializationException extends HibernateException implements Serializable -
Class org.hibernate.type.SetType
class SetType extends CollectionType implements Serializable -
Class org.hibernate.type.SortedMapType
class SortedMapType extends MapType implements Serializable-
Serialized Fields
-
comparator
Comparator<?> comparator
-
-
-
Class org.hibernate.type.SortedSetType
class SortedSetType extends SetType implements Serializable-
Serialized Fields
-
comparator
Comparator<?> comparator
-
-
-
Class org.hibernate.type.SpecialOneToOneType
class SpecialOneToOneType extends OneToOneType implements Serializable -
Class org.hibernate.type.StandardBasicTypeTemplate
class StandardBasicTypeTemplate extends AbstractSingleColumnStandardBasicType<J> implements Serializable -
Class org.hibernate.type.UserComponentType
class UserComponentType extends ComponentType implements Serializable-
Serialized Fields
-
compositeUserType
CompositeUserType<T> compositeUserType
-
-
-
-
Package org.hibernate.type.descriptor.java
-
Class org.hibernate.type.descriptor.java.AbstractArrayJavaType
-
Class org.hibernate.type.descriptor.java.AbstractClassJavaType
class AbstractClassJavaType extends Object implements Serializable-
Serialized Fields
-
comparator
Comparator<T> comparator
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
type
Class<T> type
-
-
-
Class org.hibernate.type.descriptor.java.AbstractJavaType
class AbstractJavaType extends Object implements Serializable-
Serialized Fields
-
comparator
Comparator<T> comparator
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
type
Type type
-
-
-
Class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
-
Class org.hibernate.type.descriptor.java.ArrayJavaType
-
Class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
-
Class org.hibernate.type.descriptor.java.BigDecimalJavaType
-
Class org.hibernate.type.descriptor.java.BigIntegerJavaType
-
Class org.hibernate.type.descriptor.java.BlobJavaType
-
Class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
class BlobMutabilityPlan extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.BooleanJavaType
-
Class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
class BooleanPrimitiveArrayJavaType extends AbstractArrayJavaType<boolean[],Boolean> implements Serializable -
Class org.hibernate.type.descriptor.java.ByteArrayJavaType
-
Class org.hibernate.type.descriptor.java.ByteJavaType
-
Class org.hibernate.type.descriptor.java.CalendarDateJavaType
-
Class org.hibernate.type.descriptor.java.CalendarJavaType
-
Class org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan
-
Class org.hibernate.type.descriptor.java.CalendarTimeJavaType
-
Class org.hibernate.type.descriptor.java.CharacterArrayJavaType
-
Class org.hibernate.type.descriptor.java.CharacterJavaType
-
Class org.hibernate.type.descriptor.java.ClassJavaType
-
Class org.hibernate.type.descriptor.java.ClobJavaType
-
Class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
class ClobMutabilityPlan extends Object implements Serializable -
Exception Class org.hibernate.type.descriptor.java.CoercionException
class CoercionException extends HibernateException implements Serializable -
Class org.hibernate.type.descriptor.java.CurrencyJavaType
-
Class org.hibernate.type.descriptor.java.DateJavaType
-
Class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
-
Class org.hibernate.type.descriptor.java.DoubleJavaType
-
Class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
class DoublePrimitiveArrayJavaType extends AbstractArrayJavaType<double[],Double> implements Serializable -
Class org.hibernate.type.descriptor.java.DurationJavaType
-
Class org.hibernate.type.descriptor.java.EnumJavaType
-
Class org.hibernate.type.descriptor.java.FloatJavaType
-
Class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
class FloatPrimitiveArrayJavaType extends AbstractArrayJavaType<float[],Float> implements Serializable -
Class org.hibernate.type.descriptor.java.Immutability
class Immutability extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
class ImmutableMutabilityPlan extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.ImmutableObjectArrayMutabilityPlan
-
Class org.hibernate.type.descriptor.java.InetAddressJavaType
-
Class org.hibernate.type.descriptor.java.InstantJavaType
-
Class org.hibernate.type.descriptor.java.IntegerJavaType
-
Class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
class IntegerPrimitiveArrayJavaType extends AbstractArrayJavaType<int[],Integer> implements Serializable -
Class org.hibernate.type.descriptor.java.JdbcDateJavaType
-
Class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
-
Class org.hibernate.type.descriptor.java.JdbcTimeJavaType
-
Class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
-
Class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
-
Class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
-
Class org.hibernate.type.descriptor.java.LocalDateJavaType
-
Class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
-
Class org.hibernate.type.descriptor.java.LocaleJavaType
-
Class org.hibernate.type.descriptor.java.LocalTimeJavaType
-
Class org.hibernate.type.descriptor.java.LongJavaType
-
Class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
class LongPrimitiveArrayJavaType extends AbstractArrayJavaType<long[],Long> implements Serializable -
Class org.hibernate.type.descriptor.java.MutableMutabilityPlan
class MutableMutabilityPlan extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.NClobJavaType
-
Class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
class NClobMutabilityPlan extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.ObjectArrayJavaType
-
Serialized Fields
-
components
JavaType[] components
-
-
-
Class org.hibernate.type.descriptor.java.ObjectJavaType
-
Class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
class OffsetDateTimeJavaType extends AbstractTemporalJavaType<OffsetDateTime> implements Serializable -
Class org.hibernate.type.descriptor.java.OffsetTimeJavaType
-
Class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
class PrimitiveByteArrayJavaType extends AbstractClassJavaType<byte[]> implements Serializable -
Class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
class PrimitiveCharacterArrayJavaType extends AbstractClassJavaType<char[]> implements Serializable -
Class org.hibernate.type.descriptor.java.SerializableJavaType
class SerializableJavaType extends AbstractClassJavaType<T extends Serializable> implements Serializable -
Class org.hibernate.type.descriptor.java.SerializableJavaType.SerializableMutabilityPlan
class SerializableMutabilityPlan extends MutableMutabilityPlan<S extends Serializable> implements Serializable -
Class org.hibernate.type.descriptor.java.ShortJavaType
-
Class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
class ShortPrimitiveArrayJavaType extends AbstractArrayJavaType<short[],Short> implements Serializable -
Class org.hibernate.type.descriptor.java.StringJavaType
-
Class org.hibernate.type.descriptor.java.TimeZoneJavaType
-
Class org.hibernate.type.descriptor.java.UrlJavaType
-
Class org.hibernate.type.descriptor.java.UUIDJavaType
-
Class org.hibernate.type.descriptor.java.YearJavaType
-
Class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
-
Class org.hibernate.type.descriptor.java.ZoneIdJavaType
-
Class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
-
-
Package org.hibernate.type.descriptor.java.spi
-
Class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
class BasicCollectionJavaType extends AbstractJavaType<C extends Collection<E>> implements Serializable-
Serialized Fields
-
componentJavaType
JavaType<E> componentJavaType
-
semantics
CollectionSemantics<C extends Collection<E>,
E> semantics
-
-
-
Class org.hibernate.type.descriptor.java.spi.CollectionJavaType
-
Serialized Fields
-
semantics
CollectionSemantics<C,
?> semantics
-
-
-
Class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
class DynamicModelJavaType extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
-
Serialized Fields
-
structName
String structName
-
-
-
Class org.hibernate.type.descriptor.java.spi.EntityJavaType
-
Class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
-
Serialized Fields
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
-
Class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
class JavaTypeRegistry extends Object implements Serializable-
Serialized Fields
-
descriptorsByTypeName
ConcurrentHashMap<String,
JavaType<?>> descriptorsByTypeName -
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Exception Class org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException
class JdbcTypeRecommendationException extends HibernateException implements Serializable -
Class org.hibernate.type.descriptor.java.spi.JsonJavaType
-
Class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
-
Class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
-
Serialized Fields
-
typeName
String typeName
-
-
-
Class org.hibernate.type.descriptor.java.spi.XmlJavaType
-
-
Package org.hibernate.type.descriptor.jdbc
-
Class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
class ArrayJdbcType extends Object implements Serializable-
Serialized Fields
-
elementJdbcType
JdbcType elementJdbcType
-
-
-
Class org.hibernate.type.descriptor.jdbc.BasicBinder
class BasicBinder extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.BasicExtractor
class BasicExtractor extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
class BigIntJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
class BinaryJdbcType extends VarbinaryJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.BlobJdbcType
class BlobJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
class BooleanJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.CharJdbcType
class CharJdbcType extends VarcharJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.ClobJdbcType
class ClobJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.DateJdbcType
class DateJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
class DecimalJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
class DoubleJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.DurationJdbcType
class DurationJdbcType extends NumericJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.EnumJdbcType
class EnumJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.FloatJdbcType
class FloatJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
class H2FormatJsonJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
class InstantAsTimestampJdbcType extends TimestampUtcAsJdbcTimestampJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
class InstantAsTimestampWithTimeZoneJdbcType extends TimestampUtcAsOffsetDateTimeJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.InstantJdbcType
class InstantJdbcType extends org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<Instant> implements Serializable -
Class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
class IntegerJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
class JsonArrayJdbcType extends ArrayJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
class JsonAsStringArrayJdbcType extends JsonArrayJdbcType implements Serializable-
Serialized Fields
-
ddlTypeCode
int ddlTypeCode
-
nationalized
boolean nationalized
-
-
-
Class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
class JsonAsStringJdbcType extends JsonJdbcType implements Serializable-
Serialized Fields
-
ddlTypeCode
int ddlTypeCode
-
nationalized
boolean nationalized
-
-
-
Class org.hibernate.type.descriptor.jdbc.JsonJdbcType
class JsonJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
-
-
Class org.hibernate.type.descriptor.jdbc.LocalDateJdbcType
class LocalDateJdbcType extends org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<LocalDate> implements Serializable -
Class org.hibernate.type.descriptor.jdbc.LocalDateTimeJdbcType
class LocalDateTimeJdbcType extends org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<LocalDateTime> implements Serializable -
Class org.hibernate.type.descriptor.jdbc.LocalTimeJdbcType
class LocalTimeJdbcType extends org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<LocalTime> implements Serializable -
Class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
class LongNVarcharJdbcType extends NVarcharJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
class LongVarbinaryJdbcType extends VarbinaryJdbcType implements Serializable-
Serialized Fields
-
defaultSqlTypeCode
int defaultSqlTypeCode
-
-
-
Class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
class LongVarcharJdbcType extends VarcharJdbcType implements Serializable-
Serialized Fields
-
defaultSqlTypeCode
int defaultSqlTypeCode
-
-
-
Class org.hibernate.type.descriptor.jdbc.NCharJdbcType
class NCharJdbcType extends NVarcharJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.NClobJdbcType
class NClobJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.NullJdbcType
class NullJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.NumericJdbcType
class NumericJdbcType extends DecimalJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
class NVarcharJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
class ObjectJdbcType extends Object implements Serializable-
Serialized Fields
-
jdbcTypeCode
int jdbcTypeCode
-
-
-
Class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
class ObjectNullAsBinaryTypeJdbcType extends ObjectJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
class ObjectNullAsNullTypeJdbcType extends ObjectJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
class ObjectNullResolvingJdbcType extends ObjectJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.OffsetDateTimeJdbcType
class OffsetDateTimeJdbcType extends org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<OffsetDateTime> implements Serializable -
Class org.hibernate.type.descriptor.jdbc.OffsetTimeJdbcType
class OffsetTimeJdbcType extends org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<OffsetTime> implements Serializable -
Class org.hibernate.type.descriptor.jdbc.OracleJsonArrayBlobJdbcType
class OracleJsonArrayBlobJdbcType extends JsonArrayJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
class OracleJsonBlobJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.OrdinalEnumJdbcType
class OrdinalEnumJdbcType extends EnumJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.RealJdbcType
class RealJdbcType extends FloatJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
class RowIdJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
class SmallIntJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.StructJdbcType
class StructJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
inverseOrderMapping
int[] inverseOrderMapping
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
orderMapping
int[] orderMapping
-
typeName
String typeName
-
-
-
Class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
class TimeAsTimestampWithTimeZoneJdbcType extends TimestampWithTimeZoneJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimeJdbcType
class TimeJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
class TimestampJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
class TimestampUtcAsInstantJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
class TimestampUtcAsJdbcTimestampJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
class TimestampUtcAsOffsetDateTimeJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
class TimestampWithTimeZoneJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
class TimeUtcAsJdbcTimeJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
class TimeUtcAsOffsetTimeJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
class TimeWithTimeZoneJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
class TinyIntAsSmallIntJdbcType extends TinyIntJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
class TinyIntJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.UuidAsBinaryJdbcType
class UuidAsBinaryJdbcType extends BinaryJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
class UUIDJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
class VarbinaryJdbcType extends Object implements Serializable-
Serialized Fields
-
supportsLiterals
boolean supportsLiterals
-
-
-
Class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
class VarcharJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
class VarcharUUIDJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
class XmlArrayJdbcType extends ArrayJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType.XmlArrayBinder
-
Class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
class XmlAsStringArrayJdbcType extends XmlArrayJdbcType implements Serializable-
Serialized Fields
-
ddlTypeCode
int ddlTypeCode
-
nationalized
boolean nationalized
-
-
-
Class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
class XmlAsStringJdbcType extends XmlJdbcType implements Serializable-
Serialized Fields
-
ddlTypeCode
int ddlTypeCode
-
nationalized
boolean nationalized
-
-
-
Class org.hibernate.type.descriptor.jdbc.XmlJdbcType
class XmlJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
-
-
Class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
-
Class org.hibernate.type.descriptor.jdbc.ZonedDateTimeJdbcType
class ZonedDateTimeJdbcType extends org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<ZonedDateTime> implements Serializable
-
-
Package org.hibernate.type.descriptor.jdbc.spi
-
Class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
class AbstractJdbcLiteralFormatter extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
-
Class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
class JdbcTypeRegistry extends Object implements Serializable-
Serialized Fields
-
aggregateDescriptorMap
ConcurrentHashMap<String,
AggregateJdbcType> aggregateDescriptorMap -
descriptorConstructorMap
ConcurrentHashMap<Integer,
JdbcTypeConstructor> descriptorConstructorMap -
descriptorMap
ConcurrentHashMap<Integer,
JdbcType> descriptorMap -
sqlTypedDescriptorMap
ConcurrentHashMap<String,
SqlTypedJdbcType> sqlTypedDescriptorMap -
typeConfiguration
TypeConfiguration typeConfiguration
-
typeConstructorDescriptorMap
ConcurrentHashMap<org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry.TypeConstructedJdbcTypeKey,
JdbcType> typeConstructorDescriptorMap A registry for storing the constructedJdbcTypefor bothJdbcTypeConstructor.resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation)andJdbcTypeConstructor.resolveType(TypeConfiguration, Dialect, BasicType, ColumnTypeInformation)in a single map.
-
-
-
-
Package org.hibernate.type.descriptor.sql
-
Package org.hibernate.type.descriptor.sql.spi
-
Class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
class DdlTypeRegistry extends Object implements Serializable
-
-
Package org.hibernate.type.format.jackson
-
Class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.ByteArraySerializer
class ByteArraySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<byte[]> implements Serializable
-
-
Package org.hibernate.type.spi
-
Class org.hibernate.type.spi.TypeConfiguration
class TypeConfiguration extends Object implements Serializable-
Serialized Fields
-
arrayTuples
ConcurrentMap<org.hibernate.type.spi.TypeConfiguration.ArrayCacheKey,
org.hibernate.metamodel.model.domain.internal.ArrayTupleType> arrayTuples -
basicTypeByJavaType
ConcurrentHashMap<Type,
BasicType<?>> basicTypeByJavaType -
scope
org.hibernate.type.spi.TypeConfiguration.Scope scope
-
uuid
String uuid
-
-
-
PersistentBag.bagAsList()orPersistentBag.collectioninstead.