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.agroal.internal
-
Class org.hibernate.agroal.internal.AgroalConnectionProvider
class AgroalConnectionProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
agroalDataSource
io.agroal.api.AgroalDataSource agroalDataSource
-
-
-
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 -
serviceRegistry
ServiceRegistry serviceRegistry
-
xmlBindings
List<Binding<BindableMappingDescriptor>> xmlBindings
-
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 -
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.internal.stax
-
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.MappingEventReader.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
-
Class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
class JaxbAssociationOverride extends Object implements Serializable-
Serialized Fields
-
description
String description
-
foreignKey
JaxbForeignKey foreignKey
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
class JaxbAttributeOverride extends Object implements Serializable-
Serialized Fields
-
column
JaxbColumn column
-
description
String description
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbAttributes
class JaxbAttributes extends Object implements Serializable-
Serialized Fields
-
basicAttributes
List<JaxbBasic> basicAttributes
-
description
String description
-
discriminatedAssociations
List<JaxbHbmAnyMapping> discriminatedAssociations
-
elementCollectionAttributes
List<JaxbElementCollection> elementCollectionAttributes
-
embeddedAttributes
List<JaxbEmbedded> embeddedAttributes
-
embeddedId
JaxbEmbeddedId embeddedId
-
id
List<JaxbId> id
-
manyToManyAttributes
List<JaxbManyToMany> manyToManyAttributes
-
manyToOneAttributes
List<JaxbManyToOne> manyToOneAttributes
-
naturalId
JaxbNaturalId naturalId
-
oneToManyAttributes
List<JaxbOneToMany> oneToManyAttributes
-
oneToOneAttributes
List<JaxbOneToOne> oneToOneAttributes
-
pluralDiscriminatedAssociations
List<JaxbHbmManyToAny> pluralDiscriminatedAssociations
-
transients
List<JaxbTransient> transients
-
version
List<JaxbVersion> version
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbBasic
class JaxbBasic extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
convert
JaxbConvert convert
-
enumerated
EnumType enumerated
-
fetch
FetchType fetch
-
formula
String formula
-
generated
GenerationTiming generated
-
jdbcTypeCode
Integer jdbcTypeCode
-
lob
JaxbLob lob
-
name
String name
-
nationalized
JaxbNationalized nationalized
-
optimisticLock
Boolean optimisticLock
-
optional
Boolean optional
-
temporal
TemporalType temporal
-
type
JaxbColumnType type
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCaching
class JaxbCaching extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
include
JaxbCacheInclusionType include
-
region
String region
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
class JaxbCascadeType extends Object implements Serializable-
Serialized Fields
-
cascadeAll
JaxbEmptyType cascadeAll
-
cascadeDelete
JaxbEmptyType cascadeDelete
-
cascadeDetach
JaxbEmptyType cascadeDetach
-
cascadeLock
JaxbEmptyType cascadeLock
-
cascadeMerge
JaxbEmptyType cascadeMerge
-
cascadePersist
JaxbEmptyType cascadePersist
-
cascadeRefresh
JaxbEmptyType cascadeRefresh
-
cascadeRemove
JaxbEmptyType cascadeRemove
-
cascadeReplicate
JaxbEmptyType cascadeReplicate
-
cascadeSaveUpdate
JaxbEmptyType cascadeSaveUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
class JaxbCollectionTable extends Object implements Serializable-
Serialized Fields
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
foreignKey
JaxbForeignKey foreignKey
-
index
List<JaxbIndex> index
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
name
String name
-
schema
String schema
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
class JaxbCollectionUserTypeRegistration extends Object implements Serializable-
Serialized Fields
-
classification
CollectionClassification classification
-
descriptor
String descriptor
-
parameters
List<JaxbConfigurationParameter> parameters
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbColumn
class JaxbColumn extends Object implements Serializable-
Serialized Fields
-
_default
String _default
-
check
String check
-
columnDefinition
String columnDefinition
-
comment
String comment
-
insertable
Boolean insertable
-
length
Integer length
-
name
String name
-
nullable
Boolean nullable
-
precision
Integer precision
-
read
String read
-
scale
Integer scale
-
table
String table
-
unique
Boolean unique
-
updatable
Boolean updatable
-
write
String write
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbColumnResult
class JaxbColumnResult extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbColumnType
class JaxbColumnType extends Object implements Serializable-
Serialized Fields
-
parameters
List<JaxbConfigurationParameter> parameters
-
value
String value
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCompositeUserTypeRegistration
class JaxbCompositeUserTypeRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
class JaxbConfigurationParameter extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbConstructorResult
class JaxbConstructorResult extends Object implements Serializable-
Serialized Fields
-
column
List<JaxbColumnResult> column
-
targetClass
String targetClass
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbConvert
class JaxbConvert extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbConverter
class JaxbConverter extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
class JaxbConverterRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbCustomLoader
class JaxbCustomLoader extends Object implements Serializable-
Serialized Fields
-
queryRef
String queryRef
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
class JaxbCustomSql extends Object implements Serializable-
Serialized Fields
-
callable
Boolean callable
-
check
ExecuteUpdateResultCheckStyle check
-
value
String value
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
class JaxbDatabaseObject extends Object implements Serializable-
Serialized Fields
-
create
String create
-
definition
JaxbDatabaseObject.JaxbDefinition definition
-
dialectScopes
List<JaxbDatabaseObjectScope> dialectScopes
-
drop
String drop
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject.JaxbDefinition
class JaxbDefinition extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
class JaxbDatabaseObjectScope extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
class JaxbDiscriminatorColumn extends Object implements Serializable-
Serialized Fields
-
columnDefinition
String columnDefinition
-
discriminatorType
DiscriminatorType discriminatorType
-
forceSelection
Boolean forceSelection
-
length
Integer length
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
class JaxbElementCollection extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
associationOverride
List<JaxbAssociationOverride> associationOverride
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
collectionTable
JaxbCollectionTable collectionTable
-
column
JaxbColumn column
-
convert
List<JaxbConvert> convert
-
enumerated
EnumType enumerated
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchMode fetchMode
-
formula
String formula
-
lob
JaxbLob lob
-
mapKey
JaxbMapKey mapKey
-
mapKeyAttributeOverride
List<JaxbAttributeOverride> mapKeyAttributeOverride
-
mapKeyClass
JaxbMapKeyClass mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumn mapKeyColumn
-
mapKeyConvert
List<JaxbConvert> mapKeyConvert
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyFormula
String mapKeyFormula
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
name
String name
-
nationalized
JaxbNationalized nationalized
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumn orderColumn
-
sort
String sort
-
targetClass
String targetClass
-
temporal
TemporalType temporal
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
class JaxbEmbeddable extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributes
JaxbEmbeddableAttributes attributes
-
clazz
String clazz
-
description
String description
-
instantiator
String instantiator
-
metadataComplete
Boolean metadataComplete
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
class JaxbEmbeddableAttributes extends Object implements Serializable-
Serialized Fields
-
basicAttributes
List<JaxbBasic> basicAttributes
-
discriminatedAssociations
List<JaxbHbmAnyMapping> discriminatedAssociations
-
elementCollectionAttributes
List<JaxbElementCollection> elementCollectionAttributes
-
embeddedAttributes
List<JaxbEmbedded> embeddedAttributes
-
manyToManyAttributes
List<JaxbManyToMany> manyToManyAttributes
-
manyToOneAttributes
List<JaxbManyToOne> manyToOneAttributes
-
oneToManyAttributes
List<JaxbOneToMany> oneToManyAttributes
-
oneToOneAttributes
List<JaxbOneToOne> oneToOneAttributes
-
pluralDiscriminatedAssociations
List<JaxbHbmManyToAny> pluralDiscriminatedAssociations
-
transients
List<JaxbTransient> transients
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
class JaxbEmbeddableInstantiatorRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
class JaxbEmbedded extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
associationOverride
List<JaxbAssociationOverride> associationOverride
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
convert
List<JaxbConvert> convert
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
class JaxbEmbeddedId extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmptyType
class JaxbEmptyType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbEntity
class JaxbEntity extends Object implements Serializable-
Serialized Fields
-
_extends
String _extends
-
access
AccessType access
-
associationOverride
List<JaxbAssociationOverride> associationOverride
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
attributes
JaxbAttributes attributes
-
batchSize
Integer batchSize
-
cacheable
Boolean cacheable
-
caching
JaxbCaching caching
-
clazz
String clazz
-
convert
List<JaxbConvert> convert
-
description
String description
-
discriminatorColumn
JaxbDiscriminatorColumn discriminatorColumn
-
discriminatorFormula
String discriminatorFormula
-
discriminatorValue
String discriminatorValue
-
dynamicInsert
Boolean dynamicInsert
-
dynamicUpdate
Boolean dynamicUpdate
-
entityListeners
JaxbEntityListeners entityListeners
-
excludeDefaultListeners
JaxbEmptyType excludeDefaultListeners
-
excludeSuperclassListeners
JaxbEmptyType excludeSuperclassListeners
-
fetchProfile
List<JaxbFetchProfile> fetchProfile
-
filter
List<JaxbHbmFilter> filter
-
idClass
JaxbIdClass idClass
-
identifierGenerator
List<JaxbGenericIdGenerator> identifierGenerator
-
inheritance
JaxbInheritance inheritance
-
lazy
Boolean lazy
-
loader
JaxbCustomLoader loader
-
metadataComplete
Boolean metadataComplete
-
mutable
Boolean mutable
-
name
String name
-
namedEntityGraph
List<JaxbNamedEntityGraph> namedEntityGraph
-
namedNativeQuery
List<JaxbNamedNativeQuery> namedNativeQuery
-
namedQuery
List<JaxbNamedQuery> namedQuery
-
namedStoredProcedureQuery
List<JaxbNamedStoredProcedureQuery> namedStoredProcedureQuery
-
optimisticLock
OptimisticLockStyle optimisticLock
-
polymorphism
PolymorphismType polymorphism
-
postLoad
JaxbPostLoad postLoad
-
postPersist
JaxbPostPersist postPersist
-
postRemove
JaxbPostRemove postRemove
-
postUpdate
JaxbPostUpdate postUpdate
-
prePersist
JaxbPrePersist prePersist
-
preRemove
JaxbPreRemove preRemove
-
preUpdate
JaxbPreUpdate preUpdate
-
primaryKeyForeignKey
JaxbForeignKey primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
proxy
String proxy
-
rowid
String rowid
-
secondaryTable
List<JaxbSecondaryTable> secondaryTable
-
selectBeforeUpdate
Boolean selectBeforeUpdate
-
sequenceGenerator
JaxbSequenceGenerator sequenceGenerator
-
sqlDelete
JaxbCustomSql sqlDelete
-
sqlInsert
JaxbCustomSql sqlInsert
-
sqlResultSetMapping
List<JaxbSqlResultSetMapping> sqlResultSetMapping
-
sqlUpdate
JaxbCustomSql sqlUpdate
-
synchronize
List<JaxbSynchronizedTable> synchronize
-
table
JaxbTable table
-
tableExpression
String tableExpression
-
tableGenerator
JaxbTableGenerator tableGenerator
-
tenantId
JaxbTenantId tenantId
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
class JaxbEntityListener extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
description
String description
-
postLoad
JaxbPostLoad postLoad
-
postPersist
JaxbPostPersist postPersist
-
postRemove
JaxbPostRemove postRemove
-
postUpdate
JaxbPostUpdate postUpdate
-
prePersist
JaxbPrePersist prePersist
-
preRemove
JaxbPreRemove preRemove
-
preUpdate
JaxbPreUpdate preUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityListeners
class JaxbEntityListeners extends Object implements Serializable-
Serialized Fields
-
entityListener
List<JaxbEntityListener> entityListener
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
class JaxbEntityMappings extends Object implements Serializable-
Serialized Fields
-
_package
String _package
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
autoImport
Boolean autoImport
-
catalog
String catalog
-
collectionUserTypeRegistrations
List<JaxbCollectionUserTypeRegistration> collectionUserTypeRegistrations
-
compositeUserTypeRegistrations
List<JaxbCompositeUserTypeRegistration> compositeUserTypeRegistrations
-
converterRegistrations
List<JaxbConverterRegistration> converterRegistrations
-
converters
List<JaxbConverter> converters
-
databaseObjects
List<JaxbDatabaseObject> databaseObjects
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
description
String description
-
embeddableInstantiatorRegistrations
List<JaxbEmbeddableInstantiatorRegistration> embeddableInstantiatorRegistrations
-
embeddables
List<JaxbEmbeddable> embeddables
-
entities
List<JaxbEntity> entities
-
fetchProfiles
List<JaxbFetchProfile> fetchProfiles
-
filterDefinitions
List<JaxbFilterDef> filterDefinitions
-
genericGenerators
List<JaxbGenericIdGenerator> genericGenerators
-
hqlImports
List<JaxbHqlImport> hqlImports
-
javaTypeRegistrations
List<JaxbJavaTypeRegistration> javaTypeRegistrations
-
jdbcTypeRegistrations
List<JaxbJdbcTypeRegistration> jdbcTypeRegistrations
-
mappedSuperclasses
List<JaxbMappedSuperclass> mappedSuperclasses
-
namedNativeQueries
List<JaxbNamedNativeQuery> namedNativeQueries
-
namedProcedureQueries
List<JaxbNamedStoredProcedureQuery> namedProcedureQueries
-
namedQueries
List<JaxbNamedQuery> namedQueries
-
persistenceUnitMetadata
JaxbPersistenceUnitMetadata persistenceUnitMetadata
-
schema
String schema
-
sequenceGenerators
List<JaxbSequenceGenerator> sequenceGenerators
-
sqlResultSetMappings
List<JaxbSqlResultSetMapping> sqlResultSetMappings
-
tableGenerators
List<JaxbTableGenerator> tableGenerators
-
userTypeRegistrations
List<JaxbUserTypeRegistration> userTypeRegistrations
-
version
String version
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
class JaxbEntityResult extends Object implements Serializable-
Serialized Fields
-
discriminatorColumn
String discriminatorColumn
-
entityClass
String entityClass
-
fieldResult
List<JaxbFieldResult> fieldResult
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile
class JaxbFetchProfile extends Object implements Serializable-
Serialized Fields
-
fetch
List<JaxbFetchProfile.JaxbFetch> fetch
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
class JaxbFetch extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbFieldResult
class JaxbFieldResult extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbFilterDef
class JaxbFilterDef extends Object implements Serializable-
Serialized Fields
-
applyToLoadByKey
boolean applyToLoadByKey
-
condition
String condition
-
filterParam
List<JaxbFilterDef.JaxbFilterParam> filterParam
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
class JaxbFilterParam extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
class JaxbForeignKey extends Object implements Serializable-
Serialized Fields
-
constraintMode
ConstraintMode constraintMode
-
description
String description
-
foreignKeyDefinition
String foreignKeyDefinition
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue
class JaxbGeneratedValue extends Object implements Serializable-
Serialized Fields
-
generator
String generator
-
strategy
GenerationType strategy
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
class JaxbGenericIdGenerator extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
class JaxbHbmAnyDiscriminator extends Object implements Serializable-
Serialized Fields
-
column
JaxbColumn column
-
type
String type
-
valueMappings
List<JaxbHbmAnyDiscriminatorValueMapping> valueMappings
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminatorValueMapping
class JaxbHbmAnyDiscriminatorValueMapping extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey
class JaxbHbmAnyKey extends Object implements Serializable-
Serialized Fields
-
columns
List<JaxbColumn> columns
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
class JaxbHbmAnyMapping extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
discriminator
JaxbHbmAnyDiscriminator discriminator
-
key
JaxbHbmAnyKey key
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
class JaxbHbmFilter extends Object implements Serializable-
Serialized Fields
-
autoAliasInjection
Boolean autoAliasInjection
-
condition
String condition
-
content
List<Serializable> content
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
class JaxbAliases extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
class JaxbHbmManyToAny extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
discriminator
JaxbHbmAnyDiscriminator discriminator
-
key
JaxbHbmAnyKey key
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHqlImport
class JaxbHqlImport extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbId
class JaxbId extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
generatedValue
JaxbGeneratedValue generatedValue
-
jdbcTypeCode
Integer jdbcTypeCode
-
name
String name
-
sequenceGenerator
JaxbSequenceGenerator sequenceGenerator
-
tableGenerator
JaxbTableGenerator tableGenerator
-
temporal
TemporalType temporal
-
type
JaxbColumnType type
-
unsavedValue
String unsavedValue
-
uuidGenerator
JaxbUuidGenerator uuidGenerator
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbIdClass
class JaxbIdClass extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbIndex
class JaxbIndex extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbInheritance
class JaxbInheritance extends Object implements Serializable-
Serialized Fields
-
strategy
InheritanceType strategy
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
class JaxbJavaTypeRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
class JaxbJdbcTypeRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
class JaxbJoinColumn extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
class JaxbJoinTable extends Object implements Serializable-
Serialized Fields
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
foreignKey
JaxbForeignKey foreignKey
-
index
List<JaxbIndex> index
-
inverseForeignKey
JaxbForeignKey inverseForeignKey
-
inverseJoinColumn
List<JaxbJoinColumn> inverseJoinColumn
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
name
String name
-
schema
String schema
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbLob
class JaxbLob extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
class JaxbManyToMany extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchMode fetchMode
-
joinTable
JaxbJoinTable joinTable
-
mapKey
JaxbMapKey mapKey
-
mapKeyAttributeOverride
List<JaxbAttributeOverride> mapKeyAttributeOverride
-
mapKeyClass
JaxbMapKeyClass mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumn mapKeyColumn
-
mapKeyConvert
List<JaxbConvert> mapKeyConvert
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
mappedBy
String mappedBy
-
name
String name
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumn orderColumn
-
orphanRemoval
Boolean orphanRemoval
-
sort
String sort
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
class JaxbManyToOne extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbSingularFetchMode fetchMode
-
foreignKey
JaxbForeignKey foreignKey
-
id
Boolean id
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
mapsId
String mapsId
-
name
String name
-
onDelete
OnDeleteAction onDelete
-
optional
Boolean optional
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMapKey
class JaxbMapKey extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMapKeyClass
class JaxbMapKeyClass extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
class JaxbMapKeyColumn extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
class JaxbMapKeyJoinColumn extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
class JaxbMappedSuperclass extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
attributes
JaxbAttributes attributes
-
clazz
String clazz
-
description
String description
-
entityListeners
JaxbEntityListeners entityListeners
-
excludeDefaultListeners
JaxbEmptyType excludeDefaultListeners
-
excludeSuperclassListeners
JaxbEmptyType excludeSuperclassListeners
-
idClass
JaxbIdClass idClass
-
metadataComplete
Boolean metadataComplete
-
postLoad
JaxbPostLoad postLoad
-
postPersist
JaxbPostPersist postPersist
-
postRemove
JaxbPostRemove postRemove
-
postUpdate
JaxbPostUpdate postUpdate
-
prePersist
JaxbPrePersist prePersist
-
preRemove
JaxbPreRemove preRemove
-
preUpdate
JaxbPreUpdate preUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
class JaxbMultiTenancy extends Object implements Serializable-
Serialized Fields
-
bindAsParam
Boolean bindAsParam
-
column
JaxbColumn column
-
formula
String formula
-
shared
Boolean shared
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
class JaxbNamedAttributeNode extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
class JaxbNamedEntityGraph extends Object implements Serializable-
Serialized Fields
-
includeAllAttributes
Boolean includeAllAttributes
-
name
String name
-
namedAttributeNode
List<JaxbNamedAttributeNode> namedAttributeNode
-
subclassSubgraph
List<JaxbNamedSubgraph> subclassSubgraph
-
subgraph
List<JaxbNamedSubgraph> subgraph
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
class JaxbNamedNativeQuery extends Object implements Serializable-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
comment
String comment
-
description
String description
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
hint
List<JaxbQueryHint> hint
-
name
String name
-
query
String query
-
queryParam
List<JaxbQueryParamType> queryParam
-
readOnly
Boolean readOnly
-
resultClass
String resultClass
-
resultSetMapping
String resultSetMapping
-
synchronizations
List<JaxbSynchronizedTable> synchronizations
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
class JaxbNamedQuery extends Object implements Serializable-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
comment
String comment
-
description
String description
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
hint
List<JaxbQueryHint> hint
-
lockMode
LockModeType lockMode
-
name
String name
-
query
String query
-
queryParam
List<JaxbQueryParamType> queryParam
-
readOnly
Boolean readOnly
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
class JaxbNamedStoredProcedureQuery extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
class JaxbNamedSubgraph extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
name
String name
-
namedAttributeNode
List<JaxbNamedAttributeNode> namedAttributeNode
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNationalized
class JaxbNationalized extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
class JaxbNaturalId extends Object implements Serializable-
Serialized Fields
-
any
List<JaxbHbmAnyMapping> any
-
basic
List<JaxbBasic> basic
-
cache
JaxbCaching cache
-
embedded
List<JaxbEmbedded> embedded
-
manyToOne
List<JaxbManyToOne> manyToOne
-
mutable
Boolean mutable
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
class JaxbOneToMany extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchMode fetchMode
-
foreignKey
JaxbForeignKey foreignKey
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
mapKey
JaxbMapKey mapKey
-
mapKeyAttributeOverride
List<JaxbAttributeOverride> mapKeyAttributeOverride
-
mapKeyClass
JaxbMapKeyClass mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumn mapKeyColumn
-
mapKeyConvert
List<JaxbConvert> mapKeyConvert
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
mappedBy
String mappedBy
-
name
String name
-
onDelete
OnDeleteAction onDelete
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumn orderColumn
-
orphanRemoval
Boolean orphanRemoval
-
sort
String sort
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
class JaxbOneToOne extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbSingularFetchMode fetchMode
-
foreignKey
JaxbForeignKey foreignKey
-
id
Boolean id
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
mappedBy
String mappedBy
-
mapsId
String mapsId
-
name
String name
-
optional
Boolean optional
-
orphanRemoval
Boolean orphanRemoval
-
primaryKeyForeignKey
JaxbForeignKey primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
class JaxbOrderColumn extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
class JaxbPersistenceUnitDefaults extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
autoImport
Boolean autoImport
-
cascadePersist
JaxbEmptyType cascadePersist
-
catalog
String catalog
-
defaultAccess
String defaultAccess
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
delimitedIdentifiers
JaxbEmptyType delimitedIdentifiers
-
description
String description
-
entityListeners
JaxbEntityListeners entityListeners
-
schema
String schema
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
class JaxbPersistenceUnitMetadata extends Object implements Serializable-
Serialized Fields
-
description
String description
-
persistenceUnitDefaults
JaxbPersistenceUnitDefaults persistenceUnitDefaults
-
xmlMappingMetadataComplete
JaxbEmptyType xmlMappingMetadataComplete
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbPostLoad
class JaxbPostLoad extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPostPersist
class JaxbPostPersist extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPostRemove
class JaxbPostRemove extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
class JaxbPostUpdate extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPrePersist
class JaxbPrePersist extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPreRemove
class JaxbPreRemove extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
class JaxbPreUpdate extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
class JaxbPrimaryKeyJoinColumn extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
class JaxbQueryHint extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
class JaxbQueryParamType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
class JaxbSecondaryTable extends Object implements Serializable-
Serialized Fields
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
index
List<JaxbIndex> index
-
name
String name
-
optional
Boolean optional
-
primaryKeyForeignKey
JaxbForeignKey primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
schema
String schema
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
class JaxbSequenceGenerator extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
class JaxbSqlResultSetMapping extends Object implements Serializable-
Serialized Fields
-
columnResult
List<JaxbColumnResult> columnResult
-
constructorResult
List<JaxbConstructorResult> constructorResult
-
description
String description
-
entityResult
List<JaxbEntityResult> entityResult
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
class JaxbStoredProcedureParameter extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
description
String description
-
mode
ParameterMode mode
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbSynchronizedTable
class JaxbSynchronizedTable extends Object implements Serializable-
Serialized Fields
-
table
String table
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbTable
class JaxbTable extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
class JaxbTableGenerator extends Object implements Serializable-
Serialized Fields
-
allocationSize
Integer allocationSize
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
description
String description
-
index
List<JaxbIndex> index
-
initialValue
Integer initialValue
-
name
String name
-
pkColumnName
String pkColumnName
-
pkColumnValue
String pkColumnValue
-
schema
String schema
-
table
String table
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
valueColumnName
String valueColumnName
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbTenantId
class JaxbTenantId extends JaxbBasic implements Serializable-
Serialized Fields
-
bindAsParam
Boolean bindAsParam
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbTransient
class JaxbTransient extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
class JaxbUniqueConstraint extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
class JaxbUserTypeRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbUuidGenerator
class JaxbUuidGenerator extends Object implements Serializable-
Serialized Fields
-
style
UuidGenerator.Style style
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbVersion
class JaxbVersion extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn 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
-
componentXClass
org.hibernate.annotations.common.reflection.XClass componentXClass
-
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
-
idXProperty
org.hibernate.annotations.common.reflection.XProperty idXProperty
-
localIdentifierGeneratorDefinition
IdentifierGeneratorDefinition localIdentifierGeneratorDefinition
-
-
-
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
-
annotatedClass
org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
-
-
Class org.hibernate.boot.model.internal.SecondaryTableSecondPass
class SecondaryTableSecondPass extends Object implements Serializable-
Serialized Fields
-
annotatedClass
org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass
-
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<JaxbEntityMappings> defaultElements
-
defaultEntityListeners
List<String> defaultEntityListeners
-
defaultsOverride
Map<String,
XMLContext.Default> defaultsOverride -
entityListenerOverride
Map<String,
JaxbEntityListener> entityListenerOverride -
globalDefaults
XMLContext.Default globalDefaults
-
hasContext
boolean hasContext
-
managedTypeOverride
Map<String,
ManagedType> managedTypeOverride
-
-
-
Class org.hibernate.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.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.c3p0.internal
-
Class org.hibernate.c3p0.internal.C3P0ConnectionProvider
class C3P0ConnectionProvider extends Object implements Serializable-
Serialized Fields
-
autocommit
boolean autocommit
-
dbInfoProducer
Function<Dialect,
DatabaseConnectionInfo> dbInfoProducer -
ds
DataSource ds
-
isolation
Integer isolation
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
-
-
Class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
class C3P0MessageLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
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.jcache.internal
-
Class org.hibernate.cache.jcache.internal.JCacheRegionFactory
class JCacheRegionFactory extends RegionFactoryTemplate implements Serializable-
Serialized Fields
-
cacheKeysFactory
CacheKeysFactory cacheKeysFactory
-
cacheManager
CacheManager cacheManager
-
missingCacheStrategy
MissingCacheStrategy missingCacheStrategy
-
-
-
-
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.FilterKey
class FilterKey extends Object implements Serializable-
Serialized Fields
-
filterName
String filterName
Deprecated. -
filterParameters
Map<String,
TypedValue> filterParameters Deprecated.
-
-
-
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.cfg
-
Class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
class DefaultComponentSafeNamingStrategy extends PersistenceStandardNamingStrategy implements Serializable -
Class org.hibernate.cfg.DefaultNamingStrategy
class DefaultNamingStrategy extends Object implements Serializable -
Class org.hibernate.cfg.ImprovedNamingStrategy
class ImprovedNamingStrategy extends Object implements Serializable -
Class org.hibernate.cfg.PersistenceStandardNamingStrategy
class PersistenceStandardNamingStrategy extends Object implements Serializable -
Exception org.hibernate.cfg.RecoverableException
class RecoverableException extends AnnotationException implements Serializable
-
-
Package org.hibernate.collection.spi
-
Class org.hibernate.collection.spi.AbstractPersistentCollection
class AbstractPersistentCollection extends Object implements Serializable-
Serialized Fields
-
allowLoadOutsideTransaction
boolean allowLoadOutsideTransaction
-
cachedSize
int cachedSize
-
dirty
boolean dirty
-
elementRemoved
boolean elementRemoved
-
initialized
boolean initialized
-
isTempSession
boolean isTempSession
-
key
@Nullable Object key
-
owner
@Nullable Object owner
-
role
@Nullable String role
-
sessionFactoryUuid
String sessionFactoryUuid
-
storedSnapshot
@Nullable Serializable storedSnapshot
-
-
-
Class org.hibernate.collection.spi.PersistentArrayHolder
-
Serialized Fields
-
array
Object array
-
-
-
Class org.hibernate.collection.spi.PersistentBag
-
Serialized Fields
-
bag
List<E> bag
-
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.AbstractHANADialect.HANABlobType
class HANABlobType extends Object implements Serializable- serialVersionUID:
- 5874441715643764323L
-
Serialized Fields
-
hanaStreamBlobTypeDescriptor
org.hibernate.dialect.AbstractHANADialect.HANAStreamBlobType hanaStreamBlobTypeDescriptor
-
maxLobPrefetchSize
int maxLobPrefetchSize
-
-
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.H2JsonJdbcType
class H2JsonJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.dialect.MySQLCastingJsonJdbcType
class MySQLCastingJsonJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.dialect.MySQLEnumJdbcType
class MySQLEnumJdbcType extends EnumJdbcType 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
-
dataSourceJndiName
String dataSourceJndiName
-
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
@Nullable Type keyType
-
role
String role
-
-
-
Class org.hibernate.engine.spi.EffectiveEntityGraph
class EffectiveEntityGraph extends Object implements Serializable-
Serialized Fields
-
allowOverwrite
boolean allowOverwrite
-
graph
@Nullable RootGraphImplementor<?> graph
-
semantic
@Nullable GraphSemantic semantic
-
-
-
Class org.hibernate.engine.spi.EntityKey
class EntityKey extends Object implements Serializable-
Serialized Fields
-
hashCode
int hashCode
-
identifier
Object identifier
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.engine.spi.EntityUniqueKey
class EntityUniqueKey extends Object implements Serializable-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.hibernate.engine.spi.ExecutableList
class ExecutableList extends Object implements Externalizable-
Serialization Methods
-
readExternal
Read this object state back in from the given stream as part of the deserialization process.- Parameters:
in
- The stream from which to read our serial state- Throws:
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 TreeMap<String,
Filter> enabledFilters -
readOnly
Boolean readOnly
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
subselectFetchEnabled
boolean subselectFetchEnabled
-
-
-
Class org.hibernate.engine.spi.SessionDelegatorBaseImpl
class SessionDelegatorBaseImpl extends Object implements Serializable-
Serialized Fields
-
delegate
SessionImplementor delegate
-
-
-
Class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
class SessionFactoryDelegatingImpl extends Object implements Serializable-
Serialized Fields
-
delegate
SessionFactoryImplementor delegate
-
-
-
Class org.hibernate.engine.spi.SessionLazyDelegator
class SessionLazyDelegator extends Object implements Serializable -
Class org.hibernate.engine.spi.TypedValue
class TypedValue extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
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.envers
-
Class org.hibernate.envers.DefaultRevisionEntity
class DefaultRevisionEntity extends Object implements Serializable- serialVersionUID:
- 8530213963961662300L
-
Serialized Fields
-
id
int id
-
timestamp
long timestamp
-
-
Class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
class DefaultTrackingModifiedEntitiesRevisionEntity extends DefaultRevisionEntity implements Serializable
-
-
Package org.hibernate.envers.boot
-
Class org.hibernate.envers.boot.EnversBootLogger_$logger
class EnversBootLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Exception org.hibernate.envers.boot.EnversMappingException
class EnversMappingException extends MappingException implements Serializable
-
-
Package org.hibernate.envers.boot.internal
-
Class org.hibernate.envers.boot.internal.EnversServiceImpl
class EnversServiceImpl extends Object implements Serializable-
Serialized Fields
-
auditProcessManager
AuditProcessManager auditProcessManager
-
classLoaderService
ClassLoaderService classLoaderService
-
configuration
Configuration configuration
-
entitiesConfigurations
EntitiesConfigurations entitiesConfigurations
-
initialized
boolean initialized
-
integrationEnabled
boolean integrationEnabled
-
serviceRegistry
ServiceRegistry serviceRegistry
-
-
-
-
Package org.hibernate.envers.configuration.internal.metadata
-
Exception org.hibernate.envers.configuration.internal.metadata.FormulaNotSupportedException
class FormulaNotSupportedException extends HibernateException implements Serializable
-
-
Package org.hibernate.envers.enhanced
-
Class org.hibernate.envers.enhanced.OrderedSequenceGenerator
class OrderedSequenceGenerator extends SequenceStyleGenerator implements Serializable -
Class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
class SequenceIdRevisionEntity extends Object implements Serializable- serialVersionUID:
- 4159156677698841902L
-
Serialized Fields
-
id
int id
-
timestamp
long timestamp
-
-
Class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
class SequenceIdTrackingModifiedEntitiesRevisionEntity extends SequenceIdRevisionEntity implements Serializable
-
-
Package org.hibernate.envers.exception
-
Exception org.hibernate.envers.exception.AuditException
class AuditException extends HibernateException implements Serializable- serialVersionUID:
- 4306480965630972168L
-
Exception org.hibernate.envers.exception.NotAuditedException
class NotAuditedException extends AuditException implements Serializable- serialVersionUID:
- 4809674577449455510L
-
Serialized Fields
-
entityName
String entityName
-
-
Exception org.hibernate.envers.exception.RevisionDoesNotExistException
class RevisionDoesNotExistException extends AuditException implements Serializable- serialVersionUID:
- -6417768274074962282L
-
Serialized Fields
-
date
Date date
-
instant
Instant instant
-
localDateTime
LocalDateTime localDateTime
-
revision
Number revision
-
-
-
Package org.hibernate.envers.internal
-
Class org.hibernate.envers.internal.EnversMessageLogger_$logger
class EnversMessageLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.envers.internal.entities
-
Class org.hibernate.envers.internal.entities.RevisionTypeType
class RevisionTypeType extends Object implements Serializable- serialVersionUID:
- -1053201518229282688L
-
-
Package org.hibernate.envers.internal.entities.mapper.relation.lazy
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
class AbstractDelegateSessionImplementor extends SessionDelegatorBaseImpl implements Serializable -
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
class ToOneDelegateSessionImplementor extends AbstractDelegateSessionImplementor implements Serializable- serialVersionUID:
- 4770438372940785488L
-
Serialized Fields
-
entityClass
Class<?> entityClass
-
entityId
Object entityId
-
enversService
EnversService enversService
-
removed
boolean removed
-
revision
Number revision
-
versionsReader
AuditReaderImplementor versionsReader
-
-
-
Package org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
class CollectionProxy extends Object implements Serializable- serialVersionUID:
- 8698249863871832402L
-
Serialized Fields
-
delegate
T extends Collection<U> delegate
-
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
- serialVersionUID:
- -5479232938279790987L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
class MapProxy extends Object implements Serializable- serialVersionUID:
- 8418037541773074646L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SetProxy
- serialVersionUID:
- 131464133074137701L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
class SortedMapProxy extends Object implements Serializable- serialVersionUID:
- 2645817952901452375L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
- serialVersionUID:
- 2092884107178125905L
-
-
Package org.hibernate.envers.internal.synchronization.work
-
Class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
class PersistentCollectionChangeWorkUnitId extends Object implements Serializable- serialVersionUID:
- -8007831518629167537L
-
-
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
-
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.hikaricp.internal
-
Class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
class HikariCPConnectionProvider extends Object implements Serializable- serialVersionUID:
- -9131625057941275711L
-
Serialized Fields
-
hcfg
com.zaxxer.hikari.HikariConfig hcfg
HikariCP configuration. -
hds
com.zaxxer.hikari.HikariDataSource hds
HikariCP data source.
-
-
-
Package org.hibernate.id
-
Class org.hibernate.id.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 Object implements Serializable-
Serialized Fields
-
entityName
String entityName
-
-
-
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 e
-