Serialized Form
-
Package org.hibernate
-
Exception org.hibernate.AnnotationException
class AnnotationException extends MappingException implements Serializable -
Exception org.hibernate.AssertionFailure
class AssertionFailure extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.BaseSessionEventListener
class BaseSessionEventListener extends Object implements Serializable -
Exception org.hibernate.CallbackException
class CallbackException extends HibernateException implements Serializable -
Exception org.hibernate.DuplicateMappingException
class DuplicateMappingException extends MappingException implements Serializable -
Class org.hibernate.EmptyInterceptor
class EmptyInterceptor extends Object implements Serializable -
Exception org.hibernate.EntityFilterException
class EntityFilterException extends EntityNotFoundException implements Serializable -
Exception org.hibernate.FetchNotFoundException
class FetchNotFoundException extends EntityNotFoundException implements Serializable -
Exception org.hibernate.HibernateError
class HibernateError extends HibernateException implements Serializable -
Exception org.hibernate.HibernateException
class HibernateException extends PersistenceException implements Serializable -
Exception org.hibernate.InstantiationException
class InstantiationException extends HibernateException implements Serializable-
Serialized Fields
-
clazz
Class<?> clazz
-
-
-
Exception org.hibernate.InvalidMappingException
class InvalidMappingException extends MappingException implements Serializable -
Exception org.hibernate.JDBCException
class JDBCException extends HibernateException implements Serializable-
Serialized Fields
-
message
String message
-
sql
String sql
-
sqlException
SQLException sqlException
-
-
-
Exception org.hibernate.LazyInitializationException
class LazyInitializationException extends HibernateException implements Serializable -
Class org.hibernate.LockOptions
class LockOptions extends Object implements Serializable -
Exception org.hibernate.MappingException
class MappingException extends HibernateException implements Serializable -
Exception org.hibernate.NonUniqueObjectException
class NonUniqueObjectException extends HibernateException implements Serializable -
Exception org.hibernate.NonUniqueResultException
class NonUniqueResultException extends HibernateException implements Serializable -
Exception org.hibernate.ObjectDeletedException
class ObjectDeletedException extends UnresolvableObjectException implements Serializable -
Exception org.hibernate.ObjectNotFoundException
class ObjectNotFoundException extends UnresolvableObjectException implements Serializable -
Exception org.hibernate.PersistentObjectException
class PersistentObjectException extends HibernateException implements Serializable -
Exception org.hibernate.PessimisticLockException
class PessimisticLockException extends JDBCException implements Serializable -
Exception org.hibernate.PropertyAccessException
class PropertyAccessException extends HibernateException implements Serializable -
Exception org.hibernate.PropertyNotFoundException
class PropertyNotFoundException extends MappingException implements Serializable -
Exception org.hibernate.PropertySetterAccessException
class PropertySetterAccessException extends PropertyAccessException implements Serializable -
Exception org.hibernate.PropertyValueException
class PropertyValueException extends HibernateException implements Serializable -
Exception org.hibernate.QueryException
class QueryException extends HibernateException implements Serializable-
Serialized Fields
-
queryString
String queryString
-
-
-
Exception org.hibernate.QueryParameterException
class QueryParameterException extends QueryException implements Serializable -
Exception org.hibernate.QueryTimeoutException
class QueryTimeoutException extends JDBCException implements Serializable -
Exception org.hibernate.ResourceClosedException
class ResourceClosedException extends HibernateException implements Serializable -
Exception org.hibernate.SessionException
class SessionException extends HibernateException implements Serializable -
Exception org.hibernate.StaleObjectStateException
class StaleObjectStateException extends StaleStateException implements Serializable -
Exception org.hibernate.StaleStateException
class StaleStateException extends HibernateException implements Serializable -
Exception org.hibernate.TransactionException
class TransactionException extends HibernateException implements Serializable -
Exception org.hibernate.TransactionManagementException
class TransactionManagementException extends RuntimeException implements Serializable -
Exception org.hibernate.TransientObjectException
class TransientObjectException extends HibernateException implements Serializable -
Exception org.hibernate.TransientPropertyValueException
class TransientPropertyValueException extends TransientObjectException implements Serializable -
Exception org.hibernate.TypeMismatchException
class TypeMismatchException extends HibernateException implements Serializable -
Exception org.hibernate.UnknownEntityTypeException
class UnknownEntityTypeException extends MappingException implements Serializable -
Exception org.hibernate.UnknownFilterException
class UnknownFilterException extends HibernateException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception org.hibernate.UnknownProfileException
class UnknownProfileException extends HibernateException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception org.hibernate.UnresolvableObjectException
class UnresolvableObjectException extends HibernateException implements Serializable -
Exception org.hibernate.UnsupportedLockAttemptException
class UnsupportedLockAttemptException extends HibernateException implements Serializable -
Exception org.hibernate.WrongClassException
class WrongClassException extends HibernateException implements Serializable
-
-
Package org.hibernate.action.internal
-
Class org.hibernate.action.internal.AbstractEntityInsertAction
class AbstractEntityInsertAction extends EntityAction implements Serializable-
Serialized Fields
-
areTransientReferencesNullified
boolean areTransientReferencesNullified
-
isExecuted
boolean isExecuted
-
isVersionIncrementDisabled
boolean isVersionIncrementDisabled
-
-
-
Class org.hibernate.action.internal.BulkOperationCleanupAction
class BulkOperationCleanupAction extends Object implements Serializable-
Serialized Fields
-
affectedTableSpaces
String[] affectedTableSpaces
-
collectionCleanups
Set<org.hibernate.action.internal.BulkOperationCleanupAction.CollectionCleanup> collectionCleanups
-
entityCleanups
Set<org.hibernate.action.internal.BulkOperationCleanupAction.EntityCleanup> entityCleanups
-
naturalIdCleanups
Set<org.hibernate.action.internal.BulkOperationCleanupAction.NaturalIdCleanup> naturalIdCleanups
-
-
-
Class org.hibernate.action.internal.CollectionAction
class CollectionAction extends Object implements Serializable-
Serialized Fields
-
afterTransactionProcess
AfterTransactionCompletionProcess afterTransactionProcess
-
collection
PersistentCollection<?> collection
-
collectionRole
String collectionRole
-
key
Object key
-
-
-
Class org.hibernate.action.internal.CollectionRecreateAction
class CollectionRecreateAction extends CollectionAction implements Serializable -
Class org.hibernate.action.internal.CollectionRemoveAction
class CollectionRemoveAction extends CollectionAction implements Serializable-
Serialized Fields
-
affectedOwner
Object affectedOwner
-
emptySnapshot
boolean emptySnapshot
-
-
-
Class org.hibernate.action.internal.CollectionUpdateAction
class CollectionUpdateAction extends CollectionAction implements Serializable-
Serialized Fields
-
emptySnapshot
boolean emptySnapshot
-
-
-
Class org.hibernate.action.internal.DelayedPostInsertIdentifier
class DelayedPostInsertIdentifier extends Object implements Serializable-
Serialized Fields
-
identifier
long identifier
-
-
-
Class org.hibernate.action.internal.EntityAction
class EntityAction extends Object implements Serializable -
Exception org.hibernate.action.internal.EntityActionVetoException
class EntityActionVetoException extends HibernateException implements Serializable-
Serialized Fields
-
entityAction
EntityAction entityAction
-
-
-
Class org.hibernate.action.internal.EntityDeleteAction
class EntityDeleteAction extends EntityAction implements Serializable -
Class org.hibernate.action.internal.EntityIdentityInsertAction
class EntityIdentityInsertAction extends AbstractEntityInsertAction implements Serializable -
Class org.hibernate.action.internal.EntityInsertAction
class EntityInsertAction extends AbstractEntityInsertAction implements Serializable -
Class org.hibernate.action.internal.EntityUpdateAction
class EntityUpdateAction extends EntityAction implements Serializable-
Serialized Fields
-
cacheEntry
Object cacheEntry
-
dirtyFields
int[] dirtyFields
-
hasDirtyCollection
boolean hasDirtyCollection
-
lock
SoftLock lock
-
naturalIdMapping
NaturalIdMapping naturalIdMapping
-
nextVersion
Object nextVersion
-
previousNaturalIdValues
Object previousNaturalIdValues
-
previousState
Object[] previousState
-
previousVersion
Object previousVersion
-
rowId
Object rowId
-
state
Object[] state
-
-
-
Class org.hibernate.action.internal.OrphanRemovalAction
class OrphanRemovalAction extends EntityDeleteAction implements Serializable -
Class org.hibernate.action.internal.QueuedOperationCollectionAction
class QueuedOperationCollectionAction extends CollectionAction implements Serializable
-
-
Package org.hibernate.boot
-
Exception org.hibernate.boot.InvalidMappingException
class InvalidMappingException extends InvalidMappingException implements Serializable-
Serialized Fields
-
origin
Origin origin
-
-
-
Exception org.hibernate.boot.MappingException
class MappingException extends MappingException implements Serializable-
Serialized Fields
-
origin
Origin origin
-
-
-
Exception 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<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings
-
mappingXmlBindings
List<Binding<JaxbEntityMappingsImpl>> mappingXmlBindings
-
serviceRegistry
ServiceRegistry serviceRegistry
-
xmlMappingBinderAccess
XmlMappingBinderAccess xmlMappingBinderAccess
-
-
-
Exception org.hibernate.boot.UnsupportedOrmXsdVersionException
class UnsupportedOrmXsdVersionException extends MappingException implements Serializable-
Serialized Fields
-
requestedVersion
String requestedVersion
-
-
-
-
Package org.hibernate.boot.archive.internal
-
Class org.hibernate.boot.archive.internal.ByteArrayInputStreamAccess
class ByteArrayInputStreamAccess extends Object implements Serializable-
Serialized Fields
-
bytes
byte[] bytes
-
name
String name
-
-
-
Class org.hibernate.boot.archive.internal.FileInputStreamAccess
class FileInputStreamAccess extends Object implements Serializable -
Class org.hibernate.boot.archive.internal.UrlInputStreamAccess
class UrlInputStreamAccess extends Object implements Serializable-
Serialized Fields
-
url
URL url
-
-
-
-
Package org.hibernate.boot.archive.scan.internal
-
Class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
class ClassDescriptorImpl extends Object implements Serializable-
Serialized Fields
-
categorization
ClassDescriptor.Categorization categorization
-
name
String name
-
streamAccess
InputStreamAccess streamAccess
-
-
-
Class org.hibernate.boot.archive.scan.internal.MappingFileDescriptorImpl
class MappingFileDescriptorImpl extends Object implements Serializable-
Serialized Fields
-
name
String name
-
streamAccess
InputStreamAccess streamAccess
-
-
-
Class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
class PackageDescriptorImpl extends Object implements Serializable-
Serialized Fields
-
name
String name
-
streamAccess
InputStreamAccess streamAccess
-
-
-
Class org.hibernate.boot.archive.scan.internal.ScanResultImpl
class ScanResultImpl extends Object implements Serializable-
Serialized Fields
-
classDescriptorSet
Set<ClassDescriptor> classDescriptorSet
-
mappingFileSet
Set<MappingFileDescriptor> mappingFileSet
-
packageDescriptorSet
Set<PackageDescriptor> packageDescriptorSet
-
-
-
-
Package org.hibernate.boot.archive.spi
-
Exception org.hibernate.boot.archive.spi.ArchiveException
class ArchiveException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.beanvalidation
-
Exception org.hibernate.boot.beanvalidation.IntegrationException
class IntegrationException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.cfgxml.internal
-
Class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceImpl
class CfgXmlAccessServiceImpl extends Object implements Serializable-
Serialized Fields
-
aggregatedCfgXml
LoadedConfig aggregatedCfgXml
-
-
-
-
Package org.hibernate.boot.cfgxml.spi
-
Package org.hibernate.boot.internal
-
Class org.hibernate.boot.internal.DefaultSessionFactoryBuilderService
class DefaultSessionFactoryBuilderService extends Object implements Serializable -
Exception org.hibernate.boot.internal.FailedSecondPassException
class FailedSecondPassException extends AnnotationException implements Serializable -
Class org.hibernate.boot.internal.MetadataImpl
class MetadataImpl extends Object implements Serializable-
Serialized Fields
-
bootstrapContext
BootstrapContext bootstrapContext
-
collectionBindingMap
Map<String,
Collection> collectionBindingMap -
composites
List<Component> composites
-
database
Database database
-
embeddableDiscriminatorTypesMap
Map<Class<?>,
DiscriminatorType<?>> embeddableDiscriminatorTypesMap -
entityBindingMap
Map<String,
PersistentClass> entityBindingMap -
fetchProfileMap
Map<String,
FetchProfile> fetchProfileMap -
filterDefinitionMap
Map<String,
FilterDefinition> filterDefinitionMap -
genericComponentsMap
Map<Class<?>,
Component> genericComponentsMap -
idGeneratorDefinitionMap
Map<String,
IdentifierGeneratorDefinition> idGeneratorDefinitionMap -
imports
Map<String,
String> imports -
mappedSuperclassMap
Map<Class<?>,
MappedSuperclass> mappedSuperclassMap -
metadataBuildingOptions
MetadataBuildingOptions metadataBuildingOptions
-
namedEntityGraphMap
Map<String,
NamedEntityGraphDefinition> namedEntityGraphMap -
namedNativeQueryMap
Map<String,
NamedNativeQueryDefinition<?>> namedNativeQueryMap -
namedProcedureCallMap
Map<String,
NamedProcedureCallDefinition> namedProcedureCallMap -
namedQueryMap
Map<String,
NamedHqlQueryDefinition<?>> namedQueryMap -
sqlFunctionMap
Map<String,
SqmFunctionDescriptor> sqlFunctionMap -
sqlResultSetMappingMap
Map<String,
NamedResultSetMappingDescriptor> sqlResultSetMappingMap -
typeDefinitionMap
Map<String,
TypeDefinition> typeDefinitionMap -
uuid
UUID uuid
-
-
-
-
Package org.hibernate.boot.jaxb
-
Class org.hibernate.boot.jaxb.JaxbLogger_$logger
class JaxbLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.boot.jaxb.Origin
class Origin extends Object implements Serializable-
Serialized Fields
-
name
String name
-
type
SourceType type
-
-
-
-
Package org.hibernate.boot.jaxb.hbm.spi
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
class JaxbHbmAnyAssociationType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
cascade
String cascade
-
column
List<JaxbHbmColumnType> column
-
idType
String idType
-
index
String index
-
insert
Boolean insert
-
lazy
Boolean lazy
-
metaType
String metaType
-
metaValue
List<JaxbHbmAnyValueMappingType> metaValue
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
class JaxbHbmAnyValueMappingType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
class JaxbHbmArrayType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
elementClass
String elementClass
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
index
JaxbHbmIndexType index
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
listIndex
JaxbHbmListIndexType listIndex
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
class JaxbHbmAuxiliaryDatabaseObjectType extends Object implements Serializable-
Serialized Fields
-
create
String create
-
definition
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition definition
-
dialectScope
List<JaxbHbmDialectScopeType> dialectScope
-
drop
String drop
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
class JaxbHbmDefinition extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
class JaxbHbmBagCollectionType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
class JaxbHbmBaseVersionAttributeType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
columnAttribute
String columnAttribute
-
generated
GenerationTiming generated
-
name
String name
-
node
String node
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
class JaxbHbmBasicAttributeType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
formulaAttribute
String formulaAttribute
-
generated
GenerationTiming generated
-
index
String index
-
insert
Boolean insert
-
lazy
Boolean lazy
-
length
Integer length
-
name
String name
-
node
String node
-
notNull
Boolean notNull
-
optimisticLock
Boolean optimisticLock
-
precision
String precision
-
scale
String scale
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
class JaxbHbmBasicCollectionElementType extends Object implements Serializable-
Serialized Fields
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
formulaAttribute
String formulaAttribute
-
length
Integer length
-
node
String node
-
notNull
Boolean notNull
-
precision
Integer precision
-
scale
Integer scale
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
unique
Boolean unique
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
class JaxbHbmCacheType extends Object implements Serializable-
Serialized Fields
-
include
JaxbHbmCacheInclusionEnum include
-
region
String region
-
usage
AccessType usage
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
class JaxbHbmClassRenameType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
class JaxbHbmCollectionIdType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
generator
JaxbHbmGeneratorSpecificationType generator
-
length
Integer length
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
class JaxbHbmColumnType extends Object implements Serializable-
Serialized Fields
-
_default
String _default
-
check
String check
-
comment
String comment
-
index
String index
-
length
Integer length
-
name
String name
-
notNull
Boolean notNull
-
precision
Integer precision
-
read
String read
-
scale
Integer scale
-
sqlType
String sqlType
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
write
String write
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
class JaxbHbmCompositeAttributeType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
attributes
List<Serializable> attributes
-
clazz
String clazz
-
insert
Boolean insert
-
lazy
Boolean lazy
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
parent
JaxbHbmParentType parent
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
unique
Boolean unique
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
class JaxbHbmCompositeCollectionElementType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
clazz
String clazz
-
node
String node
-
parent
JaxbHbmParentType parent
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
class JaxbHbmCompositeIdType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
clazz
String clazz
-
generator
JaxbHbmGeneratorSpecificationType generator
-
keyPropertyOrKeyManyToOne
List<JaxbHbmToolingHintContainer> keyPropertyOrKeyManyToOne
-
mapped
Boolean mapped
-
name
String name
-
node
String node
-
unsavedValue
JaxbHbmUnsavedValueCompositeIdEnum unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
class JaxbHbmCompositeIndexType extends Object implements Serializable-
Serialized Fields
-
attributes
List<JaxbHbmToolingHintContainer> attributes
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
class JaxbHbmCompositeKeyBasicAttributeType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
length
Integer length
-
name
String name
-
node
String node
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
class JaxbHbmCompositeKeyManyToOneType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
clazz
String clazz
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
entityName
String entityName
-
foreignKey
String foreignKey
-
lazy
JaxbHbmLazyEnum lazy
-
name
String name
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
class JaxbHbmConfigParameterContainer extends Object implements Serializable-
Serialized Fields
-
configParameters
List<JaxbHbmConfigParameterType> configParameters
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
class JaxbHbmConfigParameterType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
class JaxbHbmCustomSqlDmlType extends Object implements Serializable-
Serialized Fields
-
callable
Boolean callable
-
check
ExecuteUpdateResultCheckStyle check
-
value
String value
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
class JaxbHbmDialectScopeType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
class JaxbHbmDiscriminatorSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
discriminatorValue
String discriminatorValue
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
join
List<JaxbHbmSecondaryTableType> join
-
loader
JaxbHbmLoaderType loader
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subclass
List<JaxbHbmDiscriminatorSubclassEntityType> subclass
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
class JaxbHbmDynamicComponentType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
class JaxbHbmEntityBaseDefinition extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
_abstract
Boolean _abstract
-
batchSize
Integer batchSize
-
dynamicInsert
Boolean dynamicInsert
-
dynamicUpdate
Boolean dynamicUpdate
-
entityName
String entityName
-
lazy
Boolean lazy
-
name
String name
-
node
String node
-
persister
String persister
-
proxy
String proxy
-
selectBeforeUpdate
Boolean selectBeforeUpdate
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
class JaxbHbmEntityDiscriminatorType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
class JaxbHbmFetchProfileType extends Object implements Serializable-
Serialized Fields
-
fetch
List<JaxbHbmFetchProfileType.JaxbHbmFetch> fetch
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
class JaxbHbmFetch extends Object implements Serializable-
Serialized Fields
-
association
String association
-
entity
String entity
-
style
JaxbHbmFetchStyleEnum style
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
class JaxbHbmFilterAliasMappingType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
class JaxbHbmFilterDefinitionType extends Object implements Serializable-
Serialized Fields
-
condition
String condition
-
content
List<Serializable> content
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
class JaxbHbmFilterParameterType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
class JaxbHbmFilterType extends Object implements Serializable-
Serialized Fields
-
autoAliasInjection
String autoAliasInjection
-
condition
String condition
-
content
List<Serializable> content
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
class JaxbHbmGeneratorSpecificationType extends JaxbHbmConfigParameterContainer implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
class JaxbHbmHibernateMapping extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
_import
List<JaxbHbmClassRenameType> _import
-
_package
String _package
-
autoImport
Boolean autoImport
-
catalog
String catalog
-
clazz
List<JaxbHbmRootEntityType> clazz
-
databaseObject
List<JaxbHbmAuxiliaryDatabaseObjectType> databaseObject
-
defaultAccess
String defaultAccess
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
filterDef
List<JaxbHbmFilterDefinitionType> filterDef
-
identifierGenerator
List<JaxbHbmIdentifierGeneratorDefinitionType> identifierGenerator
-
joinedSubclass
List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
schema
String schema
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
subclass
List<JaxbHbmDiscriminatorSubclassEntityType> subclass
-
typedef
List<JaxbHbmTypeDefinitionType> typedef
-
unionSubclass
List<JaxbHbmUnionSubclassEntityType> unionSubclass
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
class JaxbHbmIdBagCollectionType extends PluralAttributeInfoIdBagAdapter implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionId
JaxbHbmCollectionIdType collectionId
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
class JaxbHbmIdentifierGeneratorDefinitionType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
class JaxbHbmIndexManyToAnyType extends Object implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
idType
String idType
-
metaType
String metaType
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
class JaxbHbmIndexManyToManyType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
class JaxbHbmIndexType extends Object implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
length
Integer length
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
class JaxbHbmJoinedSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
discriminatorValue
String discriminatorValue
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
joinedSubclass
List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
-
key
JaxbHbmKeyType key
-
loader
JaxbHbmLoaderType loader
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
class JaxbHbmKeyType extends Object implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
foreignKey
String foreignKey
-
notNull
Boolean notNull
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
class JaxbHbmListIndexType extends Object implements Serializable-
Serialized Fields
-
base
String base
-
column
JaxbHbmColumnType column
-
columnAttribute
String columnAttribute
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
class JaxbHbmListType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
index
JaxbHbmIndexType index
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
listIndex
JaxbHbmListIndexType listIndex
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
class JaxbHbmLoaderType extends Object implements Serializable-
Serialized Fields
-
queryRef
String queryRef
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
class JaxbHbmManyToAnyCollectionElementType extends Object implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
idType
String idType
-
metaType
String metaType
-
metaValue
List<JaxbHbmAnyValueMappingType> metaValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
class JaxbHbmManyToManyCollectionElementType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
clazz
String clazz
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
foreignKey
String foreignKey
-
formulaAttribute
String formulaAttribute
-
lazy
JaxbHbmLazyEnum lazy
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
class JaxbHbmManyToOneType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
cascade
String cascade
-
clazz
String clazz
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
foreignKey
String foreignKey
-
formulaAttribute
String formulaAttribute
-
index
String index
-
insert
Boolean insert
-
lazy
JaxbHbmLazyWithNoProxyEnum lazy
-
name
String name
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
notNull
Boolean notNull
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
class JaxbHbmMapKeyBasicType extends Object implements Serializable-
Serialized Fields
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
formulaAttribute
String formulaAttribute
-
length
Integer length
-
node
String node
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
class JaxbHbmMapKeyCompositeType extends Object implements Serializable-
Serialized Fields
-
attributes
List<JaxbHbmToolingHintContainer> attributes
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
class JaxbHbmMapKeyManyToManyType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
class JaxbHbmMapType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
compositeIndex
JaxbHbmCompositeIndexType compositeIndex
-
compositeMapKey
JaxbHbmMapKeyCompositeType compositeMapKey
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
index
JaxbHbmIndexType index
-
indexManyToAny
JaxbHbmIndexManyToAnyType indexManyToAny
-
indexManyToMany
JaxbHbmIndexManyToManyType indexManyToMany
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mapKey
JaxbHbmMapKeyBasicType mapKey
-
mapKeyManyToMany
JaxbHbmMapKeyManyToManyType mapKeyManyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sort
String sort
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
class JaxbHbmMultiTenancyType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
class JaxbHbmNamedNativeQueryType extends Object implements Serializable-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
callable
Boolean callable
-
comment
String comment
-
content
List<Serializable> content
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
name
String name
-
readOnly
Boolean readOnly
-
resultsetRef
String resultsetRef
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
class JaxbHbmNamedQueryType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
class JaxbHbmNativeQueryCollectionLoadReturnType extends Object implements Serializable-
Serialized Fields
-
alias
String alias
-
lockMode
LockMode lockMode
-
returnProperty
List<JaxbHbmNativeQueryPropertyReturnType> returnProperty
-
role
String role
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
class JaxbHbmNativeQueryJoinReturnType extends Object implements Serializable-
Serialized Fields
-
alias
String alias
-
lockMode
LockMode lockMode
-
property
String property
-
returnProperty
List<JaxbHbmNativeQueryPropertyReturnType> returnProperty
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
class JaxbHbmNativeQueryPropertyReturnType extends Object implements Serializable-
Serialized Fields
-
column
String column
-
name
String name
-
returnColumn
List<JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn> returnColumn
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
class JaxbHbmReturnColumn extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
class JaxbHbmNativeQueryReturnType extends Object implements Serializable-
Serialized Fields
-
alias
String alias
-
clazz
String clazz
-
entityName
String entityName
-
lockMode
LockMode lockMode
-
returnDiscriminator
JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator returnDiscriminator
-
returnProperty
List<JaxbHbmNativeQueryPropertyReturnType> returnProperty
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
class JaxbHbmReturnDiscriminator extends Object implements Serializable-
Serialized Fields
-
column
String column
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
class JaxbHbmNativeQueryScalarReturnType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
class JaxbHbmNaturalIdCacheType extends Object implements Serializable-
Serialized Fields
-
region
String region
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
class JaxbHbmNaturalIdType extends Object implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
mutable
Boolean mutable
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
class JaxbHbmNestedCompositeElementType extends Object implements Serializable-
Serialized Fields
-
access
String access
-
attributes
List<Serializable> attributes
-
clazz
String clazz
-
name
String name
-
node
String node
-
parent
JaxbHbmParentType parent
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
class JaxbHbmOneToManyCollectionElementType extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
class JaxbHbmOneToOneType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
cascade
String cascade
-
clazz
String clazz
-
constrained
Boolean constrained
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
foreignKey
String foreignKey
-
formula
List<String> formula
-
formulaAttribute
String formulaAttribute
-
lazy
JaxbHbmLazyWithNoProxyEnum lazy
-
name
String name
-
node
String node
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
class JaxbHbmParentType extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
class JaxbHbmPrimitiveArrayType extends PluralAttributeInfoPrimitiveArrayAdapter implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
index
JaxbHbmIndexType index
-
key
JaxbHbmKeyType key
-
listIndex
JaxbHbmListIndexType listIndex
-
loader
JaxbHbmLoaderType loader
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
class JaxbHbmPropertiesType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
class JaxbHbmQueryParamType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
class JaxbHbmResultSetMappingType extends Object implements Serializable-
Serialized Fields
-
name
String name
-
valueMappingSources
List<Serializable> valueMappingSources
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
class JaxbHbmRootEntityType extends JaxbHbmEntityBaseDefinition implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
cache
JaxbHbmCacheType cache
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
compositeId
JaxbHbmCompositeIdType compositeId
-
discriminator
JaxbHbmEntityDiscriminatorType discriminator
-
discriminatorValue
String discriminatorValue
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
filter
List<JaxbHbmFilterType> filter
-
id
JaxbHbmSimpleIdType id
-
join
List<JaxbHbmSecondaryTableType> join
-
joinedSubclass
List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
-
loader
JaxbHbmLoaderType loader
-
multiTenancy
JaxbHbmMultiTenancyType multiTenancy
-
mutable
Boolean mutable
-
naturalId
JaxbHbmNaturalIdType naturalId
-
naturalIdCache
JaxbHbmNaturalIdCacheType naturalIdCache
-
optimisticLock
OptimisticLockStyle optimisticLock
-
polymorphism
JaxbHbmPolymorphismEnum polymorphism
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
rowid
String rowid
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subclass
List<JaxbHbmDiscriminatorSubclassEntityType> subclass
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
timestamp
JaxbHbmTimestampAttributeType timestamp
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
unionSubclass
List<JaxbHbmUnionSubclassEntityType> unionSubclass
-
version
JaxbHbmVersionAttributeType version
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
class JaxbHbmSecondaryTableType extends Object implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
catalog
String catalog
-
comment
String comment
-
fetch
JaxbHbmFetchStyleEnum fetch
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
optional
Boolean optional
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
table
String table
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
class JaxbHbmSetType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sort
String sort
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
class JaxbHbmSimpleIdType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
generator
JaxbHbmGeneratorSpecificationType generator
-
length
Integer length
-
name
String name
-
node
String node
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
unsavedValue
String unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
class JaxbHbmSubclassEntityBaseDefinition extends JaxbHbmEntityBaseDefinition implements Serializable-
Serialized Fields
-
_extends
String _extends
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
class JaxbHbmSynchronizeType extends Object implements Serializable-
Serialized Fields
-
table
String table
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
class JaxbHbmTimestampAttributeType extends JaxbHbmBaseVersionAttributeType implements Serializable-
Serialized Fields
-
source
JaxbHbmTimestampSourceEnum source
-
unsavedValue
JaxbHbmUnsavedValueTimestampEnum unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
class JaxbHbmToolingHintContainer extends Object implements Serializable-
Serialized Fields
-
toolingHints
List<JaxbHbmToolingHintType> toolingHints
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
class JaxbHbmToolingHintType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
class JaxbHbmTuplizerType extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
entityMode
RepresentationMode entityMode
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
class JaxbHbmTypeDefinitionType extends JaxbHbmConfigParameterContainer implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
class JaxbHbmTypeSpecificationType extends JaxbHbmConfigParameterContainer implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
class JaxbHbmUnionSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
loader
JaxbHbmLoaderType loader
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
unionSubclass
List<JaxbHbmUnionSubclassEntityType> unionSubclass
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
class JaxbHbmVersionAttributeType extends JaxbHbmBaseVersionAttributeType implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
insert
Boolean insert
-
type
String type
-
unsavedValue
JaxbHbmUnsavedValueVersionEnum unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
class PluralAttributeInfoIdBagAdapter extends JaxbHbmToolingHintContainer implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
class PluralAttributeInfoPrimitiveArrayAdapter extends JaxbHbmToolingHintContainer implements Serializable
-
-
Package org.hibernate.boot.jaxb.hbm.transform
-
Exception org.hibernate.boot.jaxb.hbm.transform.UnknownEntityReferenceException
class UnknownEntityReferenceException extends MappingException implements Serializable
-
-
Package org.hibernate.boot.jaxb.internal.stax
-
Exception org.hibernate.boot.jaxb.internal.stax.AbstractEventReader.BadVersionException
class BadVersionException extends RuntimeException implements Serializable-
Serialized Fields
-
requestedVersion
String requestedVersion
-
-
-
Exception org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader.BadVersionException
class BadVersionException extends RuntimeException implements Serializable-
Serialized Fields
-
requestedVersion
String requestedVersion
-
-
-
Exception org.hibernate.boot.jaxb.internal.stax.XmlInfrastructureException
class XmlInfrastructureException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.jaxb.mapping.spi
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyDiscriminatorValueMappingImpl
class JaxbAnyDiscriminatorValueMappingImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingDiscriminatorImpl
class JaxbAnyMappingDiscriminatorImpl extends Object implements Serializable-
Serialized Fields
-
column
JaxbColumnImpl column
-
type
DiscriminatorType type
-
valueMappings
List<JaxbAnyDiscriminatorValueMappingImpl> valueMappings
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingImpl
class JaxbAnyMappingImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeTypeImpl cascade
-
discriminator
JaxbAnyMappingDiscriminatorImpl discriminator
-
fetch
FetchType fetch
-
fetchMode
JaxbSingularFetchModeImpl fetchMode
-
key
JaxbAnyMappingKeyImpl key
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
optional
Boolean optional
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingKeyImpl
class JaxbAnyMappingKeyImpl extends Object implements Serializable-
Serialized Fields
-
columns
List<JaxbColumnImpl> columns
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverrideImpl
class JaxbAssociationOverrideImpl extends Object implements Serializable-
Serialized Fields
-
description
String description
-
foreignKeys
JaxbForeignKeyImpl foreignKeys
-
joinColumns
List<JaxbJoinColumnImpl> joinColumns
-
joinTable
JaxbJoinTableImpl joinTable
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverrideImpl
class JaxbAttributeOverrideImpl extends Object implements Serializable-
Serialized Fields
-
column
JaxbColumnImpl column
-
description
String description
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
class JaxbAttributesContainerImpl extends Object implements Serializable-
Serialized Fields
-
anyMappingAttributes
List<JaxbAnyMappingImpl> anyMappingAttributes
-
basicAttributes
List<JaxbBasicImpl> basicAttributes
-
description
String description
-
elementCollectionAttributes
List<JaxbElementCollectionImpl> elementCollectionAttributes
-
embeddedAttributes
List<JaxbEmbeddedImpl> embeddedAttributes
-
embeddedIdAttribute
JaxbEmbeddedIdImpl embeddedIdAttribute
-
idAttributes
List<JaxbIdImpl> idAttributes
-
manyToManyAttributes
List<JaxbManyToManyImpl> manyToManyAttributes
-
manyToOneAttributes
List<JaxbManyToOneImpl> manyToOneAttributes
-
naturalId
JaxbNaturalIdImpl naturalId
-
oneToManyAttributes
List<JaxbOneToManyImpl> oneToManyAttributes
-
oneToOneAttributes
List<JaxbOneToOneImpl> oneToOneAttributes
-
pluralAnyMappingAttributes
List<JaxbPluralAnyMappingImpl> pluralAnyMappingAttributes
-
transients
List<JaxbTransientImpl> transients
-
version
JaxbVersionImpl version
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
class JaxbBasicImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumnImpl column
-
convert
JaxbConvertImpl convert
-
enumerated
EnumType enumerated
-
fetch
FetchType fetch
-
formula
String formula
-
generated
GenerationTiming generated
-
javaType
String javaType
-
jdbcType
String jdbcType
-
jdbcTypeCode
Integer jdbcTypeCode
-
jdbcTypeName
String jdbcTypeName
-
lob
JaxbLobImpl lob
-
name
String name
-
nationalized
JaxbNationalizedImpl nationalized
-
optimisticLock
Boolean optimisticLock
-
optional
Boolean optional
-
target
String target
-
temporal
TemporalType temporal
-
type
JaxbUserTypeImpl type
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbCachingImpl
class JaxbCachingImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
includeLazy
Boolean includeLazy
-
region
String region
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
class JaxbCascadeTypeImpl extends Object implements Serializable-
Serialized Fields
-
cascadeAll
JaxbEmptyTypeImpl cascadeAll
-
cascadeDetach
JaxbEmptyTypeImpl cascadeDetach
-
cascadeLock
JaxbEmptyTypeImpl cascadeLock
-
cascadeMerge
JaxbEmptyTypeImpl cascadeMerge
-
cascadePersist
JaxbEmptyTypeImpl cascadePersist
-
cascadeRefresh
JaxbEmptyTypeImpl cascadeRefresh
-
cascadeRemove
JaxbEmptyTypeImpl cascadeRemove
-
cascadeReplicate
JaxbEmptyTypeImpl cascadeReplicate
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbCheckConstraintImpl
class JaxbCheckConstraintImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionIdImpl
class JaxbCollectionIdImpl extends Object implements Serializable-
Serialized Fields
-
column
JaxbColumnImpl column
-
generator
JaxbGeneratedValueImpl generator
-
javaType
String javaType
-
jdbcType
String jdbcType
-
jdbcTypeCode
Integer jdbcTypeCode
-
jdbcTypeName
String jdbcTypeName
-
target
String target
-
type
JaxbUserTypeImpl type
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTableImpl
class JaxbCollectionTableImpl extends Object implements Serializable-
Serialized Fields
-
catalog
String catalog
-
checkConstraints
List<JaxbCheckConstraintImpl> checkConstraints
-
comment
String comment
-
foreignKeys
JaxbForeignKeyImpl foreignKeys
-
indexes
List<JaxbIndexImpl> indexes
-
joinColumns
List<JaxbJoinColumnImpl> joinColumns
-
name
String name
-
options
String options
-
schema
String schema
-
uniqueConstraints
List<JaxbUniqueConstraintImpl> uniqueConstraints
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionUserTypeImpl
class JaxbCollectionUserTypeImpl extends Object implements Serializable-
Serialized Fields
-
parameters
List<JaxbConfigurationParameterImpl> parameters
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionUserTypeRegistrationImpl
class JaxbCollectionUserTypeRegistrationImpl extends Object implements Serializable-
Serialized Fields
-
classification
CollectionClassification classification
-
descriptor
String descriptor
-
parameters
List<JaxbConfigurationParameterImpl> parameters
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnImpl
class JaxbColumnImpl extends Object implements Serializable-
Serialized Fields
-
_default
String _default
-
checkConstraints
List<JaxbCheckConstraintImpl> checkConstraints
-
columnDefinition
String columnDefinition
-
comment
String comment
-
insertable
Boolean insertable
-
length
Integer length
-
name
String name
-
nullable
Boolean nullable
-
options
String options
-
precision
Integer precision
-
read
String read
-
scale
Integer scale
-
secondPrecision
Integer secondPrecision
-
table
String table
-
unique
Boolean unique
-
updatable
Boolean updatable
-
write
String write
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResultImpl
class JaxbColumnResultImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbCompositeUserTypeRegistrationImpl
class JaxbCompositeUserTypeRegistrationImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbConfigurationParameterImpl
class JaxbConfigurationParameterImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResultImpl
class JaxbConstructorResultImpl extends Object implements Serializable-
Serialized Fields
-
columns
List<JaxbColumnResultImpl> columns
-
targetClass
String targetClass
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterImpl
class JaxbConverterImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl
class JaxbConverterRegistrationImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbConvertImpl
class JaxbConvertImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbCustomSqlImpl
class JaxbCustomSqlImpl extends Object implements Serializable-
Serialized Fields
-
callable
Boolean callable
-
resultCheck
ExecuteUpdateResultCheckStyle resultCheck
-
table
String table
-
value
String value
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectImpl
class JaxbDatabaseObjectImpl extends Object implements Serializable-
Serialized Fields
-
create
String create
-
definition
JaxbDatabaseObjectImpl.JaxbDefinitionImpl definition
-
dialectScopes
List<JaxbDatabaseObjectScopeImpl> dialectScopes
-
drop
String drop
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectImpl.JaxbDefinitionImpl
class JaxbDefinitionImpl extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectScopeImpl
class JaxbDatabaseObjectScopeImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumnImpl
class JaxbDiscriminatorColumnImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorFormulaImpl
class JaxbDiscriminatorFormulaImpl extends Object implements Serializable-
Serialized Fields
-
discriminatorType
DiscriminatorType discriminatorType
-
forceSelection
Boolean forceSelection
-
fragment
String fragment
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
class JaxbElementCollectionImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
associationOverrides
List<JaxbAssociationOverrideImpl> associationOverrides
-
attributeAccessor
String attributeAccessor
-
attributeOverrides
List<JaxbAttributeOverrideImpl> attributeOverrides
-
classification
LimitedCollectionClassification classification
-
collectionId
JaxbCollectionIdImpl collectionId
-
collectionTable
JaxbCollectionTableImpl collectionTable
-
collectionType
JaxbCollectionUserTypeImpl collectionType
-
column
JaxbColumnImpl column
-
converts
List<JaxbConvertImpl> converts
-
enumerated
EnumType enumerated
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchModeImpl fetchMode
-
filters
List<JaxbHbmFilterImpl> filters
-
formula
String formula
-
javaType
String javaType
-
jdbcType
String jdbcType
-
jdbcTypeCode
Integer jdbcTypeCode
-
jdbcTypeName
String jdbcTypeName
-
lob
JaxbLobImpl lob
-
mapKey
JaxbMapKeyImpl mapKey
-
mapKeyAttributeOverrides
List<JaxbAttributeOverrideImpl> mapKeyAttributeOverrides
-
mapKeyClass
JaxbMapKeyClassImpl mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumnImpl mapKeyColumn
-
mapKeyConverts
List<JaxbConvertImpl> mapKeyConverts
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKeyImpl mapKeyForeignKey
-
mapKeyJoinColumns
List<JaxbMapKeyJoinColumnImpl> mapKeyJoinColumns
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
mapKeyType
JaxbUserTypeImpl mapKeyType
-
name
String name
-
nationalized
JaxbNationalizedImpl nationalized
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumnImpl orderColumn
-
sort
String sort
-
sortNatural
JaxbPluralAnyMappingImpl.JaxbSortNaturalImpl sortNatural
-
sqlDelete
JaxbCustomSqlImpl sqlDelete
-
sqlDeleteAll
JaxbCustomSqlImpl sqlDeleteAll
-
sqlInsert
JaxbCustomSqlImpl sqlInsert
-
sqlRestriction
String sqlRestriction
-
sqlUpdate
JaxbCustomSqlImpl sqlUpdate
-
target
String target
-
targetClass
String targetClass
-
temporal
TemporalType temporal
-
type
JaxbUserTypeImpl type
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributesContainerImpl
class JaxbEmbeddableAttributesContainerImpl extends Object implements Serializable-
Serialized Fields
-
anyMappingAttributes
List<JaxbAnyMappingImpl> anyMappingAttributes
-
basicAttributes
List<JaxbBasicImpl> basicAttributes
-
elementCollectionAttributes
List<JaxbElementCollectionImpl> elementCollectionAttributes
-
embeddedAttributes
List<JaxbEmbeddedImpl> embeddedAttributes
-
manyToManyAttributes
List<JaxbManyToManyImpl> manyToManyAttributes
-
manyToOneAttributes
List<JaxbManyToOneImpl> manyToOneAttributes
-
oneToManyAttributes
List<JaxbOneToManyImpl> oneToManyAttributes
-
oneToOneAttributes
List<JaxbOneToOneImpl> oneToOneAttributes
-
pluralAnyMappingAttributes
List<JaxbPluralAnyMappingImpl> pluralAnyMappingAttributes
-
transients
List<JaxbTransientImpl> transients
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableImpl
class JaxbEmbeddableImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributes
JaxbEmbeddableAttributesContainerImpl attributes
-
clazz
String clazz
-
description
String description
-
instantiator
String instantiator
-
metadataComplete
Boolean metadataComplete
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableInstantiatorRegistrationImpl
class JaxbEmbeddableInstantiatorRegistrationImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedIdImpl
class JaxbEmbeddedIdImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
attributeOverrides
List<JaxbAttributeOverrideImpl> attributeOverrides
-
name
String name
-
target
String target
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
class JaxbEmbeddedImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
associationOverrides
List<JaxbAssociationOverrideImpl> associationOverrides
-
attributeAccessor
String attributeAccessor
-
attributeOverrides
List<JaxbAttributeOverrideImpl> attributeOverrides
-
converts
List<JaxbConvertImpl> converts
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
target
String target
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEmptyTypeImpl
class JaxbEmptyTypeImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
class JaxbEntityImpl extends Object implements Serializable-
Serialized Fields
-
_abstract
Boolean _abstract
-
_extends
String _extends
-
access
AccessType access
-
associationOverrides
List<JaxbAssociationOverrideImpl> associationOverrides
-
attributeAccessor
String attributeAccessor
-
attributeOverrides
List<JaxbAttributeOverrideImpl> attributeOverrides
-
attributes
JaxbAttributesContainerImpl attributes
-
batchSize
Integer batchSize
-
cacheable
Boolean cacheable
-
caching
JaxbCachingImpl caching
-
clazz
String clazz
-
converts
List<JaxbConvertImpl> converts
-
description
String description
-
discriminatorColumn
JaxbDiscriminatorColumnImpl discriminatorColumn
-
discriminatorFormula
JaxbDiscriminatorFormulaImpl discriminatorFormula
-
discriminatorValue
String discriminatorValue
-
dynamicInsert
Boolean dynamicInsert
-
dynamicUpdate
Boolean dynamicUpdate
-
entityListenerContainer
JaxbEntityListenerContainerImpl entityListenerContainer
-
excludeDefaultListeners
JaxbEmptyTypeImpl excludeDefaultListeners
-
excludeSuperclassListeners
JaxbEmptyTypeImpl excludeSuperclassListeners
-
fetchProfiles
List<JaxbFetchProfileImpl> fetchProfiles
-
filters
List<JaxbHbmFilterImpl> filters
-
genericGenerator
JaxbGenericIdGeneratorImpl genericGenerator
-
hqlSelect
String hqlSelect
-
idClass
JaxbIdClassImpl idClass
-
inheritance
JaxbInheritanceImpl inheritance
-
lazy
Boolean lazy
-
metadataComplete
Boolean metadataComplete
-
mutable
Boolean mutable
-
name
String name
-
namedEntityGraphs
List<JaxbNamedEntityGraphImpl> namedEntityGraphs
-
namedNativeQueries
List<JaxbNamedNativeQueryImpl> namedNativeQueries
-
namedQueries
List<JaxbNamedQueryImpl> namedQueries
-
namedStoredProcedureQueries
List<JaxbNamedStoredProcedureQueryImpl> namedStoredProcedureQueries
-
optimisticLocking
OptimisticLockStyle optimisticLocking
-
polymorphism
PolymorphismType polymorphism
-
postLoad
JaxbPostLoadImpl postLoad
-
postPersist
JaxbPostPersistImpl postPersist
-
postRemove
JaxbPostRemoveImpl postRemove
-
postUpdate
JaxbPostUpdateImpl postUpdate
-
prePersist
JaxbPrePersistImpl prePersist
-
preRemove
JaxbPreRemoveImpl preRemove
-
preUpdate
JaxbPreUpdateImpl preUpdate
-
primaryKeyForeignKey
JaxbForeignKeyImpl primaryKeyForeignKey
-
primaryKeyJoinColumns
List<JaxbPrimaryKeyJoinColumnImpl> primaryKeyJoinColumns
-
proxy
String proxy
-
rowid
String rowid
-
secondaryTables
List<JaxbSecondaryTableImpl> secondaryTables
-
selectBeforeUpdate
Boolean selectBeforeUpdate
-
sequenceGenerator
JaxbSequenceGeneratorImpl sequenceGenerator
-
sqlDelete
JaxbCustomSqlImpl sqlDelete
-
sqlInsert
JaxbCustomSqlImpl sqlInsert
-
sqlRestriction
String sqlRestriction
-
sqlResultSetMappings
List<JaxbSqlResultSetMappingImpl> sqlResultSetMappings
-
sqlSelect
JaxbSqlSelectImpl sqlSelect
-
sqlUpdate
JaxbCustomSqlImpl sqlUpdate
-
synchronizeTables
List<JaxbSynchronizedTableImpl> synchronizeTables
-
table
JaxbTableImpl table
-
tableExpression
String tableExpression
-
tableGenerator
JaxbTableGeneratorImpl tableGenerator
-
tenantId
JaxbTenantIdImpl tenantId
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListenerContainerImpl
class JaxbEntityListenerContainerImpl extends Object implements Serializable-
Serialized Fields
-
entityListeners
List<JaxbEntityListenerImpl> entityListeners
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListenerImpl
class JaxbEntityListenerImpl extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
description
String description
-
postLoad
JaxbPostLoadImpl postLoad
-
postPersist
JaxbPostPersistImpl postPersist
-
postRemove
JaxbPostRemoveImpl postRemove
-
postUpdate
JaxbPostUpdateImpl postUpdate
-
prePersist
JaxbPrePersistImpl prePersist
-
preRemove
JaxbPreRemoveImpl preRemove
-
preUpdate
JaxbPreUpdateImpl preUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
class JaxbEntityMappingsImpl extends Object implements Serializable-
Serialized Fields
-
_package
String _package
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
autoImport
Boolean autoImport
-
catalog
String catalog
-
collectionUserTypeRegistrations
List<JaxbCollectionUserTypeRegistrationImpl> collectionUserTypeRegistrations
-
compositeUserTypeRegistrations
List<JaxbCompositeUserTypeRegistrationImpl> compositeUserTypeRegistrations
-
converterRegistrations
List<JaxbConverterRegistrationImpl> converterRegistrations
-
converters
List<JaxbConverterImpl> converters
-
databaseObjects
List<JaxbDatabaseObjectImpl> databaseObjects
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
description
String description
-
embeddableInstantiatorRegistrations
List<JaxbEmbeddableInstantiatorRegistrationImpl> embeddableInstantiatorRegistrations
-
embeddables
List<JaxbEmbeddableImpl> embeddables
-
entities
List<JaxbEntityImpl> entities
-
fetchProfiles
List<JaxbFetchProfileImpl> fetchProfiles
-
filterDefinitions
List<JaxbFilterDefImpl> filterDefinitions
-
genericGenerators
List<JaxbGenericIdGeneratorImpl> genericGenerators
-
hqlImports
List<JaxbHqlImportImpl> hqlImports
-
javaTypeRegistrations
List<JaxbJavaTypeRegistrationImpl> javaTypeRegistrations
-
jdbcTypeRegistrations
List<JaxbJdbcTypeRegistrationImpl> jdbcTypeRegistrations
-
mappedSuperclasses
List<JaxbMappedSuperclassImpl> mappedSuperclasses
-
namedNativeQueries
List<JaxbNamedNativeQueryImpl> namedNativeQueries
-
namedProcedureQueries
List<JaxbNamedStoredProcedureQueryImpl> namedProcedureQueries
-
namedQueries
List<JaxbNamedQueryImpl> namedQueries
-
persistenceUnitMetadata
JaxbPersistenceUnitMetadataImpl persistenceUnitMetadata
-
schema
String schema
-
sequenceGenerators
List<JaxbSequenceGeneratorImpl> sequenceGenerators
-
sqlResultSetMappings
List<JaxbSqlResultSetMappingImpl> sqlResultSetMappings
-
tableGenerators
List<JaxbTableGeneratorImpl> tableGenerators
-
userTypeRegistrations
List<JaxbUserTypeRegistrationImpl> userTypeRegistrations
-
version
String version
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResultImpl
class JaxbEntityResultImpl extends Object implements Serializable-
Serialized Fields
-
discriminatorColumn
String discriminatorColumn
-
entityClass
String entityClass
-
fieldResult
List<JaxbFieldResultImpl> fieldResult
-
lockMode
LockModeType lockMode
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbFetchProfileImpl
class JaxbFetchProfileImpl extends Object implements Serializable-
Serialized Fields
-
fetch
List<JaxbFetchProfileImpl.JaxbFetchImpl> fetch
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbFetchProfileImpl.JaxbFetchImpl
class JaxbFetchImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResultImpl
class JaxbFieldResultImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterDefImpl
class JaxbFilterDefImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterDefImpl.JaxbFilterParamImpl
class JaxbFilterParamImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKeyImpl
class JaxbForeignKeyImpl extends Object implements Serializable-
Serialized Fields
-
constraintMode
ConstraintMode constraintMode
-
description
String description
-
foreignKeyDefinition
String foreignKeyDefinition
-
name
String name
-
options
String options
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValueImpl
class JaxbGeneratedValueImpl extends Object implements Serializable-
Serialized Fields
-
generator
String generator
-
strategy
GenerationType strategy
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbGenericIdGeneratorImpl
class JaxbGenericIdGeneratorImpl extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
name
String name
-
parameters
List<JaxbConfigurationParameterImpl> parameters
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbHbmFilterImpl
class JaxbHbmFilterImpl extends Object implements Serializable-
Serialized Fields
-
aliases
List<JaxbHbmFilterImpl.JaxbAliasesImpl> aliases
-
autoAliasInjection
Boolean autoAliasInjection
-
condition
String condition
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbHbmFilterImpl.JaxbAliasesImpl
class JaxbAliasesImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbHqlImportImpl
class JaxbHqlImportImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbIdClassImpl
class JaxbIdClassImpl extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbIdImpl
class JaxbIdImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumnImpl column
-
generatedValue
JaxbGeneratedValueImpl generatedValue
-
genericGenerator
JaxbGenericIdGeneratorImpl genericGenerator
-
javaType
String javaType
-
jdbcType
String jdbcType
-
jdbcTypeCode
Integer jdbcTypeCode
-
jdbcTypeName
String jdbcTypeName
-
name
String name
-
sequenceGenerator
JaxbSequenceGeneratorImpl sequenceGenerator
-
tableGenerator
JaxbTableGeneratorImpl tableGenerator
-
target
String target
-
temporal
TemporalType temporal
-
type
JaxbUserTypeImpl type
-
unsavedValue
String unsavedValue
-
uuidGenerator
JaxbUuidGeneratorImpl uuidGenerator
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbIndexImpl
class JaxbIndexImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbInheritanceImpl
class JaxbInheritanceImpl extends Object implements Serializable-
Serialized Fields
-
strategy
InheritanceType strategy
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbJavaTypeRegistrationImpl
class JaxbJavaTypeRegistrationImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbJdbcTypeRegistrationImpl
class JaxbJdbcTypeRegistrationImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumnImpl
class JaxbJoinColumnImpl extends Object implements Serializable-
Serialized Fields
-
checkConstraints
List<JaxbCheckConstraintImpl> checkConstraints
-
columnDefinition
String columnDefinition
-
comment
String comment
-
foreignKey
JaxbForeignKeyImpl foreignKey
-
insertable
Boolean insertable
-
name
String name
-
nullable
Boolean nullable
-
options
String options
-
referencedColumnName
String referencedColumnName
-
table
String table
-
unique
Boolean unique
-
updatable
Boolean updatable
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTableImpl
class JaxbJoinTableImpl extends Object implements Serializable-
Serialized Fields
-
catalog
String catalog
-
checkConstraints
List<JaxbCheckConstraintImpl> checkConstraints
-
comment
String comment
-
foreignKey
JaxbForeignKeyImpl foreignKey
-
indexes
List<JaxbIndexImpl> indexes
-
inverseForeignKey
JaxbForeignKeyImpl inverseForeignKey
-
inverseJoinColumn
List<JaxbJoinColumnImpl> inverseJoinColumn
-
joinColumn
List<JaxbJoinColumnImpl> joinColumn
-
name
String name
-
options
String options
-
schema
String schema
-
uniqueConstraints
List<JaxbUniqueConstraintImpl> uniqueConstraints
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbLobImpl
class JaxbLobImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
class JaxbManyToManyImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeTypeImpl cascade
-
classification
LimitedCollectionClassification classification
-
collectionId
JaxbCollectionIdImpl collectionId
-
collectionType
JaxbCollectionUserTypeImpl collectionType
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchModeImpl fetchMode
-
filters
List<JaxbHbmFilterImpl> filters
-
joinTable
JaxbJoinTableImpl joinTable
-
joinTableFilters
List<JaxbHbmFilterImpl> joinTableFilters
-
mapKey
JaxbMapKeyImpl mapKey
-
mapKeyAttributeOverrides
List<JaxbAttributeOverrideImpl> mapKeyAttributeOverrides
-
mapKeyClass
JaxbMapKeyClassImpl mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumnImpl mapKeyColumn
-
mapKeyConverts
List<JaxbConvertImpl> mapKeyConverts
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKeyImpl mapKeyForeignKey
-
mapKeyJoinColumns
List<JaxbMapKeyJoinColumnImpl> mapKeyJoinColumns
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
mapKeyType
JaxbUserTypeImpl mapKeyType
-
mappedBy
String mappedBy
-
name
String name
-
notFound
NotFoundAction notFound
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumnImpl orderColumn
-
orphanRemoval
Boolean orphanRemoval
-
sort
String sort
-
sortNatural
JaxbPluralAnyMappingImpl.JaxbSortNaturalImpl sortNatural
-
sqlDelete
JaxbCustomSqlImpl sqlDelete
-
sqlDeleteAll
JaxbCustomSqlImpl sqlDeleteAll
-
sqlInsert
JaxbCustomSqlImpl sqlInsert
-
sqlJoinTableRestriction
String sqlJoinTableRestriction
-
sqlRestriction
String sqlRestriction
-
sqlUpdate
JaxbCustomSqlImpl sqlUpdate
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOneImpl
class JaxbManyToOneImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeTypeImpl cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbSingularFetchModeImpl fetchMode
-
foreignKey
JaxbForeignKeyImpl foreignKey
-
id
Boolean id
-
joinColumns
List<JaxbJoinColumnImpl> joinColumns
-
joinFormulas
List<String> joinFormulas
-
joinTable
JaxbJoinTableImpl joinTable
-
mapsId
String mapsId
-
name
String name
-
notFound
NotFoundAction notFound
-
onDelete
OnDeleteAction onDelete
-
optimisticLock
Boolean optimisticLock
-
optional
Boolean optional
-
propertyRef
JaxbPropertyRefImpl propertyRef
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClassImpl
class JaxbMapKeyClassImpl extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumnImpl
class JaxbMapKeyColumnImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyImpl
class JaxbMapKeyImpl extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumnImpl
class JaxbMapKeyJoinColumnImpl extends Object implements Serializable-
Serialized Fields
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
class JaxbMappedSuperclassImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributes
JaxbAttributesContainerImpl attributes
-
clazz
String clazz
-
description
String description
-
entityListenerContainer
JaxbEntityListenerContainerImpl entityListenerContainer
-
excludeDefaultListeners
JaxbEmptyTypeImpl excludeDefaultListeners
-
excludeSuperclassListeners
JaxbEmptyTypeImpl excludeSuperclassListeners
-
idClass
JaxbIdClassImpl idClass
-
metadataComplete
Boolean metadataComplete
-
postLoad
JaxbPostLoadImpl postLoad
-
postPersist
JaxbPostPersistImpl postPersist
-
postRemove
JaxbPostRemoveImpl postRemove
-
postUpdate
JaxbPostUpdateImpl postUpdate
-
prePersist
JaxbPrePersistImpl prePersist
-
preRemove
JaxbPreRemoveImpl preRemove
-
preUpdate
JaxbPreUpdateImpl preUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbMultiTenancyImpl
class JaxbMultiTenancyImpl extends Object implements Serializable-
Serialized Fields
-
bindAsParam
Boolean bindAsParam
-
column
JaxbColumnImpl column
-
formula
String formula
-
shared
Boolean shared
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNodeImpl
class JaxbNamedAttributeNodeImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraphImpl
class JaxbNamedEntityGraphImpl extends Object implements Serializable-
Serialized Fields
-
includeAllAttributes
Boolean includeAllAttributes
-
name
String name
-
namedAttributeNode
List<JaxbNamedAttributeNodeImpl> namedAttributeNode
-
subclassSubgraph
List<JaxbNamedSubgraphImpl> subclassSubgraph
-
subgraph
List<JaxbNamedSubgraphImpl> subgraph
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
class JaxbNamedNativeQueryImpl extends Object implements Serializable-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
columnResult
List<JaxbColumnResultImpl> columnResult
-
comment
String comment
-
constructorResult
List<JaxbConstructorResultImpl> constructorResult
-
description
String description
-
entityResult
List<JaxbEntityResultImpl> entityResult
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
hints
List<JaxbQueryHintImpl> hints
-
name
String name
-
query
String query
-
queryParam
List<JaxbQueryParamTypeImpl> queryParam
-
readOnly
Boolean readOnly
-
resultClass
String resultClass
-
resultSetMapping
String resultSetMapping
-
synchronizations
List<JaxbSynchronizedTableImpl> synchronizations
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQueryImpl
class JaxbNamedQueryImpl extends Object implements Serializable-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
comment
String comment
-
description
String description
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
hints
List<JaxbQueryHintImpl> hints
-
lockMode
LockModeType lockMode
-
name
String name
-
query
String query
-
queryParam
List<JaxbQueryParamTypeImpl> queryParam
-
readOnly
Boolean readOnly
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQueryImpl
class JaxbNamedStoredProcedureQueryImpl extends Object implements Serializable-
Serialized Fields
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraphImpl
class JaxbNamedSubgraphImpl extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
name
String name
-
namedAttributeNode
List<JaxbNamedAttributeNodeImpl> namedAttributeNode
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbNationalizedImpl
class JaxbNationalizedImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbNaturalIdImpl
class JaxbNaturalIdImpl extends Object implements Serializable-
Serialized Fields
-
anyMappingAttributes
List<JaxbAnyMappingImpl> anyMappingAttributes
-
basicAttributes
List<JaxbBasicImpl> basicAttributes
-
caching
JaxbCachingImpl caching
-
embeddedAttributes
List<JaxbEmbeddedImpl> embeddedAttributes
-
manyToOneAttributes
List<JaxbManyToOneImpl> manyToOneAttributes
-
mutable
Boolean mutable
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
class JaxbOneToManyImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeTypeImpl cascade
-
classification
LimitedCollectionClassification classification
-
collectionId
JaxbCollectionIdImpl collectionId
-
collectionType
JaxbCollectionUserTypeImpl collectionType
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchModeImpl fetchMode
-
filters
List<JaxbHbmFilterImpl> filters
-
foreignKey
JaxbForeignKeyImpl foreignKey
-
joinColumn
List<JaxbJoinColumnImpl> joinColumn
-
joinTable
JaxbJoinTableImpl joinTable
-
joinTableFilters
List<JaxbHbmFilterImpl> joinTableFilters
-
mapKey
JaxbMapKeyImpl mapKey
-
mapKeyAttributeOverrides
List<JaxbAttributeOverrideImpl> mapKeyAttributeOverrides
-
mapKeyClass
JaxbMapKeyClassImpl mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumnImpl mapKeyColumn
-
mapKeyConverts
List<JaxbConvertImpl> mapKeyConverts
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKeyImpl mapKeyForeignKey
-
mapKeyJoinColumns
List<JaxbMapKeyJoinColumnImpl> mapKeyJoinColumns
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
mapKeyType
JaxbUserTypeImpl mapKeyType
-
mappedBy
String mappedBy
-
name
String name
-
notFound
NotFoundAction notFound
-
onDelete
OnDeleteAction onDelete
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumnImpl orderColumn
-
orphanRemoval
Boolean orphanRemoval
-
sort
String sort
-
sortNatural
JaxbPluralAnyMappingImpl.JaxbSortNaturalImpl sortNatural
-
sqlDelete
JaxbCustomSqlImpl sqlDelete
-
sqlDeleteAll
JaxbCustomSqlImpl sqlDeleteAll
-
sqlInsert
JaxbCustomSqlImpl sqlInsert
-
sqlJoinTableRestriction
String sqlJoinTableRestriction
-
sqlRestriction
String sqlRestriction
-
sqlUpdate
JaxbCustomSqlImpl sqlUpdate
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOneImpl
class JaxbOneToOneImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeTypeImpl cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbSingularFetchModeImpl fetchMode
-
foreignKey
JaxbForeignKeyImpl foreignKey
-
id
Boolean id
-
joinColumns
List<JaxbJoinColumnImpl> joinColumns
-
joinFormulas
List<String> joinFormulas
-
joinTable
JaxbJoinTableImpl joinTable
-
mappedBy
String mappedBy
-
mapsId
String mapsId
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
optional
Boolean optional
-
orphanRemoval
Boolean orphanRemoval
-
primaryKeyForeignKey
JaxbForeignKeyImpl primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumnImpl> primaryKeyJoinColumn
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumnImpl
class JaxbOrderColumnImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
class JaxbPersistenceUnitDefaultsImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
autoImport
Boolean autoImport
-
cascadePersist
JaxbEmptyTypeImpl cascadePersist
-
catalog
String catalog
-
defaultAccess
String defaultAccess
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
delimitedIdentifiers
JaxbEmptyTypeImpl delimitedIdentifiers
-
description
String description
-
entityListenerContainer
JaxbEntityListenerContainerImpl entityListenerContainer
-
schema
String schema
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadataImpl
class JaxbPersistenceUnitMetadataImpl extends Object implements Serializable-
Serialized Fields
-
description
String description
-
persistenceUnitDefaults
JaxbPersistenceUnitDefaultsImpl persistenceUnitDefaults
-
xmlMappingMetadataComplete
JaxbEmptyTypeImpl xmlMappingMetadataComplete
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
class JaxbPluralAnyMappingImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeTypeImpl cascade
-
classification
LimitedCollectionClassification classification
-
collectionId
JaxbCollectionIdImpl collectionId
-
collectionType
JaxbCollectionUserTypeImpl collectionType
-
discriminator
JaxbAnyMappingDiscriminatorImpl discriminator
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchModeImpl fetchMode
-
filters
List<JaxbHbmFilterImpl> filters
-
key
JaxbAnyMappingKeyImpl key
-
mapKey
JaxbMapKeyImpl mapKey
-
mapKeyAttributeOverrides
List<JaxbAttributeOverrideImpl> mapKeyAttributeOverrides
-
mapKeyClass
JaxbMapKeyClassImpl mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumnImpl mapKeyColumn
-
mapKeyConverts
List<JaxbConvertImpl> mapKeyConverts
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKeyImpl mapKeyForeignKey
-
mapKeyJoinColumns
List<JaxbMapKeyJoinColumnImpl> mapKeyJoinColumns
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
mapKeyType
JaxbUserTypeImpl mapKeyType
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumnImpl orderColumn
-
sort
String sort
-
sortNatural
JaxbPluralAnyMappingImpl.JaxbSortNaturalImpl sortNatural
-
sqlDelete
JaxbCustomSqlImpl sqlDelete
-
sqlDeleteAll
JaxbCustomSqlImpl sqlDeleteAll
-
sqlInsert
JaxbCustomSqlImpl sqlInsert
-
sqlRestriction
String sqlRestriction
-
sqlUpdate
JaxbCustomSqlImpl sqlUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl.JaxbSortNaturalImpl
class JaxbSortNaturalImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoadImpl
class JaxbPostLoadImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersistImpl
class JaxbPostPersistImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemoveImpl
class JaxbPostRemoveImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdateImpl
class JaxbPostUpdateImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersistImpl
class JaxbPrePersistImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemoveImpl
class JaxbPreRemoveImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdateImpl
class JaxbPreUpdateImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumnImpl
class JaxbPrimaryKeyJoinColumnImpl extends Object implements Serializable-
Serialized Fields
-
columnDefinition
String columnDefinition
-
foreignKey
JaxbForeignKeyImpl foreignKey
-
name
String name
-
options
String options
-
referencedColumnName
String referencedColumnName
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbPropertyRefImpl
class JaxbPropertyRefImpl extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHintImpl
class JaxbQueryHintImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryParamTypeImpl
class JaxbQueryParamTypeImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTableImpl
class JaxbSecondaryTableImpl extends Object implements Serializable-
Serialized Fields
-
catalog
String catalog
-
checkConstraints
List<JaxbCheckConstraintImpl> checkConstraints
-
comment
String comment
-
foreignKey
JaxbForeignKeyImpl foreignKey
-
indexes
List<JaxbIndexImpl> indexes
-
name
String name
-
optional
Boolean optional
-
options
String options
-
owned
Boolean owned
-
primaryKeyForeignKey
JaxbForeignKeyImpl primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumnImpl> primaryKeyJoinColumn
-
schema
String schema
-
uniqueConstraints
List<JaxbUniqueConstraintImpl> uniqueConstraints
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGeneratorImpl
class JaxbSequenceGeneratorImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMappingImpl
class JaxbSqlResultSetMappingImpl extends Object implements Serializable-
Serialized Fields
-
columnResult
List<JaxbColumnResultImpl> columnResult
-
constructorResult
List<JaxbConstructorResultImpl> constructorResult
-
description
String description
-
entityResult
List<JaxbEntityResultImpl> entityResult
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlSelectImpl
class JaxbSqlSelectImpl extends Object implements Serializable-
Serialized Fields
-
resultSetMapping
JaxbSqlResultSetMappingImpl resultSetMapping
-
sql
String sql
-
synchronize
List<JaxbSynchronizedTableImpl> synchronize
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameterImpl
class JaxbStoredProcedureParameterImpl extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
description
String description
-
mode
ParameterMode mode
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbSynchronizedTableImpl
class JaxbSynchronizedTableImpl extends Object implements Serializable-
Serialized Fields
-
table
String table
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
class JaxbTableGeneratorImpl extends Object implements Serializable-
Serialized Fields
-
allocationSize
Integer allocationSize
-
catalog
String catalog
-
checkConstraints
List<JaxbCheckConstraintImpl> checkConstraints
-
comment
String comment
-
description
String description
-
indexes
List<JaxbIndexImpl> indexes
-
initialValue
Integer initialValue
-
name
String name
-
options
String options
-
pkColumnName
String pkColumnName
-
pkColumnValue
String pkColumnValue
-
schema
String schema
-
table
String table
-
uniqueConstraints
List<JaxbUniqueConstraintImpl> uniqueConstraints
-
valueColumnName
String valueColumnName
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbTableImpl
class JaxbTableImpl extends Object implements Serializable-
Serialized Fields
-
catalog
String catalog
-
checkConstraints
List<JaxbCheckConstraintImpl> checkConstraints
-
comment
String comment
-
indexes
List<JaxbIndexImpl> indexes
-
name
String name
-
options
String options
-
schema
String schema
-
uniqueConstraints
List<JaxbUniqueConstraintImpl> uniqueConstraints
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbTenantIdImpl
class JaxbTenantIdImpl extends JaxbBasicImpl implements Serializable-
Serialized Fields
-
bindAsParam
Boolean bindAsParam
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbTransientImpl
class JaxbTransientImpl extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraintImpl
class JaxbUniqueConstraintImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbUserTypeImpl
class JaxbUserTypeImpl extends Object implements Serializable-
Serialized Fields
-
parameters
List<JaxbConfigurationParameterImpl> parameters
-
value
String value
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbUserTypeRegistrationImpl
class JaxbUserTypeRegistrationImpl extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.spi.JaxbUuidGeneratorImpl
class JaxbUuidGeneratorImpl extends Object implements Serializable-
Serialized Fields
-
style
UuidGenerator.Style style
-
-
-
Class org.hibernate.boot.jaxb.mapping.spi.JaxbVersionImpl
class JaxbVersionImpl extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumnImpl column
-
name
String name
-
temporal
TemporalType temporal
-
-
-
-
Package org.hibernate.boot.jaxb.spi
-
Class org.hibernate.boot.jaxb.spi.Binding
class Binding extends Object implements Serializable
-
-
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.internal
-
Class org.hibernate.boot.model.internal.AggregateComponentSecondPass
class AggregateComponentSecondPass extends Object implements Serializable-
Serialized Fields
-
component
Component component
-
componentClassDetails
org.hibernate.models.spi.ClassDetails componentClassDetails
-
context
MetadataBuildingContext context
-
propertyHolder
PropertyHolder propertyHolder
-
propertyName
String propertyName
-
-
-
Exception org.hibernate.boot.model.internal.CannotForceNonNullableException
class CannotForceNonNullableException extends AnnotationException implements Serializable -
Class org.hibernate.boot.model.internal.CollectionSecondPass
class CollectionSecondPass extends Object implements Serializable-
Serialized Fields
-
collection
Collection collection
-
-
-
Class org.hibernate.boot.model.internal.CopyIdentifierComponentSecondPass
class CopyIdentifierComponentSecondPass extends FkSecondPass implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
component
Component component
-
joinColumns
AnnotatedJoinColumns joinColumns
-
propertyName
String propertyName
-
referencedEntityName
String referencedEntityName
-
-
-
Class org.hibernate.boot.model.internal.CreateKeySecondPass
class CreateKeySecondPass extends Object implements Serializable-
Serialized Fields
-
joinedSubClass
JoinedSubclass joinedSubClass
-
rootClass
RootClass rootClass
-
-
-
Class org.hibernate.boot.model.internal.FetchOverrideSecondPass
class FetchOverrideSecondPass extends Object implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
fetch
FetchProfile.FetchOverride fetch
-
fetchProfileName
String fetchProfileName
-
-
-
Class org.hibernate.boot.model.internal.FetchSecondPass
class FetchSecondPass extends Object implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
fetch
FetchProfileOverride fetch
-
propertyHolder
PropertyHolder propertyHolder
-
propertyName
String propertyName
-
-
-
Class org.hibernate.boot.model.internal.FkSecondPass
class FkSecondPass extends Object implements Serializable-
Serialized Fields
-
columns
AnnotatedJoinColumns columns
-
uniqueCounter
int uniqueCounter
unique counter is needed to differentiate 2 instances of FKSecondPass as they are compared. Fairly hacky but IBM VM sometimes returns the same hashCode for 2 different objects TODO is it doable to rely on the Ejb3JoinColumn names? Not sure as they could be inferred -
value
SimpleValue value
-
-
-
Class org.hibernate.boot.model.internal.IdGeneratorResolverSecondPass
class IdGeneratorResolverSecondPass extends Object implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
generatorName
String generatorName
-
generatorType
String generatorType
-
id
SimpleValue id
-
idAttributeMember
org.hibernate.models.spi.MemberDetails idAttributeMember
-
-
-
Class org.hibernate.boot.model.internal.ImplicitToOneJoinTableSecondPass
class ImplicitToOneJoinTableSecondPass extends Object implements Serializable-
Serialized Fields
-
context
MetadataBuildingContext context
-
inferredData
PropertyData inferredData
-
joinColumns
AnnotatedJoinColumns joinColumns
-
joinTable
JoinTable joinTable
-
notFoundAction
NotFoundAction notFoundAction
-
propertyHolder
PropertyHolder propertyHolder
-
value
ManyToOne value
-
-
-
Class org.hibernate.boot.model.internal.IndexOrUniqueKeySecondPass
class IndexOrUniqueKeySecondPass extends Object implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
column
AnnotatedColumn column
-
columns
String[] columns
-
indexName
String indexName
-
table
Table table
-
unique
boolean unique
-
-
-
Class org.hibernate.boot.model.internal.JoinedSubclassFkSecondPass
class JoinedSubclassFkSecondPass extends FkSecondPass implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
entity
JoinedSubclass entity
-
-
-
Class org.hibernate.boot.model.internal.NullableDiscriminatorColumnSecondPass
class NullableDiscriminatorColumnSecondPass extends Object implements Serializable-
Serialized Fields
-
rootEntityName
String rootEntityName
-
-
-
Class org.hibernate.boot.model.internal.OneToOneSecondPass
class OneToOneSecondPass extends Object implements Serializable-
Serialized Fields
-
annotatedEntity
boolean annotatedEntity
-
buildingContext
MetadataBuildingContext buildingContext
-
cascadeStrategy
String cascadeStrategy
-
inferredData
PropertyData inferredData
-
joinColumns
AnnotatedJoinColumns joinColumns
-
mappedBy
String mappedBy
-
notFoundAction
NotFoundAction notFoundAction
-
onDeleteAction
OnDeleteAction onDeleteAction
-
optional
boolean optional
-
ownerEntity
String ownerEntity
-
propertyHolder
PropertyHolder propertyHolder
-
referencedEntityName
String referencedEntityName
-
-
-
Class org.hibernate.boot.model.internal.PkDrivenByDefaultMapsIdSecondPass
class PkDrivenByDefaultMapsIdSecondPass extends FkSecondPass implements Serializable-
Serialized Fields
-
columns
AnnotatedJoinColumns columns
-
referencedEntityName
String referencedEntityName
-
value
SimpleValue value
-
-
-
Class org.hibernate.boot.model.internal.ResultSetMappingSecondPass
class ResultSetMappingSecondPass extends Object implements Serializable-
Serialized Fields
-
annotation
SqlResultSetMapping annotation
-
context
MetadataBuildingContext context
-
isDefault
boolean isDefault
-
-
-
Class org.hibernate.boot.model.internal.SecondaryTableFromAnnotationSecondPass
class SecondaryTableFromAnnotationSecondPass extends Object implements Serializable-
Serialized Fields
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
-
-
Class org.hibernate.boot.model.internal.SecondaryTableSecondPass
class SecondaryTableSecondPass extends Object implements Serializable-
Serialized Fields
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
-
-
Class org.hibernate.boot.model.internal.SetBasicValueTypeSecondPass
class SetBasicValueTypeSecondPass extends Object implements Serializable-
Serialized Fields
-
binder
BasicValueBinder binder
-
-
-
Class org.hibernate.boot.model.internal.SimpleToOneFkSecondPass
class SimpleToOneFkSecondPass extends FkSecondPass implements Serializable -
Class org.hibernate.boot.model.internal.ToOneFkSecondPass
class ToOneFkSecondPass extends FkSecondPass implements Serializable-
Serialized Fields
-
annotatedEntity
boolean annotatedEntity
-
buildingContext
MetadataBuildingContext buildingContext
-
entityClassName
String entityClassName
-
path
String path
-
persistentClass
PersistentClass persistentClass
-
unique
boolean unique
-
-
-
Class org.hibernate.boot.model.internal.XMLContext
class XMLContext extends Object implements Serializable-
Serialized Fields
-
classLoaderAccess
ClassLoaderAccess classLoaderAccess
-
classmateContext
ClassmateContext classmateContext
-
converterDescriptors
List<ConverterDescriptor> converterDescriptors
-
defaultElements
List<JaxbEntityMappingsImpl> defaultElements
-
defaultEntityListeners
List<String> defaultEntityListeners
-
defaultsOverride
Map<String,
XMLContext.Default> defaultsOverride -
entityListenerOverride
Map<String,
JaxbEntityListenerImpl> entityListenerOverride -
globalDefaults
XMLContext.Default globalDefaults
-
hasContext
boolean hasContext
-
managedTypeOverride
Map<String,
JaxbManagedType> managedTypeOverride
-
-
-
Class org.hibernate.boot.model.internal.XMLContext.Default
class Default extends Object implements Serializable
-
-
Package org.hibernate.boot.model.naming
-
Exception 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.process.internal
-
Class org.hibernate.boot.model.process.internal.UserTypeMutabilityPlanAdapter
class UserTypeMutabilityPlanAdapter 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.model.source.internal
-
Package org.hibernate.boot.model.source.internal.hbm
-
Class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
class DelayedPropertyReferenceHandlerImpl extends Object implements Serializable
-
-
Package org.hibernate.boot.models
-
Exception org.hibernate.boot.models.AccessTypeDeterminationException
class AccessTypeDeterminationException extends MappingException implements Serializable -
Exception org.hibernate.boot.models.AccessTypePlacementException
class AccessTypePlacementException extends MappingException implements Serializable -
Exception org.hibernate.boot.models.AnnotationPlacementException
class AnnotationPlacementException extends MappingException implements Serializable -
Exception org.hibernate.boot.models.MemberResolutionException
class MemberResolutionException extends MappingException implements Serializable -
Exception org.hibernate.boot.models.MultipleAttributeNaturesException
class MultipleAttributeNaturesException extends MappingException implements Serializable-
Serialized Fields
-
attributeName
String attributeName
-
-
-
-
Package org.hibernate.boot.models.xml
-
Exception org.hibernate.boot.models.xml.XmlResourceException
class XmlResourceException extends RuntimeException implements Serializable
-
-
Package org.hibernate.boot.registry.classloading.internal
-
Class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
class ClassLoaderServiceImpl extends Object implements Serializable-
Serialized Fields
-
aggregatedClassLoader
AggregatedClassLoader aggregatedClassLoader
-
serviceLoaders
ConcurrentMap<Class<?>,
org.hibernate.boot.registry.classloading.internal.AggregatedServiceLoader<?>> serviceLoaders
-
-
-
-
Package org.hibernate.boot.registry.classloading.spi
-
Exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
class ClassLoadingException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.registry.selector.internal
-
Class org.hibernate.boot.registry.selector.internal.AggregatedDialectSelector
class AggregatedDialectSelector extends Object implements Serializable-
Serialized Fields
-
dialectSelectors
List<DialectSelector> dialectSelectors
-
-
-
Class org.hibernate.boot.registry.selector.internal.DefaultDialectSelector
class DefaultDialectSelector extends Object implements Serializable -
Class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
class StrategySelectorImpl extends Object implements Serializable-
Serialized Fields
-
classLoaderService
ClassLoaderService classLoaderService
-
lazyStrategyImplementorByStrategyMap
Map<Class,
LazyServiceResolver> lazyStrategyImplementorByStrategyMap -
namedStrategyImplementorByStrategyMap
Map<Class,
Map<String, Class>> namedStrategyImplementorByStrategyMap
-
-
-
-
Package org.hibernate.boot.registry.selector.spi
-
Exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
class StrategySelectionException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.spi
-
Exception org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
class DuplicateSecondaryTableException extends HibernateException implements Serializable-
Serialized Fields
-
tableName
Identifier tableName
-
-
-
-
Package org.hibernate.bytecode.enhance
-
Exception org.hibernate.bytecode.enhance.VersionMismatchException
class VersionMismatchException extends EnhancementException implements Serializable
-
-
Package org.hibernate.bytecode.enhance.spi
-
Exception 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.internal
-
Class org.hibernate.bytecode.internal.SessionFactoryObserverForBytecodeEnhancer
class SessionFactoryObserverForBytecodeEnhancer extends Object implements Serializable-
Serialized Fields
-
bytecodeProvider
BytecodeProvider bytecodeProvider
-
-
-
-
Package org.hibernate.bytecode.internal.bytebuddy
-
Class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl
class BytecodeProviderImpl extends Object implements Serializable-
Serialized Fields
-
byteBuddyProxyHelper
ByteBuddyProxyHelper byteBuddyProxyHelper
-
byteBuddyState
ByteBuddyState byteBuddyState
-
-
-
Exception org.hibernate.bytecode.internal.bytebuddy.InvalidPropertyAccessorException
class InvalidPropertyAccessorException extends HibernateException implements Serializable -
Exception org.hibernate.bytecode.internal.bytebuddy.PrivateAccessorException
class PrivateAccessorException extends InvalidPropertyAccessorException implements Serializable -
Class org.hibernate.bytecode.internal.bytebuddy.ProxyFactoryFactoryImpl
class ProxyFactoryFactoryImpl extends Object implements Serializable-
Serialized Fields
-
byteBuddyProxyHelper
ByteBuddyProxyHelper byteBuddyProxyHelper
-
byteBuddyState
ByteBuddyState byteBuddyState
-
-
-
Class org.hibernate.bytecode.internal.bytebuddy.ReflectionOptimizerImpl
class ReflectionOptimizerImpl extends Object implements Serializable-
Serialized Fields
-
accessOptimizer
ReflectionOptimizer.AccessOptimizer accessOptimizer
-
instantiationOptimizer
ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer
-
-
-
-
Package org.hibernate.bytecode.internal.none
-
Class org.hibernate.bytecode.internal.none.BytecodeProviderImpl
class BytecodeProviderImpl extends Object implements Serializable
-
-
Package org.hibernate.bytecode.spi
-
Exception org.hibernate.bytecode.spi.NotInstrumentedException
class NotInstrumentedException extends HibernateException implements Serializable
-
-
Package org.hibernate.cache
-
Exception org.hibernate.cache.CacheException
class CacheException extends HibernateException implements Serializable -
Exception org.hibernate.cache.NoCacheRegionFactoryAvailableException
class NoCacheRegionFactoryAvailableException extends CacheException implements Serializable
-
-
Package org.hibernate.cache.internal
-
Class org.hibernate.cache.internal.BasicCacheKeyImplementation
class BasicCacheKeyImplementation extends Object implements Serializable-
Serialized Fields
-
entityOrRoleName
String entityOrRoleName
-
hashCode
int hashCode
-
id
Serializable id
-
-
-
Class org.hibernate.cache.internal.CacheKeyImplementation
class CacheKeyImplementation extends Object implements Serializable -
Class org.hibernate.cache.internal.DisabledCaching
class DisabledCaching extends Object implements Serializable-
Serialized Fields
-
regionFactory
RegionFactory regionFactory
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
Class org.hibernate.cache.internal.EnabledCaching
class EnabledCaching extends Object implements Serializable-
Serialized Fields
-
collectionAccessMap
Map<NavigableRole,
CollectionDataAccess> collectionAccessMap -
defaultQueryResultsCache
QueryResultsCache defaultQueryResultsCache
-
entityAccessMap
Map<NavigableRole,
EntityDataAccess> entityAccessMap -
legacyNaturalIdAccessesForRegion
Map<String,
Set<NaturalIdDataAccess>> legacyNaturalIdAccessesForRegion -
legacySecondLevelCacheNames
Set<String> legacySecondLevelCacheNames
-
namedQueryResultsCacheMap
Map<String,
QueryResultsCache> namedQueryResultsCacheMap -
naturalIdAccessMap
Map<NavigableRole,
NaturalIdDataAccess> naturalIdAccessMap -
queryResultsRegionsByDuplicateName
Map<String,
QueryResultsRegion> queryResultsRegionsByDuplicateName -
regionFactory
RegionFactory regionFactory
-
regionsByName
Map<String,
Region> regionsByName -
sessionFactory
SessionFactoryImplementor sessionFactory
-
timestampsCache
TimestampsCache timestampsCache
-
-
-
Class org.hibernate.cache.internal.NaturalIdCacheKey
class NaturalIdCacheKey extends Object implements Serializable -
Class org.hibernate.cache.internal.NoCachingRegionFactory
class NoCachingRegionFactory extends Object implements Serializable -
Class org.hibernate.cache.internal.QueryResultsCacheImpl.CacheItem
class CacheItem extends Object 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 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
Object key
-
owner
Object owner
-
role
String role
-
sessionFactoryUuid
String sessionFactoryUuid
-
storedSnapshot
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
-
providedCollection
Collection<E> providedCollection
The Collection provided to a PersistentBag constructor
-
-
-
Class org.hibernate.collection.spi.PersistentIdentifierBag
-
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 org.hibernate.context.TenantIdentifierMismatchException
class TenantIdentifierMismatchException extends HibernateException implements Serializable
-
-
Package org.hibernate.context.internal
-
Class org.hibernate.context.internal.JTASessionContext
class JTASessionContext extends AbstractCurrentSessionContext implements Serializable -
Class org.hibernate.context.internal.ManagedSessionContext
class ManagedSessionContext extends AbstractCurrentSessionContext implements Serializable -
Class org.hibernate.context.internal.ThreadLocalSessionContext
class ThreadLocalSessionContext extends AbstractCurrentSessionContext implements Serializable -
Class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
class CleanupSync extends Object implements Serializable-
Serialized Fields
-
factory
SessionFactory factory
-
-
-
-
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.AbstractPostgreSQLJsonPGObjectType
class AbstractPostgreSQLJsonPGObjectType extends JsonJdbcType implements Serializable-
Serialized Fields
-
jsonb
boolean jsonb
-
-
-
Class org.hibernate.dialect.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.DB2GetObjectExtractor
-
Class org.hibernate.dialect.DB2StructJdbcType
class DB2StructJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
structTypeName
String structTypeName
-
-
-
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.H2DurationIntervalSecondJdbcType
class H2DurationIntervalSecondJdbcType 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.MySQLCastingJsonJdbcType
class MySQLCastingJsonJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.dialect.OracleArrayJdbcType
class OracleArrayJdbcType extends ArrayJdbcType implements Serializable -
Class org.hibernate.dialect.OracleBaseStructJdbcType
class OracleBaseStructJdbcType extends StructJdbcType implements Serializable -
Class org.hibernate.dialect.OracleBooleanJdbcType
class OracleBooleanJdbcType extends BooleanJdbcType implements Serializable -
Class org.hibernate.dialect.OracleEnumJdbcType
class OracleEnumJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.OracleJsonJdbcType
class OracleJsonJdbcType extends OracleJsonBlobJdbcType implements Serializable -
Class org.hibernate.dialect.OracleNestedTableJdbcType
class OracleNestedTableJdbcType extends OracleArrayJdbcType implements Serializable -
Class org.hibernate.dialect.OracleOrdinalEnumJdbcType
class OracleOrdinalEnumJdbcType extends OracleEnumJdbcType implements Serializable -
Class org.hibernate.dialect.OracleReflectionStructJdbcType
class OracleReflectionStructJdbcType extends OracleBaseStructJdbcType implements Serializable -
Class org.hibernate.dialect.OracleStructJdbcType
class OracleStructJdbcType extends OracleBaseStructJdbcType implements Serializable -
Class org.hibernate.dialect.OracleXmlJdbcType
class OracleXmlJdbcType extends XmlJdbcType implements Serializable -
Class org.hibernate.dialect.PostgreSQLArrayJdbcType
class PostgreSQLArrayJdbcType extends ArrayJdbcType implements Serializable -
Class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
class PostgreSQLCastingInetJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
class PostgreSQLCastingIntervalSecondJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.PostgreSQLCastingJsonJdbcType
class PostgreSQLCastingJsonJdbcType extends JsonJdbcType implements Serializable-
Serialized Fields
-
jsonb
boolean jsonb
-
-
-
Class org.hibernate.dialect.PostgreSQLEnumJdbcType
class PostgreSQLEnumJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.PostgreSQLInetJdbcType
class PostgreSQLInetJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
class PostgreSQLIntervalSecondJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonbType
class PostgreSQLJsonPGObjectJsonbType extends AbstractPostgreSQLJsonPGObjectType implements Serializable -
Class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonType
class PostgreSQLJsonPGObjectJsonType extends AbstractPostgreSQLJsonPGObjectType implements Serializable -
Class org.hibernate.dialect.PostgreSQLOrdinalEnumJdbcType
class PostgreSQLOrdinalEnumJdbcType extends PostgreSQLEnumJdbcType implements Serializable -
Class org.hibernate.dialect.PostgreSQLStructCastingJdbcType
class PostgreSQLStructCastingJdbcType extends AbstractPostgreSQLStructJdbcType implements Serializable -
Class org.hibernate.dialect.PostgreSQLStructPGObjectJdbcType
class PostgreSQLStructPGObjectJdbcType extends AbstractPostgreSQLStructJdbcType implements Serializable-
Serialized Fields
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
-
-
Class org.hibernate.dialect.PostgreSQLUUIDJdbcType
class PostgreSQLUUIDJdbcType extends UUIDJdbcType implements Serializable -
Class org.hibernate.dialect.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.dialect.VarcharUUIDJdbcType
class VarcharUUIDJdbcType extends Object 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 org.hibernate.dialect.lock.LockingStrategyException
class LockingStrategyException extends HibernateException implements Serializable-
Serialized Fields
-
entity
Object entity
-
-
-
Exception org.hibernate.dialect.lock.OptimisticEntityLockException
class OptimisticEntityLockException extends LockingStrategyException implements Serializable -
Exception org.hibernate.dialect.lock.PessimisticEntityLockException
class PessimisticEntityLockException extends LockingStrategyException implements Serializable
-
-
Package org.hibernate.engine.config.internal
-
Class org.hibernate.engine.config.internal.ConfigurationServiceImpl
class ConfigurationServiceImpl extends Object implements Serializable-
Serialized Fields
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
settings
Map<String,
Object> settings
-
-
-
-
Package org.hibernate.engine.config.spi
-
Package org.hibernate.engine.internal
-
Class org.hibernate.engine.internal.AbstractEntityEntry
class AbstractEntityEntry extends Object implements Serializable-
Serialized Fields
-
id
Object id
-
loadedState
Object[] loadedState
-
next
EntityEntryExtraState next
-
persister
EntityPersister persister
-
version
Object version
-
-
-
Class org.hibernate.engine.internal.ImmutableEntityEntry
class ImmutableEntityEntry extends AbstractEntityEntry implements Serializable -
Class org.hibernate.engine.internal.ImmutableEntityEntryFactory
class ImmutableEntityEntryFactory extends Object implements Serializable -
Class org.hibernate.engine.internal.MutableEntityEntry
class MutableEntityEntry extends AbstractEntityEntry implements Serializable -
Class org.hibernate.engine.internal.MutableEntityEntryFactory
class MutableEntityEntryFactory extends Object implements Serializable -
Class org.hibernate.engine.internal.NaturalIdResolutionsImpl
class NaturalIdResolutionsImpl extends Object implements Serializable-
Serialized Fields
-
persistenceContext
StatefulPersistenceContext persistenceContext
-
resolutionsByEntity
ConcurrentHashMap<EntityMappingType,
org.hibernate.engine.internal.NaturalIdResolutionsImpl.EntityResolutions> resolutionsByEntity
-
-
-
Class org.hibernate.engine.internal.SessionEventListenerManagerImpl
class SessionEventListenerManagerImpl extends Object implements Serializable-
Serialized Fields
-
listeners
SessionEventListener[] listeners
-
-
-
Class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
class StatisticalLoggingSessionEventListener extends BaseSessionEventListener implements Serializable-
Serialized Fields
-
cacheGetStart
long cacheGetStart
-
cacheHitCount
int cacheHitCount
-
cacheHitTime
long cacheHitTime
-
cacheMissCount
int cacheMissCount
-
cacheMissTime
long cacheMissTime
-
cachePutCount
int cachePutCount
-
cachePutStart
long cachePutStart
-
cachePutTime
long cachePutTime
-
flushCollectionCount
long flushCollectionCount
-
flushCount
int flushCount
-
flushEntityCount
long flushEntityCount
-
flushStart
long flushStart
-
flushTime
long flushTime
-
jdbcBatchExecutionStart
long jdbcBatchExecutionStart
-
jdbcConnectionAcquisitionCount
int jdbcConnectionAcquisitionCount
-
jdbcConnectionAcquisitionStart
long jdbcConnectionAcquisitionStart
-
jdbcConnectionAcquisitionTime
long jdbcConnectionAcquisitionTime
-
jdbcConnectionReleaseCount
int jdbcConnectionReleaseCount
-
jdbcConnectionReleaseStart
long jdbcConnectionReleaseStart
-
jdbcConnectionReleaseTime
long jdbcConnectionReleaseTime
-
jdbcExecuteBatchCount
int jdbcExecuteBatchCount
-
jdbcExecuteBatchTime
long jdbcExecuteBatchTime
-
jdbcExecuteStatementCount
int jdbcExecuteStatementCount
-
jdbcExecuteStatementTime
long jdbcExecuteStatementTime
-
jdbcExecutionStart
long jdbcExecutionStart
-
jdbcPrepareStatementCount
int jdbcPrepareStatementCount
-
jdbcPrepareStatementTime
long jdbcPrepareStatementTime
-
jdbcPrepStart
long jdbcPrepStart
-
partialFlushCollectionCount
long partialFlushCollectionCount
-
partialFlushCount
int partialFlushCount
-
partialFlushEntityCount
long partialFlushEntityCount
-
partialFlushStart
long partialFlushStart
-
partialFlushTime
long partialFlushTime
-
prePartialFlushCount
int prePartialFlushCount
-
prePartialFlushStart
long prePartialFlushStart
-
prePartialFlushTime
long prePartialFlushTime
-
-
-
-
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.SerializableBlobProxy
class SerializableBlobProxy extends Object implements Serializable -
Class org.hibernate.engine.jdbc.SerializableClobProxy
class SerializableClobProxy extends Object implements Serializable -
Class org.hibernate.engine.jdbc.SerializableNClobProxy
class SerializableNClobProxy extends SerializableClobProxy implements Serializable -
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.internal
-
Class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
class BatchBuilderImpl extends Object implements Serializable-
Serialized Fields
-
globalBatchSize
int globalBatchSize
-
-
-
-
Package org.hibernate.engine.jdbc.batch.spi
-
Package org.hibernate.engine.jdbc.connections.internal
-
Class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
class DatasourceConnectionProviderImpl extends Object implements Serializable-
Serialized Fields
-
available
boolean available
-
dataSource
DataSource dataSource
-
jndiService
JndiService jndiService
-
pass
String pass
-
useCredentials
boolean useCredentials
-
user
String user
-
-
-
Class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
class DriverManagerConnectionProviderImpl extends Object implements Serializable-
Serialized Fields
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
state
org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PoolState state
-
-
-
Class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
class UserSuppliedConnectionProviderImpl extends Object implements Serializable
-
-
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 -
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 -
jndiService
JndiService jndiService
-
tenantIdentifierForAny
T tenantIdentifierForAny
-
-
-
-
Package org.hibernate.engine.jdbc.cursor.internal
-
Class org.hibernate.engine.jdbc.cursor.internal.FallbackRefCursorSupport
class FallbackRefCursorSupport extends Object implements Serializable-
Serialized Fields
-
jdbcServices
JdbcServices jdbcServices
-
-
-
Class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
class StandardRefCursorSupport extends Object implements Serializable-
Serialized Fields
-
jdbcServices
JdbcServices jdbcServices
-
-
-
-
Package org.hibernate.engine.jdbc.cursor.spi
-
Package org.hibernate.engine.jdbc.dialect.internal
-
Class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
class DialectFactoryImpl extends Object implements Serializable-
Serialized Fields
-
dialectResolver
DialectResolver dialectResolver
-
strategySelector
StrategySelector strategySelector
-
-
-
Class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
class DialectResolverSet extends Object implements Serializable-
Serialized Fields
-
resolvers
List<DialectResolver> resolvers
-
-
-
Class org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver
class StandardDialectResolver extends Object implements Serializable
-
-
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.internal
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
class JdbcEnvironmentImpl extends Object implements Serializable-
Serialized Fields
-
currentCatalog
Identifier currentCatalog
-
currentSchema
Identifier currentSchema
-
dialect
Dialect dialect
-
extractedMetaDataSupport
ExtractedDatabaseMetaData extractedMetaDataSupport
-
identifierHelper
IdentifierHelper identifierHelper
-
lobCreatorBuilder
LobCreatorBuilderImpl lobCreatorBuilder
-
nameQualifierSupport
NameQualifierSupport nameQualifierSupport
-
qualifiedObjectNameFormatter
QualifiedObjectNameFormatter qualifiedObjectNameFormatter
-
sqlAstTranslatorFactory
SqlAstTranslatorFactory sqlAstTranslatorFactory
-
sqlExceptionHelper
SqlExceptionHelper sqlExceptionHelper
-
-
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
class ConnectionProviderJdbcConnectionAccess extends Object implements Serializable-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
-
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
class MultiTenantConnectionProviderJdbcConnectionAccess extends Object implements Serializable-
Serialized Fields
-
connectionProvider
MultiTenantConnectionProvider<?> connectionProvider
-
-
-
Class org.hibernate.engine.jdbc.env.internal.LobCreationLogging_$logger
class LobCreationLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.engine.jdbc.env.spi
-
Package org.hibernate.engine.jdbc.internal
-
Class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
class JdbcCoordinatorImpl extends Object implements Serializable-
Serialized Fields
-
flushDepth
int flushDepth
-
isUserSuppliedConnection
boolean isUserSuppliedConnection
-
lastQuery
Statement lastQuery
-
releasesEnabled
boolean releasesEnabled
If true, manually (and temporarily) circumvent aggressive release processing.
-
-
-
Class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
class JdbcServicesImpl extends Object implements Serializable-
Serialized Fields
-
jdbcEnvironment
JdbcEnvironment jdbcEnvironment
-
parameterMarkerStrategy
ParameterMarkerStrategy parameterMarkerStrategy
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
sqlStatementLogger
SqlStatementLogger sqlStatementLogger
-
-
-
-
Package org.hibernate.engine.jdbc.mutation.group
-
Exception 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.internal
-
Class org.hibernate.engine.jdbc.mutation.internal.StandardMutationExecutorService
class StandardMutationExecutorService extends Object implements Serializable-
Serialized Fields
-
globalBatchSize
int globalBatchSize
-
-
-
-
Package org.hibernate.engine.jdbc.mutation.spi
-
Package org.hibernate.engine.jdbc.spi
-
Class org.hibernate.engine.jdbc.spi.SqlStatementLogger
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 org.hibernate.engine.jndi.JndiException
class JndiException extends HibernateException implements Serializable -
Exception org.hibernate.engine.jndi.JndiNameException
class JndiNameException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.jndi.spi
-
Package org.hibernate.engine.query
-
Exception org.hibernate.engine.query.ParameterRecognitionException
class ParameterRecognitionException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.query.internal
-
Class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
class NativeQueryInterpreterStandardImpl extends Object implements Serializable-
Serialized Fields
-
nativeJdbcParametersIgnored
boolean nativeJdbcParametersIgnored
-
-
-
-
Package org.hibernate.engine.query.spi
-
Package org.hibernate.engine.spi
-
Class org.hibernate.engine.spi.AssociationKey
class AssociationKey extends Object implements Serializable -
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
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:
IOException
ClassNotFoundException
-
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 HashMap<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:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
-
-
Package org.hibernate.engine.transaction.jta.platform.internal
-
Class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
class AbstractJtaPlatform extends Object implements Serializable-
Serialized Fields
-
cacheTransactionManager
boolean cacheTransactionManager
-
cacheUserTransaction
boolean cacheUserTransaction
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
tmSynchronizationStrategy
JtaSynchronizationStrategy tmSynchronizationStrategy
-
transactionManager
TransactionManager transactionManager
-
userTransaction
UserTransaction userTransaction
-
-
-
Class org.hibernate.engine.transaction.jta.platform.internal.AtomikosJtaPlatform
class AtomikosJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
class BitronixJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
class BorlandEnterpriseServerJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
class JBossAppServerJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
class JBossStandAloneJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
class JOnASJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
class JOTMJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
class JRun4JtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
class NoJtaPlatform extends Object implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
class OC4JJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
class OrionJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
class ResinJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.SapNetWeaverJtaPlatform
class SapNetWeaverJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver
class StandardJtaPlatformResolver extends Object implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
class SunOneJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
class SynchronizationRegistryBasedSynchronizationStrategy extends Object implements Serializable-
Serialized Fields
-
synchronizationRegistryAccess
SynchronizationRegistryAccess synchronizationRegistryAccess
-
-
-
Class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
class WeblogicJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
class WebSphereExtendedJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
class WebSphereJtaPlatform extends AbstractJtaPlatform implements Serializable-
Serialized Fields
-
transactionManagerAccessClass
Class transactionManagerAccessClass
-
webSphereEnvironment
WebSphereJtaPlatform.WebSphereEnvironment webSphereEnvironment
-
-
-
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
class WebSphereLibertyJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.WildFlyStandAloneJtaPlatform
class WildFlyStandAloneJtaPlatform extends AbstractJtaPlatform implements Serializable
-
-
Package org.hibernate.engine.transaction.jta.platform.spi
-
Exception org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
class JtaPlatformException extends HibernateException implements Serializable
-
-
Package org.hibernate.event.service.internal
-
Class org.hibernate.event.service.internal.EventListenerRegistryImpl
class EventListenerRegistryImpl extends Object implements Serializable-
Serialized Fields
-
eventListeners
EventListenerGroup[] eventListeners
-
listenerClassToInstanceMap
Map<Class<?>,
Object> listenerClassToInstanceMap
-
-
-
-
Package org.hibernate.event.service.spi
-
Exception 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.AbstractEvent
class AbstractEvent extends Object implements Serializable-
Serialized Fields
-
session
EventSource session
-
-
-
Class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
class AbstractPreDatabaseOperationEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
-
-
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 FlushEvent 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-
Serialized Fields
-
entityClassName
String entityClassName
-
entityId
Object entityId
-
instanceToLoad
Object instanceToLoad
-
isAssociationFetch
boolean isAssociationFetch
-
lockOptions
LockOptions lockOptions
-
postLoadEvent
PostLoadEvent postLoadEvent
-
readOnly
Boolean readOnly
-
result
Object result
-
-
-
Class org.hibernate.event.spi.LockEvent
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 AbstractEvent implements Serializable-
Serialized Fields
-
deletedState
Object[] deletedState
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.PostInsertEvent
class PostInsertEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PostLoadEvent
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 AbstractEvent implements Serializable-
Serialized Fields
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
id
Object id
-
oldState
Object[] oldState
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PostUpsertEvent
class PostUpsertEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
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
-
-
-
Class org.hibernate.event.spi.ResolveNaturalIdEvent
class ResolveNaturalIdEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entityId
Object entityId
-
entityPersister
EntityPersister entityPersister
-
lockOptions
LockOptions lockOptions
-
naturalIdValues
Map<String,
Object> naturalIdValues -
orderedNaturalIdValues
Object[] orderedNaturalIdValues
-
-
-
Class org.hibernate.event.spi.SaveOrUpdateEvent
class SaveOrUpdateEvent extends AbstractEvent implements Serializable
-
-
Package org.hibernate.exception
-
Exception org.hibernate.exception.ConstraintViolationException
class ConstraintViolationException extends JDBCException implements Serializable-
Serialized Fields
-
constraintName
@Nullable String constraintName
-
kind
ConstraintViolationException.ConstraintKind kind
-
-
-
Exception org.hibernate.exception.DataException
class DataException extends JDBCException implements Serializable -
Exception org.hibernate.exception.GenericJDBCException
class GenericJDBCException extends JDBCException implements Serializable -
Exception org.hibernate.exception.JDBCConnectionException
class JDBCConnectionException extends JDBCException implements Serializable -
Exception org.hibernate.exception.LockAcquisitionException
class LockAcquisitionException extends JDBCException implements Serializable -
Exception org.hibernate.exception.LockTimeoutException
class LockTimeoutException extends LockAcquisitionException implements Serializable -
Exception org.hibernate.exception.SQLGrammarException
class SQLGrammarException extends JDBCException implements Serializable
-
-
Package org.hibernate.exception.internal
-
Class org.hibernate.exception.internal.StandardSQLExceptionConverter
class StandardSQLExceptionConverter extends Object implements Serializable-
Serialized Fields
-
delegates
List<SQLExceptionConversionDelegate> delegates
-
-
-
-
Package org.hibernate.exception.spi
-
Package org.hibernate.generator
-
Class org.hibernate.generator.Assigned
class Assigned extends Object implements Serializable
-
-
Package org.hibernate.generator.internal
-
Class org.hibernate.generator.internal.CurrentTimestampGeneration
class CurrentTimestampGeneration extends Object implements Serializable -
Class org.hibernate.generator.internal.GeneratedAlwaysGeneration
class GeneratedAlwaysGeneration extends Object implements Serializable -
Class org.hibernate.generator.internal.GeneratedGeneration
class GeneratedGeneration extends Object implements Serializable -
Class org.hibernate.generator.internal.SourceGeneration
class SourceGeneration extends Object implements Serializable-
Serialized Fields
-
propertyType
JavaType<?> propertyType
Deprecated. -
valueGenerator
org.hibernate.generator.internal.CurrentTimestampGeneration.CurrentTimestampGeneratorDelegate valueGenerator
Deprecated.
-
-
-
Class org.hibernate.generator.internal.TenantIdGeneration
class TenantIdGeneration extends Object implements Serializable -
Class org.hibernate.generator.internal.VersionGeneration
class VersionGeneration extends Object implements Serializable-
Serialized Fields
-
versionMapping
EntityVersionMapping versionMapping
-
-
-
-
Package org.hibernate.graph
-
Exception org.hibernate.graph.CannotBecomeEntityGraphException
class CannotBecomeEntityGraphException extends HibernateException implements Serializable -
Exception org.hibernate.graph.CannotContainSubGraphException
class CannotContainSubGraphException extends HibernateException implements Serializable -
Exception 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.ExportableColumn
class ExportableColumn extends Column implements Serializable -
Class org.hibernate.id.ExportableColumn.ValueImpl
class ValueImpl extends Object implements Serializable-
Serialized Fields
-
column
ExportableColumn column
-
database
Database database
-
table
Table table
-
type
BasicType<?> type
-
-
-
Class org.hibernate.id.ForeignGenerator
class ForeignGenerator extends Object implements Serializable -
Class org.hibernate.id.GUIDGenerator
class GUIDGenerator extends Object implements Serializable -
Exception 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.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.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
-
-
-
-
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
org.hibernate.id.uuid.UuidGenerator.ValueGenerator generator
-
valueTransformer
UUIDJavaType.ValueTransformer valueTransformer
-
-
-
-
Package org.hibernate.integrator.internal
-
Class org.hibernate.integrator.internal.IntegratorServiceImpl
class IntegratorServiceImpl extends Object implements Serializable-
Serialized Fields
-
integrators
LinkedHashSet<Integrator> integrators
-
-
-
-
Package org.hibernate.integrator.spi
-
Package org.hibernate.internal
-
Class org.hibernate.internal.ConnectionObserverStatsBridge
class ConnectionObserverStatsBridge extends Object implements Serializable-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
Class org.hibernate.internal.ContextualJdbcConnectionAccess
class ContextualJdbcConnectionAccess extends Object implements Serializable-
Serialized Fields
-
connectionProvider
MultiTenantConnectionProvider<Object> connectionProvider
-
listener
SessionEventListener listener
-
session
SharedSessionContractImplementor session
-
tenantIdentifier
Object tenantIdentifier
-
-
-
Class org.hibernate.internal.CoreMessageLogger_$logger
class CoreMessageLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.internal.EmptyInterceptor
class EmptyInterceptor extends Object implements Serializable -
Class org.hibernate.internal.EntityManagerMessageLogger_$logger
class EntityManagerMessageLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.internal.ExceptionMapperStandardImpl
class ExceptionMapperStandardImpl extends Object implements Serializable -
Class org.hibernate.internal.FilterImpl
class FilterImpl extends Object implements Serializable -
Class org.hibernate.internal.NonContextualJdbcConnectionAccess
class NonContextualJdbcConnectionAccess extends Object implements Serializable-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
listener
SessionEventListener listener
-
session
SharedSessionContractImplementor session
-
-
-
Class org.hibernate.internal.SessionFactoryImpl
class SessionFactoryImpl extends QueryParameterBindingTypeResolverImpl implements Serializable-
Serialization Methods
-
readObject
Custom serialization hook used when the factory is directly deserialized.- Parameters:
in
- The stream from which the object is being deserialized.- Throws:
IOException
- Can be thrown by the streamClassNotFoundException
- Again, can be thrown by the stream
-
readResolve
Custom serialization hook used when the factory is directly deserialized.Here we resolve the uuid/name read from the stream previously to resolve the
SessionFactory
instance to use based on the registrations with theSessionFactoryRegistry
.- Throws:
InvalidObjectException
- Thrown if we could not resolve the factory by uuid/name.
-
writeObject
Custom serialization hook used when the factory is directly serialized- Parameters:
out
- The stream into which the object is being serialized.- Throws:
IOException
- Can be thrown by the stream
-
-
Serialized Fields
-
jndiName
String jndiName
-
jpaPersistenceUnitUtil
PersistenceUnitUtil jpaPersistenceUnitUtil
-
name
String name
-
uuid
String uuid
-
-
-
Class org.hibernate.internal.SessionFactoryObserverChain
class SessionFactoryObserverChain extends Object implements Serializable-
Serialized Fields
-
observers
List<SessionFactoryObserver> observers
-
-
-
Class org.hibernate.internal.SessionImpl
class SessionImpl extends AbstractSharedSessionContract implements Serializable-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException, SQLException Used by JDK serialization...- Parameters:
ois
- The input stream from which we are being read...- Throws:
IOException
- Indicates a general IO stream exceptionClassNotFoundException
- Indicates a class resolution issueSQLException
-
writeObject
Used by JDK serialization...- Parameters:
oos
- The output stream to which we are being written...- Throws:
IOException
- Indicates a general IO stream exception
-
-
Serialized Fields
-
autoClear
boolean autoClear
-
autoClose
boolean autoClose
-
lockOptions
LockOptions lockOptions
-
properties
Map<String,
Object> properties
-
-
-
Class org.hibernate.internal.StatelessSessionImpl
class StatelessSessionImpl extends AbstractSharedSessionContract implements Serializable-
Serialized Fields
-
connectionProvided
boolean connectionProvided
-
influencers
LoadQueryInfluencers influencers
-
temporaryPersistenceContext
PersistenceContext temporaryPersistenceContext
-
-
-
Package org.hibernate.internal.log
-
Class org.hibernate.internal.log.ConnectionAccessLogger_$logger
class ConnectionAccessLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.ConnectionPoolingLogger_$logger
class ConnectionPoolingLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.DeprecationLogger_$logger
class DeprecationLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.IncubationLogger_$logger
class IncubationLogger_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
org.jboss.logging.Logger log
-
-
Class org.hibernate.internal.log.UrlMessageBundle_$logger
class UrlMessageBundle_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
org.jboss.logging.Logger log
-
-
-
Package org.hibernate.internal.util
-
Class org.hibernate.internal.util.MarkerObject
class MarkerObject extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.internal.util.ZonedDateTimeComparator
class ZonedDateTimeComparator extends Object implements Serializable
-
-
Package org.hibernate.internal.util.beans
-
Exception org.hibernate.internal.util.beans.BeanIntrospectionException
class BeanIntrospectionException extends HibernateException implements Serializable
-
-
Package org.hibernate.internal.util.collections
-
Class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
-
Serialization Methods
-
readObject
Reconstitute theConcurrentHashMap
instance from a stream (i.e., deserialize it).- Parameters:
s
- the stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of theConcurrentHashMap
instance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Parameters:
s
- the stream- Throws:
IOException
-
-
Serialized Fields
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Segment<K,
V>[] segments The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
-
Class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
Reconstitute theConcurrentReferenceHashMap
instance from a stream (i.e., deserialize it).- Parameters:
s
- the stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of theConcurrentReferenceHashMap
instance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Parameters:
s
- the stream- Throws:
IOException
-
-
Serialized Fields
-
identityComparisons
boolean identityComparisons
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Segment<K,
V>[] segments The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
Class org.hibernate.internal.util.collections.LinkedIdentityHashMap
-
Serialized Fields
-
orderedKeys
org.hibernate.internal.util.collections.LinkedIdentityHashMap.ArraySet<K> orderedKeys
-
-
-
-
Package org.hibernate.internal.util.compare
-
Class org.hibernate.internal.util.compare.ComparableComparator
class ComparableComparator extends Object implements Serializable
-
-
Package org.hibernate.internal.util.config
-
Exception org.hibernate.internal.util.config.ConfigurationException
class ConfigurationException extends HibernateException implements Serializable
-
-
Package org.hibernate.internal.util.xml
-
Class org.hibernate.internal.util.xml.DTDEntityResolver
class DTDEntityResolver extends Object implements Serializable -
Exception org.hibernate.internal.util.xml.XsdException
class XsdException extends HibernateException implements Serializable-
Serialized Fields
-
xsdName
String xsdName
-
-
-
-
Package org.hibernate.jdbc
-
Exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
class BatchedTooManyRowsAffectedException extends TooManyRowsAffectedException implements Serializable-
Serialized Fields
-
batchPosition
int batchPosition
-
-
-
Exception org.hibernate.jdbc.BatchFailedException
class BatchFailedException extends HibernateException implements Serializable -
Exception org.hibernate.jdbc.TooManyRowsAffectedException
class TooManyRowsAffectedException extends HibernateException implements Serializable-
Serialized Fields
-
actualRowCount
int actualRowCount
-
expectedRowCount
int expectedRowCount
-
-
-
-
Package org.hibernate.jpa.event.internal
-
Class org.hibernate.jpa.event.internal.EmbeddableCallback
class EmbeddableCallback extends org.hibernate.jpa.event.internal.AbstractCallback implements Serializable -
Class org.hibernate.jpa.event.internal.EmbeddableCallback.Definition
class Definition extends Object implements Serializable-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
callbackType
CallbackType callbackType
-
embeddableGetter
Getter embeddableGetter
-
-
-
Class org.hibernate.jpa.event.internal.EntityCallback
class EntityCallback extends org.hibernate.jpa.event.internal.AbstractCallback implements Serializable-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
-
-
Class org.hibernate.jpa.event.internal.EntityCallback.Definition
class Definition extends Object implements Serializable-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
callbackType
CallbackType callbackType
-
-
-
Class org.hibernate.jpa.event.internal.ListenerCallback
class ListenerCallback extends org.hibernate.jpa.event.internal.AbstractCallback implements Serializable-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
listenerManagedBean
ManagedBean<?> listenerManagedBean
-
-
-
Class org.hibernate.jpa.event.internal.ListenerCallback.Definition
class Definition extends Object implements Serializable-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
callbackType
CallbackType callbackType
-
listenerClass
Class<?> listenerClass
-
-
-
-
Package org.hibernate.jpa.event.spi
-
Package org.hibernate.jpa.internal
-
Class org.hibernate.jpa.internal.ExceptionMapperLegacyJpaImpl
class ExceptionMapperLegacyJpaImpl extends Object implements Serializable -
Class org.hibernate.jpa.internal.PersistenceUnitUtilImpl
class PersistenceUnitUtilImpl extends Object implements Serializable-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
-
Package org.hibernate.jpa.internal.util
-
Exception org.hibernate.jpa.internal.util.PersistenceUtilHelper.AttributeExtractionException
class AttributeExtractionException extends HibernateException implements Serializable -
Class org.hibernate.jpa.internal.util.PersistenceUtilHelper.MetadataCache
class MetadataCache extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
metadataCacheClassValue
ClassValue<PersistenceUtilHelper.ClassMetadataCache> metadataCacheClassValue
-
-
-
-
Package org.hibernate.jpa.spi
-
Class org.hibernate.jpa.spi.NativeQueryTupleTransformer
class NativeQueryTupleTransformer extends Object implements Serializable
-
-
Package org.hibernate.loader
-
Exception org.hibernate.loader.MultipleBagFetchException
class MultipleBagFetchException extends HibernateException implements Serializable-
Serialized Fields
-
bagRoles
List bagRoles
-
-
-
Exception org.hibernate.loader.NonUniqueDiscoveredSqlAliasException
class NonUniqueDiscoveredSqlAliasException extends HibernateException implements Serializable
-
-
Package org.hibernate.loader.ast.internal
-
Class org.hibernate.loader.ast.internal.StandardBatchLoaderFactory
class StandardBatchLoaderFactory extends Object 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
-
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
-
jdbcTypeCode
Integer jdbcTypeCode
-
ownerName
String ownerName
-
propertyName
String propertyName
-
resolution
BasicValue.Resolution<?> resolution
-
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<FilterConfiguration> filters
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
insertExpectation
Supplier<? extends Expectation> insertExpectation
-
inverse
boolean inverse
-
key
KeyValue key
-
lazy
boolean lazy
-
loaderName
String loaderName
-
manyToManyFilters
List<FilterConfiguration> manyToManyFilters
-
manyToManyOrderBy
String manyToManyOrderBy
-
manyToManyWhere
String manyToManyWhere
-
mappedByProperty
String mappedByProperty
-
mutable
boolean mutable
-
optimisticLocked
boolean optimisticLocked
-
orderBy
String orderBy
-
orphanDelete
boolean orphanDelete
-
owner
PersistentClass owner
-
queryCacheLayout
CacheLayout queryCacheLayout
-
referencedPropertyName
String referencedPropertyName
-
role
String role
-
softDeleteColumn
Column softDeleteColumn
-
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
-
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
-
isGeneric
Boolean isGeneric
-
isKey
boolean isKey
-
metaAttributes
Map<String,
MetaAttribute> metaAttributes -
originalPropertyOrder
int[] originalPropertyOrder
-
owner
PersistentClass owner
-
parentAggregateColumn
AggregateColumn parentAggregateColumn
-
parentProperty
String parentProperty
-
properties
ArrayList<Property> properties
-
propertyDeclaringClasses
Map<Property,
String> propertyDeclaringClasses -
roleName
String roleName
-
structColumnNames
String[] structColumnNames
-
structName
QualifiedName structName
-
subclassToSuperclass
Map<String,
String> subclassToSuperclass -
type
CompositeType type
-
-
-
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
-
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
-
resolvedType
Type resolvedType
-
-
-
Class org.hibernate.mapping.Map
class Map extends IndexedCollection implements Serializable-
Serialized Fields
-
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<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
-
explicitPolymorphism
boolean explicitPolymorphism
-
forceDiscriminator
boolean forceDiscriminator
-
identifier
KeyValue identifier
-
identifierProperty
Property identifierProperty
-
lazyPropertiesCacheable
boolean lazyPropertiesCacheable
-
mutable
boolean mutable
-
naturalIdCacheRegionName
String naturalIdCacheRegionName
-
nextSubclassId
int nextSubclassId
-
polymorphic
boolean polymorphic
-
softDeleteColumn
Column softDeleteColumn
-
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
-
generator
Generator generator
-
insertability
List<Boolean> insertability
-
isLob
boolean isLob
-
isNationalized
boolean isNationalized
-
isVersion
boolean isVersion
-
metadata
MetadataImplementor metadata
-
nullValue
String nullValue
-
onDeleteAction
OnDeleteAction onDeleteAction
-
partitionKey
boolean partitionKey
-
table
Table table
-
type
Type type
-
typeName
String typeName
-
typeParameters
Properties typeParameters
-
updatability
List<Boolean> updatability
-
-
-
Class org.hibernate.mapping.SingleTableSubclass
class SingleTableSubclass extends Subclass implements Serializable -
Class org.hibernate.mapping.Subclass
class Subclass extends PersistentClass implements Serializable-
Serialized Fields
-
classPersisterClass
Class<? extends EntityPersister> classPersisterClass
-
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 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.internal
-
Exception org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping.IllegalAttributeType
class IllegalAttributeType extends RuntimeException implements Serializable -
Class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping.MutabilityPlanImpl
class MutabilityPlanImpl extends Object implements Serializable-
Serialized Fields
-
anyType
AnyType anyType
-
-
-
Class org.hibernate.metamodel.mapping.internal.DiscriminatorTypeImpl
-
-
Package org.hibernate.metamodel.mapping.ordering.ast
-
Exception org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation
class OrderByComplianceViolation extends HibernateException implements Serializable -
Exception org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException
class PathResolutionException extends HibernateException implements Serializable
-
-
Package org.hibernate.metamodel.model.domain
-
Class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
-
Serialized Fields
-
hasIdClass
boolean hasIdClass
-
hasIdentifierProperty
boolean hasIdentifierProperty
-
id
SingularPersistentAttribute<J,
?> id -
idClassType
EmbeddableDomainType<?> idClassType
-
identifierDescriptor
SqmPathSource<?> identifierDescriptor
-
isVersioned
boolean isVersioned
-
naturalIdAttributes
List<PersistentAttribute<J,
?>> naturalIdAttributes -
nonAggregatedIdAttributes
Set<SingularPersistentAttribute<? super J,
?>> nonAggregatedIdAttributes -
versionAttribute
SingularPersistentAttribute<J,
?> versionAttribute
-
-
-
Class org.hibernate.metamodel.model.domain.AbstractManagedType
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
declaredConcreteGenericAttributes
Map<String,
PersistentAttribute<J, ?>> declaredConcreteGenericAttributes -
declaredPluralAttributes
Map<String,
PluralPersistentAttribute<J, ?, ?>> declaredPluralAttributes -
declaredSingularAttributes
Map<String,
SingularPersistentAttribute<J, ?>> declaredSingularAttributes -
hibernateTypeName
String hibernateTypeName
-
metamodel
JpaMetamodelImplementor metamodel
-
representationMode
RepresentationMode representationMode
-
subTypes
List<ManagedDomainType<? extends J>> subTypes
-
superType
ManagedDomainType<? super J> superType
-
-
-
-
Package org.hibernate.metamodel.model.domain.internal
-
Class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
class AbstractAttribute extends Object implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
attributeClassification
AttributeClassification attributeClassification
-
attributeJtd
JavaType<J> attributeJtd
-
declaringType
ManagedDomainType<D> declaringType
-
name
String name
-
valueType
DomainType<B> valueType
-
-
-
Class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
-
Serialized Fields
-
classification
CollectionClassification classification
-
elementPathSource
SqmPathSource<E> elementPathSource
-
-
-
Class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPath
-
Class org.hibernate.metamodel.model.domain.internal.BagAttributeImpl
-
Class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
class BasicTypeImpl extends Object implements Serializable -
Class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl
-
Serialized Fields
-
discriminatorPathSource
EmbeddedDiscriminatorSqmPathSource<?> discriminatorPathSource
-
isDynamic
boolean isDynamic
-
-
-
Class org.hibernate.metamodel.model.domain.internal.EmbeddedDiscriminatorSqmPath
-
Serialized Fields
-
embeddableDomainType
EmbeddableDomainType<T> embeddableDomainType
-
-
-
Class org.hibernate.metamodel.model.domain.internal.EntityDiscriminatorSqmPath
-
Serialized Fields
-
entityDescriptor
EntityMappingType entityDescriptor
-
entityDomainType
EntityDomainType entityDomainType
-
-
-
Class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
discriminatorPathSource
SqmPathSource<?> discriminatorPathSource
-
jpaEntityName
String jpaEntityName
-
metamodel
JpaMetamodelImplementor metamodel
-
-
-
Class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
class JpaMetamodelImpl extends Object implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
allowedEnumLiteralsToEnumTypeNames
Map<String,
Set<String>> allowedEnumLiteralsToEnumTypeNames -
entityProxyInterfaceMap
Map<Class<?>,
String> entityProxyInterfaceMap -
enumJavaTypes
Map<String,
EnumJavaType<?>> enumJavaTypes -
jpaMetaModelPopulationSetting
JpaMetaModelPopulationSetting jpaMetaModelPopulationSetting
-
knownInvalidnameToImportMap
Map<String,
Object> knownInvalidnameToImportMap -
managedTypeByClass
Map<Class<?>,
ManagedDomainType<?>> managedTypeByClass -
managedTypeByName
Map<String,
ManagedDomainType<?>> managedTypeByName -
mappingMetamodel
MappingMetamodel mappingMetamodel
-
nameToImportMap
Map<String,
org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl.ImportInfo<?>> nameToImportMap -
polymorphicEntityReferenceMap
Map<Class<?>,
SqmPolymorphicRootDescriptor<?>> polymorphicEntityReferenceMap -
serviceRegistry
ServiceRegistry serviceRegistry
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.metamodel.model.domain.internal.ListAttributeImpl
-
Serialized Fields
-
indexPathSource
SqmPathSource<Integer> indexPathSource
-
-
-
Class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
-
Serialized Fields
-
keyPathSource
SqmPathSource<K> keyPathSource
-
-
-
Class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
-
Class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
class MappingMetamodelImpl extends QueryParameterBindingTypeResolverImpl implements Serializable-
Serialized Fields
-
collectionPersisterMap
Map<String,
CollectionPersister> collectionPersisterMap -
collectionRolesByEntityParticipant
Map<String,
Set<String>> collectionRolesByEntityParticipant -
embeddableValuedModelPart
Map<NavigableRole,
EmbeddableValuedModelPart> embeddableValuedModelPart -
entityNameResolvers
Set<EntityNameResolver> entityNameResolvers
-
entityPersisterMap
EntityPersisterConcurrentMap entityPersisterMap
-
entityProxyInterfaceMap
Map<Class<?>,
String> entityProxyInterfaceMap -
implementorsCache
Map<String,
String[]> implementorsCache That's not strictly correct in the JPA standard since for a given Java type we could have multiple instances of an embeddable type. Some embeddable might override attributes, but we can only return a single EmbeddableTypeImpl for a given Java object class.A better approach would be if the parent class and attribute name would be included as well when trying to locate the embeddable type.
-
jpaMetamodel
JpaMetamodelImplementor jpaMetamodel
-
tupleTypeCache
Map<TupleType<?>,
MappingModelExpressible<?>> tupleTypeCache
-
-
-
Class org.hibernate.metamodel.model.domain.internal.PrimitiveBasicTypeImpl
-
Class org.hibernate.metamodel.model.domain.internal.SetAttributeImpl
-
Class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
-
Serialized Fields
-
isIdentifier
boolean isIdentifier
-
isOptional
boolean isOptional
-
isVersion
boolean isVersion
-
sqmPathSource
SqmPathSource<J> sqmPathSource
-
-
-
Class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Identifier
-
Class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Version
-
-
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.internal
-
Class org.hibernate.persister.internal.PersisterFactoryImpl
class PersisterFactoryImpl extends Object implements Serializable-
Serialized Fields
-
persisterClassResolver
PersisterClassResolver persisterClassResolver
-
-
-
Class org.hibernate.persister.internal.StandardPersisterClassResolver
class StandardPersisterClassResolver extends Object implements Serializable
-
-
Package org.hibernate.persister.spi
-
Exception org.hibernate.persister.spi.UnknownPersisterException
class UnknownPersisterException extends HibernateException implements Serializable
-
-
Package org.hibernate.procedure
-
Exception org.hibernate.procedure.NamedParametersNotSupportedException
class NamedParametersNotSupportedException extends HibernateException implements Serializable -
Exception org.hibernate.procedure.NoSuchParameterException
class NoSuchParameterException extends HibernateException implements Serializable -
Exception org.hibernate.procedure.ParameterMisuseException
class ParameterMisuseException extends HibernateException implements Serializable -
Exception org.hibernate.procedure.ParameterStrategyException
class ParameterStrategyException extends HibernateException implements Serializable -
Exception org.hibernate.procedure.ParameterTypeException
class ParameterTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.property.access.internal
-
Class org.hibernate.property.access.internal.AbstractFieldSerialForm
class AbstractFieldSerialForm extends Object implements Serializable -
Class org.hibernate.property.access.internal.AbstractSetterMethodSerialForm
class AbstractSetterMethodSerialForm extends Object implements Serializable -
Class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
class ChainedPropertyAccessImpl extends Object implements Serializable-
Serialized Fields
-
propertyAccesses
PropertyAccess[] propertyAccesses
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
class PropertyAccessCompositeUserTypeImpl extends Object implements Serializable-
Serialized Fields
-
propertyIndex
int propertyIndex
-
strategy
PropertyAccessStrategyCompositeUserTypeImpl strategy
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
class GetterImpl extends Object implements Serializable-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
class SetterImpl extends Object implements Serializable-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
class PropertyAccessStrategyResolverStandardImpl extends Object implements Serializable-
Serialized Fields
-
serviceRegistry
ServiceRegistry serviceRegistry
-
strategySelectorService
StrategySelector strategySelectorService
-
-
-
-
Package org.hibernate.property.access.spi
-
Class org.hibernate.property.access.spi.EnhancedSetterImpl
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 org.hibernate.property.access.spi.PropertyAccessBuildingException
class PropertyAccessBuildingException extends HibernateException implements Serializable -
Exception org.hibernate.property.access.spi.PropertyAccessException
class PropertyAccessException extends HibernateException implements Serializable -
Exception 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
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 org.hibernate.query.IllegalMutationQueryException
class IllegalMutationQueryException extends IllegalQueryOperationException implements Serializable -
Exception org.hibernate.query.IllegalNamedQueryOptionsException
class IllegalNamedQueryOptionsException extends QueryException implements Serializable -
Exception org.hibernate.query.IllegalQueryOperationException
class IllegalQueryOperationException extends QueryException implements Serializable -
Exception org.hibernate.query.IllegalSelectQueryException
class IllegalSelectQueryException extends IllegalQueryOperationException implements Serializable -
Exception org.hibernate.query.NamedQueryValidationException
class NamedQueryValidationException extends QueryException implements Serializable-
Serialized Fields
-
errors
Map<String,
HibernateException> errors
-
-
-
Exception org.hibernate.query.NotIndexedCollectionException
class NotIndexedCollectionException extends SemanticException implements Serializable -
Exception org.hibernate.query.ParameterLabelException
class ParameterLabelException extends SemanticException implements Serializable -
Exception org.hibernate.query.PathException
class PathException extends SemanticException implements Serializable -
Exception 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 org.hibernate.query.QueryTypeMismatchException
class QueryTypeMismatchException extends HibernateException implements Serializable -
Exception org.hibernate.query.SemanticException
class SemanticException extends QueryException implements Serializable -
Exception org.hibernate.query.SyntaxException
class SyntaxException extends QueryException implements Serializable -
Exception org.hibernate.query.UnknownNamedQueryException
class UnknownNamedQueryException extends QueryException implements Serializable -
Exception org.hibernate.query.UnknownParameterException
class UnknownParameterException extends HibernateException implements Serializable -
Exception 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.internal
-
Class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
-
Serialized Fields
-
firstResult
Integer firstResult
-
lockOptions
LockOptions lockOptions
-
maxResults
Integer maxResults
-
parameterTypes
Map<String,
String> parameterTypes -
sqmStatement
SqmStatement<E> sqmStatement
-
-
-
-
Package org.hibernate.query.criteria.spi
-
Package org.hibernate.query.hql
-
Exception 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.hql.internal
-
Class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
class FullyQualifiedReflectivePathTerminal extends FullyQualifiedReflectivePath implements Serializable-
Serialized Fields
-
creationState
SqmCreationState creationState
-
expressibleType
@Nullable SqmExpressible<?> expressibleType
-
handler
Function<SemanticQueryWalker<?>,
?> handler
-
-
-
Class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
-
-
Package org.hibernate.query.results
-
Exception org.hibernate.query.results.MissingSqlSelectionException
class MissingSqlSelectionException extends HibernateException implements Serializable -
Exception org.hibernate.query.results.PositionalSelectionsNotAllowedException
class PositionalSelectionsNotAllowedException extends HibernateException implements Serializable
-
-
Package org.hibernate.query.sqm
-
Exception org.hibernate.query.sqm.AliasCollisionException
class AliasCollisionException extends SemanticException implements Serializable -
Exception org.hibernate.query.sqm.EntityTypeException
class EntityTypeException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
reference
String reference
-
-
-
Exception org.hibernate.query.sqm.InterpretationException
class InterpretationException extends QueryException implements Serializable -
Exception org.hibernate.query.sqm.LiteralNumberFormatException
class LiteralNumberFormatException extends SemanticException implements Serializable -
Exception org.hibernate.query.sqm.ParsingException
class ParsingException extends QueryException implements Serializable -
Exception org.hibernate.query.sqm.PathElementException
class PathElementException extends IllegalArgumentException implements Serializable -
Exception org.hibernate.query.sqm.StrictJpaComplianceViolation
class StrictJpaComplianceViolation extends SemanticException implements Serializable-
Serialized Fields
-
type
StrictJpaComplianceViolation.Type type
-
-
-
Exception org.hibernate.query.sqm.TerminalPathException
class TerminalPathException extends IllegalStateException implements Serializable -
Exception org.hibernate.query.sqm.TreatException
class TreatException extends HibernateException implements Serializable -
Exception org.hibernate.query.sqm.UnknownEntityException
class UnknownEntityException extends SemanticException implements Serializable-
Serialized Fields
-
entityName
String entityName
-
-
-
Exception 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.SelfRenderingSqmWindowFunction
-
Serialized Fields
-
filter
SqmPredicate filter
-
fromFirst
Boolean fromFirst
-
respectNulls
Boolean respectNulls
-
-
-
-
Package org.hibernate.query.sqm.internal
-
Class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
class SqmCriteriaNodeBuilder extends Object implements Serializable-
Serialization Methods
-
readResolve
Custom serialization hook defined by Java spec. Used when the node builder is directly deserialized. Here we resolve the uuid/name read from the stream previously to resolve the SessionFactory instance to use based on the registrations with theSessionFactoryRegistry
- Throws:
InvalidObjectException
- Thrown if we could not resolve the factory by uuid/name.
-
-
Serialized Fields
-
-
-
Package org.hibernate.query.sqm.mutation.internal
-
Class org.hibernate.query.sqm.mutation.internal.SqmMultiTableMutationStrategyProviderStandard
class SqmMultiTableMutationStrategyProviderStandard extends Object implements Serializable
-
-
Package org.hibernate.query.sqm.mutation.spi
-
Package org.hibernate.query.sqm.produce.function
-
Exception org.hibernate.query.sqm.produce.function.FunctionArgumentException
class FunctionArgumentException extends SemanticException implements Serializable
-
-
Package org.hibernate.query.sqm.sql
-
Exception org.hibernate.query.sqm.sql.ConversionException
class ConversionException extends HibernateException implements Serializable
-
-
Package org.hibernate.query.sqm.sql.internal
-
Exception org.hibernate.query.sqm.sql.internal.InstantiationException
class InstantiationException 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
-
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
-
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
SqmExpressible<?> typeExpressible
-
-
-
Class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
class SqmSearchClauseSpecification extends Object implements Serializable-
Serialized Fields
-
cteColumn
SqmCteTableColumn cteColumn
-
nullPrecedence
NullPrecedence 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
-
fetched
boolean fetched
-
-
-
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
-
reusablePaths
Map<String,
SqmPath<?>> reusablePaths For HQL and Criteria processing - used to track reusable paths relative to this path. E.g., given `p.mate.mate` the SqmRoot identified by `p` would have a reusable path for the `p.mate` path.
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
-
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.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
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
-
Serialized Fields
-
treatTarget
TreatableDomainType<R1 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
EntityDomainType treatTarget
-
wrappedPath
SqmCrossJoin wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
class SqmTreatedEmbeddedValuedSimplePath extends SqmEmbeddedValuedSimplePath<S extends T> implements Serializable-
Serialized Fields
-
treatTarget
EmbeddableDomainType<S extends T> treatTarget
-
wrappedPath
SqmPath<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
-
Serialized Fields
-
treatTarget
EntityDomainType<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
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmPath<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
-
Serialized Fields
-
treatTarget
TreatableDomainType<S extends T> treatTarget
-
wrappedPath
SqmListJoin<O,
T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
-
Serialized Fields
-
treatTarget
TreatableDomainType<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
EntityDomainType treatTarget
-
wrappedPath
SqmPluralPartJoin wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
class SqmTreatedRoot extends SqmRoot implements Serializable-
Serialized Fields
-
treatTarget
EntityDomainType treatTarget
-
wrappedPath
SqmRoot wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
-
Serialized Fields
-
treatTarget
TreatableDomainType<S extends T> treatTarget
-
wrappedPath
SqmSetJoin<O,
T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmPath<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
-
Serialized Fields
-
treatTarget
TreatableDomainType<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.AbstractSqmParameter
-
Serialized Fields
-
canBeMultiValued
boolean canBeMultiValued
-
-
-
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
SqmExpressible<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
-
typeCategory
NumericTypeCategory typeCategory
-
-
-
Exception 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.SqmLiteral
-
Serialized Fields
-
value
T value
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
-
Serialized Fields
-
embeddableDomainType
EmbeddableDomainType<T> embeddableDomainType
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
-
Serialized Fields
-
entityType
EntityDomainType<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.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.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.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.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 SqmExpressible<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<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
-
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
SqmExpressible<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.container.internal
-
Class org.hibernate.resource.beans.container.internal.NamedBeanQualifier
-
Serialized Fields
-
name
String name
-
-
-
Exception org.hibernate.resource.beans.container.internal.NoSuchBeanException
class NoSuchBeanException extends HibernateException implements Serializable -
Exception org.hibernate.resource.beans.container.internal.NotYetReadyException
class NotYetReadyException extends HibernateException implements Serializable
-
-
Package org.hibernate.resource.beans.internal
-
Class org.hibernate.resource.beans.internal.BeansMessageLogger_$logger
class BeansMessageLogger_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
org.jboss.logging.Logger log
-
-
Class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
class ManagedBeanRegistryImpl extends Object implements Serializable-
Serialized Fields
-
beanContainer
BeanContainer beanContainer
-
registrations
Map<String,
ManagedBean<?>> registrations
-
-
-
-
Package org.hibernate.resource.beans.spi
-
Package org.hibernate.resource.jdbc.internal
-
Class org.hibernate.resource.jdbc.internal.EmptyStatementInspector
class EmptyStatementInspector extends Object implements Serializable
-
-
Package org.hibernate.resource.jdbc.spi
-
Package org.hibernate.resource.transaction
-
Exception org.hibernate.resource.transaction.LocalSynchronizationException
class LocalSynchronizationException extends HibernateException implements Serializable -
Exception org.hibernate.resource.transaction.NullSynchronizationException
class NullSynchronizationException extends HibernateException implements Serializable -
Exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
class TransactionRequiredForJoinException extends HibernateException implements Serializable
-
-
Package org.hibernate.resource.transaction.backend.jdbc.internal
-
Class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
class JdbcResourceLocalTransactionCoordinatorBuilderImpl extends Object implements Serializable
-
-
Package org.hibernate.resource.transaction.backend.jta.internal
-
Exception org.hibernate.resource.transaction.backend.jta.internal.JtaPlatformInaccessibleException
class JtaPlatformInaccessibleException extends HibernateException implements Serializable -
Class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
class JtaTransactionCoordinatorBuilderImpl extends Object implements Serializable-
Serialized Fields
-
jtaPlatform
JtaPlatform jtaPlatform
-
-
-
-
Package org.hibernate.resource.transaction.backend.jta.internal.synchronization
-
Package org.hibernate.resource.transaction.internal
-
Class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
class SynchronizationRegistryStandardImpl extends Object implements Serializable-
Serialized Fields
-
synchronizations
LinkedHashSet<Synchronization> synchronizations
-
-
-
-
Package org.hibernate.resource.transaction.spi
-
Package org.hibernate.result
-
Exception org.hibernate.result.NoMoreReturnsException
class NoMoreReturnsException extends HibernateException implements Serializable
-
-
Package org.hibernate.service
-
Exception org.hibernate.service.NullServiceException
class NullServiceException extends ServiceException implements Serializable-
Serialized Fields
-
serviceRole
Class serviceRole
-
-
-
Exception org.hibernate.service.UnknownServiceException
class UnknownServiceException extends ServiceException implements Serializable-
Serialized Fields
-
serviceRole
Class serviceRole
-
-
-
Exception org.hibernate.service.UnknownUnwrapTypeException
class UnknownUnwrapTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.service.internal
-
Exception org.hibernate.service.internal.ServiceDependencyException
class ServiceDependencyException extends HibernateException implements Serializable -
Exception org.hibernate.service.internal.ServiceProxyGenerationException
class ServiceProxyGenerationException extends HibernateException implements Serializable -
Class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
class SessionFactoryServiceRegistryFactoryImpl extends Object implements Serializable-
Serialized Fields
-
theBasicServiceRegistry
ServiceRegistryImplementor theBasicServiceRegistry
-
-
-
-
Package org.hibernate.service.spi
-
Exception org.hibernate.service.spi.ServiceException
class ServiceException extends HibernateException implements Serializable
-
-
Package org.hibernate.spi
-
Package org.hibernate.sql.ast
-
Exception org.hibernate.sql.ast.SqlTreeCreationException
class SqlTreeCreationException extends HibernateException implements Serializable
-
-
Package org.hibernate.sql.ast.internal
-
Class org.hibernate.sql.ast.internal.ParameterMarkerStrategyStandard
class ParameterMarkerStrategyStandard extends Object 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 org.hibernate.sql.ast.tree.from.UnknownTableReferenceException
class UnknownTableReferenceException extends HibernateException implements Serializable-
Serialized Fields
-
tableExpression
String tableExpression
-
-
-
-
Package org.hibernate.sql.exec
-
Exception 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 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 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.internal
-
Class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderStandard
class JdbcValuesMappingProducerProviderStandard extends Object implements Serializable
-
-
Package org.hibernate.sql.results.jdbc.spi
-
Package org.hibernate.stat
-
Package org.hibernate.stat.internal
-
Class org.hibernate.stat.internal.AbstractCacheableDataStatistics
class AbstractCacheableDataStatistics extends Object implements Serializable -
Class org.hibernate.stat.internal.CacheRegionStatisticsImpl
class CacheRegionStatisticsImpl extends Object implements Serializable -
Class org.hibernate.stat.internal.CollectionStatisticsImpl
class CollectionStatisticsImpl extends AbstractCacheableDataStatistics implements Serializable -
Class org.hibernate.stat.internal.EntityStatisticsImpl
class EntityStatisticsImpl extends AbstractCacheableDataStatistics implements Serializable -
Class org.hibernate.stat.internal.NaturalIdStatisticsImpl
class NaturalIdStatisticsImpl extends AbstractCacheableDataStatistics implements Serializable-
Serialized Fields
-
executionCount
AtomicLong executionCount
-
executionMaxTime
AtomicLong executionMaxTime
-
executionMinTime
AtomicLong executionMinTime
-
readLock
Lock readLock
-
rootEntityName
String rootEntityName
-
totalExecutionTime
AtomicLong totalExecutionTime
-
writeLock
Lock writeLock
-
-
-
Class org.hibernate.stat.internal.QueryStatisticsImpl
class QueryStatisticsImpl extends Object implements Serializable-
Serialized Fields
-
cacheHitCount
LongAdder cacheHitCount
-
cacheMissCount
LongAdder cacheMissCount
-
cachePutCount
LongAdder cachePutCount
-
executionCount
LongAdder executionCount
-
executionMaxTime
AtomicLong executionMaxTime
-
executionMinTime
AtomicLong executionMinTime
-
executionRowCount
LongAdder executionRowCount
-
planCacheHitCount
LongAdder planCacheHitCount
-
planCacheMissCount
LongAdder planCacheMissCount
-
planCompilationTotalMicroseconds
AtomicLong planCompilationTotalMicroseconds
-
query
String query
-
readLock
Lock readLock
-
totalExecutionTime
AtomicLong totalExecutionTime
-
writeLock
Lock writeLock
-
-
-
Class org.hibernate.stat.internal.StatisticsImpl
class StatisticsImpl extends Object implements Serializable-
Serialized Fields
-
allCollectionRoles
String[] allCollectionRoles
-
allEntityNames
String[] allEntityNames
-
cache
CacheImplementor cache
-
closeStatementCount
LongAdder closeStatementCount
-
collectionFetchCount
LongAdder collectionFetchCount
-
collectionLoadCount
LongAdder collectionLoadCount
-
collectionRecreateCount
LongAdder collectionRecreateCount
-
collectionRemoveCount
LongAdder collectionRemoveCount
-
collectionStatsMap
StatsNamedContainer<CollectionStatisticsImpl> collectionStatsMap
-
collectionUpdateCount
LongAdder collectionUpdateCount
-
committedTransactionCount
LongAdder committedTransactionCount
-
connectCount
LongAdder connectCount
-
entityDeleteCount
LongAdder entityDeleteCount
-
entityFetchCount
LongAdder entityFetchCount
-
entityInsertCount
LongAdder entityInsertCount
-
entityLoadCount
LongAdder entityLoadCount
-
entityStatsMap
StatsNamedContainer<EntityStatisticsImpl> entityStatsMap
-
entityUpdateCount
LongAdder entityUpdateCount
-
flushCount
LongAdder flushCount
-
isStatisticsEnabled
boolean isStatisticsEnabled
-
l2CacheStatsMap
StatsNamedContainer<CacheRegionStatisticsImpl> l2CacheStatsMap
Keyed by region name -
metamodel
MappingMetamodelImplementor metamodel
-
naturalIdCacheHitCount
LongAdder naturalIdCacheHitCount
-
naturalIdCacheMissCount
LongAdder naturalIdCacheMissCount
-
naturalIdCachePutCount
LongAdder naturalIdCachePutCount
-
naturalIdQueryExecutionCount
LongAdder naturalIdQueryExecutionCount
-
naturalIdQueryExecutionMaxTime
AtomicLong naturalIdQueryExecutionMaxTime
-
naturalIdQueryExecutionMaxTimeEntity
@Nullable String naturalIdQueryExecutionMaxTimeEntity
-
naturalIdQueryExecutionMaxTimeRegion
@Nullable String naturalIdQueryExecutionMaxTimeRegion
-
naturalIdQueryStatsMap
StatsNamedContainer<NaturalIdStatisticsImpl> naturalIdQueryStatsMap
-
optimisticFailureCount
LongAdder optimisticFailureCount
-
prepareStatementCount
LongAdder prepareStatementCount
-
queryCacheEnabled
boolean queryCacheEnabled
-
queryCacheHitCount
LongAdder queryCacheHitCount
-
queryCacheMissCount
LongAdder queryCacheMissCount
-
queryCachePutCount
LongAdder queryCachePutCount
-
queryExecutionCount
LongAdder queryExecutionCount
-
queryExecutionMaxTime
AtomicLong queryExecutionMaxTime
-
queryExecutionMaxTimeQueryString
@Nullable String queryExecutionMaxTimeQueryString
-
queryPlanCacheHitCount
LongAdder queryPlanCacheHitCount
-
queryPlanCacheMissCount
LongAdder queryPlanCacheMissCount
-
queryStatsMap
StatsNamedContainer<QueryStatisticsImpl> queryStatsMap
Keyed by query string -
secondLevelCacheEnabled
boolean secondLevelCacheEnabled
-
secondLevelCacheHitCount
LongAdder secondLevelCacheHitCount
-
secondLevelCacheMissCount
LongAdder secondLevelCacheMissCount
-
secondLevelCachePutCount
LongAdder secondLevelCachePutCount
-
sessionCloseCount
LongAdder sessionCloseCount
-
sessionOpenCount
LongAdder sessionOpenCount
-
slowQueries
Map<String,
Long> slowQueries Keyed by query SQL -
startTime
Instant startTime
-
transactionCount
LongAdder transactionCount
-
updateTimestampsCacheHitCount
LongAdder updateTimestampsCacheHitCount
-
updateTimestampsCacheMissCount
LongAdder updateTimestampsCacheMissCount
-
updateTimestampsCachePutCount
LongAdder updateTimestampsCachePutCount
-
-
-
-
Package org.hibernate.stat.spi
-
Package org.hibernate.tool.schema.extract.spi
-
Exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
class SchemaExtractionException extends HibernateException implements Serializable
-
-
Package org.hibernate.tool.schema.internal
-
Class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
class HibernateSchemaManagementTool extends Object implements Serializable-
Serialized Fields
-
customTarget
GenerationTarget customTarget
-
serviceRegistry
ServiceRegistry serviceRegistry
-
-
-
-
Package org.hibernate.tool.schema.internal.exec
-
Class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessConnectionProviderImpl
class JdbcConnectionAccessConnectionProviderImpl extends Object implements Serializable-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
jdbcConnection
Connection jdbcConnection
-
wasInitiallyAutoCommit
boolean wasInitiallyAutoCommit
-
-
-
Class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessProvidedConnectionImpl
class JdbcConnectionAccessProvidedConnectionImpl extends Object implements Serializable-
Serialized Fields
-
jdbcConnection
Connection jdbcConnection
-
wasInitiallyAutoCommit
boolean wasInitiallyAutoCommit
-
-
-
-
Package org.hibernate.tool.schema.internal.script
-
Class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor
class MultiLineSqlScriptExtractor extends Object implements Serializable -
Class org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
class SingleLineSqlScriptExtractor extends Object implements Serializable
-
-
Package org.hibernate.tool.schema.spi
-
Exception org.hibernate.tool.schema.spi.CommandAcceptanceException
class CommandAcceptanceException extends HibernateException implements Serializable -
Exception org.hibernate.tool.schema.spi.SchemaManagementException
class SchemaManagementException extends HibernateException implements Serializable -
Exception 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.tuple
-
Class org.hibernate.tuple.VmValueGeneration
class VmValueGeneration extends Object implements Serializable-
Serialized Fields
-
eventTypes
EnumSet<EventType> eventTypes
Deprecated. -
generator
ValueGenerator<?> generator
Deprecated.
-
-
-
-
Package org.hibernate.tuple.entity
-
Exception org.hibernate.tuple.entity.CompositeValueGenerationException
class CompositeValueGenerationException extends HibernateException implements Serializable -
Class org.hibernate.tuple.entity.EntityMetamodel
class EntityMetamodel extends Object implements Serializable-
Serialized Fields
-
bytecodeEnhancementMetadata
BytecodeEnhancementMetadata bytecodeEnhancementMetadata
Deprecated, for removal: This API element is subject to removal in a future version. -
cascadeStyles
CascadeStyle[] cascadeStyles
Deprecated, for removal: This API element is subject to removal in a future version. -
dynamicInsert
boolean dynamicInsert
Deprecated, for removal: This API element is subject to removal in a future version. -
dynamicUpdate
boolean dynamicUpdate
Deprecated, for removal: This API element is subject to removal in a future version. -
entityType
EntityType entityType
Deprecated, for removal: This API element is subject to removal in a future version. -
explicitPolymorphism
boolean explicitPolymorphism
Deprecated, for removal: This API element is subject to removal in a future version. -
generators
Generator[] generators
Deprecated, for removal: This API element is subject to removal in a future version. -
hasCacheableNaturalId
boolean hasCacheableNaturalId
Deprecated, for removal: This API element is subject to removal in a future version. -
hasCascadeDelete
boolean hasCascadeDelete
Deprecated, for removal: This API element is subject to removal in a future version. -
hasCascades
boolean hasCascades
Deprecated, for removal: This API element is subject to removal in a future version. -
hasCollections
boolean hasCollections
Deprecated, for removal: This API element is subject to removal in a future version. -
hasImmutableNaturalId
boolean hasImmutableNaturalId
Deprecated, for removal: This API element is subject to removal in a future version. -
hasInsertGeneratedValues
boolean hasInsertGeneratedValues
Deprecated, for removal: This API element is subject to removal in a future version. -
hasLazyProperties
boolean hasLazyProperties
Deprecated, for removal: This API element is subject to removal in a future version. -
hasNonIdentifierPropertyNamedId
boolean hasNonIdentifierPropertyNamedId
Deprecated, for removal: This API element is subject to removal in a future version. -
hasOwnedCollections
boolean hasOwnedCollections
Deprecated, for removal: This API element is subject to removal in a future version. -
hasPreInsertGeneratedValues
boolean hasPreInsertGeneratedValues
Deprecated, for removal: This API element is subject to removal in a future version. -
hasPreUpdateGeneratedValues
boolean hasPreUpdateGeneratedValues
Deprecated, for removal: This API element is subject to removal in a future version. -
hasSubclasses
boolean hasSubclasses
Deprecated, for removal: This API element is subject to removal in a future version. -
hasUpdateGeneratedValues
boolean hasUpdateGeneratedValues
Deprecated, for removal: This API element is subject to removal in a future version. -
identifierAttribute
IdentifierProperty identifierAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
inherited
boolean inherited
Deprecated, for removal: This API element is subject to removal in a future version. -
isAbstract
boolean isAbstract
Deprecated, for removal: This API element is subject to removal in a future version. -
lazy
boolean lazy
Deprecated, for removal: This API element is subject to removal in a future version. -
mutable
boolean mutable
Deprecated, for removal: This API element is subject to removal in a future version. -
mutablePropertiesIndexes
BitSet mutablePropertiesIndexes
Deprecated, for removal: This API element is subject to removal in a future version. -
name
String name
Deprecated, for removal: This API element is subject to removal in a future version. -
naturalIdPropertyNumbers
int[] naturalIdPropertyNumbers
Deprecated, for removal: This API element is subject to removal in a future version. -
nonlazyPropertyUpdateability
boolean[] nonlazyPropertyUpdateability
Deprecated, for removal: This API element is subject to removal in a future version. -
optimisticLockStyle
OptimisticLockStyle optimisticLockStyle
Deprecated, for removal: This API element is subject to removal in a future version. -
polymorphic
boolean polymorphic
Deprecated, for removal: This API element is subject to removal in a future version. -
properties
NonIdentifierAttribute[] properties
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyCheckability
boolean[] propertyCheckability
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyIndexes
Map<String,
Integer> propertyIndexes Deprecated, for removal: This API element is subject to removal in a future version. -
propertyInsertability
boolean[] propertyInsertability
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyLaziness
boolean[] propertyLaziness
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyNames
String[] propertyNames
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyNullability
boolean[] propertyNullability
Deprecated, for removal: This API element is subject to removal in a future version. -
propertySpan
int propertySpan
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyTypes
Type[] propertyTypes
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyUpdateability
boolean[] propertyUpdateability
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyVersionability
boolean[] propertyVersionability
Deprecated, for removal: This API element is subject to removal in a future version. -
rootName
String rootName
Deprecated, for removal: This API element is subject to removal in a future version. -
selectBeforeUpdate
boolean selectBeforeUpdate
Deprecated, for removal: This API element is subject to removal in a future version. -
sessionFactory
SessionFactoryImplementor sessionFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
subclassEntityNames
Set<String> subclassEntityNames
Deprecated, for removal: This API element is subject to removal in a future version. -
subclassId
int subclassId
Deprecated, for removal: This API element is subject to removal in a future version. -
superclass
String superclass
Deprecated, for removal: This API element is subject to removal in a future version. -
versioned
boolean versioned
Deprecated, for removal: This API element is subject to removal in a future version. -
versionGenerator
BeforeExecutionGenerator versionGenerator
Deprecated, for removal: This API element is subject to removal in a future version. -
versionPropertyIndex
int versionPropertyIndex
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
-
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
-
javaTypeAsAbstractClassJavaType
AbstractClassJavaType<T> javaTypeAsAbstractClassJavaType
-
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
-
-
-
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
Type 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
-
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
-
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.EnumType
class EnumType extends Object implements Serializable-
Serialized Fields
-
enumClass
Class<T extends Enum<T>> enumClass
Deprecated, for removal: This API element is subject to removal in a future version. -
enumJavaType
EnumJavaType<T extends Enum<T>> enumJavaType
Deprecated, for removal: This API element is subject to removal in a future version. -
isOrdinal
boolean isOrdinal
Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcType
JdbcType jdbcType
Deprecated, for removal: This API element is subject to removal in a future version. -
typeConfiguration
TypeConfiguration typeConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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-
Serialized Fields
-
baseType
Type baseType
Deprecated, for removal: This API element is subject to removal in a future version. -
discriminatorValuesToEntityNameMap
Map<Object,
String> discriminatorValuesToEntityNameMap Deprecated, for removal: This API element is subject to removal in a future version. -
entityNameToDiscriminatorValueMap
Map<String,
Object> entityNameToDiscriminatorValueMap Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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.SerializableToBlobType
class SerializableToBlobType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dictatedSize
Size dictatedSize
-
javaType
JavaType<T extends Serializable> javaType
-
jdbcLiteralFormatter
JdbcLiteralFormatter<T extends Serializable> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
jdbcValueBinder
ValueBinder<T extends Serializable> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<T extends Serializable> jdbcValueExtractor
-
sqlTypes
int[] sqlTypes
-
-
Class org.hibernate.type.SerializableType
class SerializableType extends AbstractSingleColumnStandardBasicType<T extends Serializable> implements Serializable-
Serialized Fields
-
serializableClass
Class<T extends Serializable> serializableClass
-
-
-
Exception 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.converter.internal
-
Class org.hibernate.type.descriptor.converter.internal.AttributeConverterMutabilityPlanImpl
-
Serialized Fields
-
converter
JpaAttributeConverter converter
-
mutable
boolean mutable
-
-
-
-
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 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.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
-
descriptorsByType
ConcurrentHashMap<Type,
JavaType<?>> descriptorsByType -
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Exception 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 org.hibernate.type.descriptor.jdbc.IntegerJdbcType
class IntegerJdbcType extends Object implements Serializable -
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 org.hibernate.type.descriptor.jdbc.LocalDateTimeJdbcType
-
Class org.hibernate.type.descriptor.jdbc.LocalTimeJdbcType
-
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
-
jdbcTypeCode
int jdbcTypeCode
-
-
-
Class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
class LongVarcharJdbcType extends VarcharJdbcType implements Serializable-
Serialized Fields
-
jdbcTypeCode
int jdbcTypeCode
-
-
-
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 AbstractJavaTimeJdbcType<OffsetDateTime> implements Serializable -
Class org.hibernate.type.descriptor.jdbc.OffsetTimeJdbcType
-
Class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
class OracleJsonBlobJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
-
-
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.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.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.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
-
-
Package org.hibernate.type.descriptor.jdbc.internal
-
Class org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType
class AbstractJavaTimeJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.internal.DelayedStructJdbcType
class DelayedStructJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableAggregateJavaType
EmbeddableAggregateJavaType<?> embeddableAggregateJavaType
-
structName
String structName
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.GetObjectExtractor
-
Serialized Fields
-
baseClass
Class<?> baseClass
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterArray
-
Serialized Fields
-
elementFormatter
JdbcLiteralFormatter<Object> elementFormatter
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterBinary
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterBoolean
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterCharacterData
class JdbcLiteralFormatterCharacterData extends BasicJdbcLiteralFormatter<T> implements Serializable-
Serialized Fields
-
isNationalized
boolean isNationalized
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterNumericData
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterTemporal
-
Serialized Fields
-
precision
TemporalType precision
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterUUIDData
-
Class org.hibernate.type.descriptor.jdbc.internal.SetObjectBinder
-
Serialized Fields
-
baseClass
Class<?> baseClass
-
jdbcTypeCode
int jdbcTypeCode
-
-
-
-
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 constructedJdbcType
for 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.internal
-
Class org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl
class ArrayDdlTypeImpl extends DdlTypeImpl implements Serializable-
Serialized Fields
-
castRawElementType
boolean castRawElementType
-
-
-
Class org.hibernate.type.descriptor.sql.internal.BinaryFloatDdlType
class BinaryFloatDdlType extends DdlTypeImpl implements Serializable -
Class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
class CapacityDependentDdlType extends DdlTypeImpl implements Serializable-
Serialized Fields
-
lobKind
CapacityDependentDdlType.LobKind lobKind
-
typeEntries
org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.TypeEntry[] typeEntries
-
-
-
Class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
class DdlTypeImpl extends Object implements Serializable -
Class org.hibernate.type.descriptor.sql.internal.NamedNativeEnumDdlTypeImpl
class NamedNativeEnumDdlTypeImpl extends Object implements Serializable-
Serialized Fields
-
dialect
Dialect dialect
-
-
-
Class org.hibernate.type.descriptor.sql.internal.NamedNativeOrdinalEnumDdlTypeImpl
class NamedNativeOrdinalEnumDdlTypeImpl extends Object implements Serializable-
Serialized Fields
-
dialect
Dialect dialect
-
-
-
Class org.hibernate.type.descriptor.sql.internal.NativeEnumDdlTypeImpl
class NativeEnumDdlTypeImpl extends Object implements Serializable-
Serialized Fields
-
dialect
Dialect dialect
-
-
-
Class org.hibernate.type.descriptor.sql.internal.NativeOrdinalEnumDdlTypeImpl
class NativeOrdinalEnumDdlTypeImpl extends Object implements Serializable-
Serialized Fields
-
dialect
Dialect dialect
-
-
-
Class org.hibernate.type.descriptor.sql.internal.Scale6IntervalSecondDdlType
class Scale6IntervalSecondDdlType extends DdlTypeImpl implements Serializable
-
-
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.internal
-
Class org.hibernate.type.internal.BasicTypeImpl
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
class CompositeUserTypeJavaTypeWrapper extends Object implements Serializable-
Serialized Fields
-
comparator
Comparator<J> comparator
-
mutabilityPlan
MutabilityPlan<J> mutabilityPlan
-
userType
CompositeUserType<J> userType
-
-
-
Class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper
class MutabilityPlanWrapper extends Object implements Serializable-
Serialized Fields
-
userType
CompositeUserType<J> userType
-
-
-
Class org.hibernate.type.internal.ConvertedBasicTypeImpl
class ConvertedBasicTypeImpl extends Object implements Serializable-
Serialized Fields
-
converter
BasicValueConverter<J,
?> converter -
description
String description
-
jdbcLiteralFormatter
JdbcLiteralFormatter<J> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
jdbcValueBinder
ValueBinder<J> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<J> jdbcValueExtractor
-
name
String name
-
sqlTypes
int[] sqlTypes
-
-
-
Class org.hibernate.type.internal.CustomMutabilityConvertedBasicTypeImpl
class CustomMutabilityConvertedBasicTypeImpl extends ConvertedBasicTypeImpl<J> implements Serializable-
Serialized Fields
-
mutabilityPlan
MutabilityPlan<J> mutabilityPlan
-
-
-
Class org.hibernate.type.internal.CustomMutabilityConvertedPrimitiveBasicTypeImpl
class CustomMutabilityConvertedPrimitiveBasicTypeImpl extends CustomMutabilityConvertedBasicTypeImpl<J> implements Serializable -
Class org.hibernate.type.internal.ImmutableNamedBasicTypeImpl
-
Class org.hibernate.type.internal.NamedBasicTypeImpl
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.type.internal.UserTypeJavaTypeWrapper
class UserTypeJavaTypeWrapper extends Object implements Serializable-
Serialized Fields
-
comparator
Comparator<J> comparator
-
mutabilityPlan
MutabilityPlan<J> mutabilityPlan
-
userType
UserType<J> userType
-
-
-
Class org.hibernate.type.internal.UserTypeJavaTypeWrapper.MutabilityPlanWrapper
class MutabilityPlanWrapper extends Object implements Serializable -
Class org.hibernate.type.internal.UserTypeSqlTypeAdapter
class UserTypeSqlTypeAdapter extends Object implements Serializable-
Serialized Fields
-
jtd
JavaType<J> jtd
-
userType
UserType<J> userType
-
valueBinder
ValueBinder<J> valueBinder
-
valueExtractor
ValueExtractor<J> valueExtractor
-
-
-
Class org.hibernate.type.internal.UserTypeVersionJavaTypeWrapper
-
-
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,
ArrayTupleType> arrayTuples -
basicTypeByJavaType
ConcurrentHashMap<Type,
BasicType<?>> basicTypeByJavaType -
scope
org.hibernate.type.spi.TypeConfiguration.Scope scope
-
uuid
String uuid
-
-
-