Serialized Form
serialVersionUID: 1L
name
String name
type
String type
clazz
Class<T> clazz
path
String path
type
String type
sqle
SQLException sqle
sql
String sql
lockMode
LockMode lockMode
timeout
int timeout
aliasSpecificLockModes
Map<K,V> aliasSpecificLockModes
scope
boolean scope
path
String path
type
String type
identifier
Serializable identifier
entityName
String entityName
persistentClass
Class<T> persistentClass
propertyName
String propertyName
wasSetter
boolean wasSetter
entityName
String entityName
propertyName
String propertyName
queryString
String queryString
entityName
String entityName
identifier
Serializable identifier
transientEntityName
String transientEntityName
propertyOwnerEntityName
String propertyOwnerEntityName
propertyName
String propertyName
name
String name
identifier
Serializable identifier
entityName
String entityName
identifier
Serializable identifier
entityName
String entityName
Package org.hibernate.action.internal |
isVersionIncrementDisabled
boolean isVersionIncrementDisabled
isExecuted
boolean isExecuted
areTransientReferencesNullified
boolean areTransientReferencesNullified
affectedTableSpaces
Serializable[] affectedTableSpaces
entityCleanups
Set<E> entityCleanups
collectionCleanups
Set<E> collectionCleanups
naturalIdCleanups
Set<E> naturalIdCleanups
collection
PersistentCollection collection
key
Serializable key
collectionRole
String collectionRole
afterTransactionProcess
AfterTransactionCompletionProcess afterTransactionProcess
emptySnapshot
boolean emptySnapshot
affectedOwner
Object affectedOwner
emptySnapshot
boolean emptySnapshot
sequence
long sequence
entityName
String entityName
id
Serializable id
version
Object version
isCascadeDeleteEnabled
boolean isCascadeDeleteEnabled
state
Object[] state
lock
SoftLock lock
naturalIdValues
Object[] naturalIdValues
isDelayed
boolean isDelayed
delayedEntityKey
EntityKey delayedEntityKey
entityKey
EntityKey entityKey
generatedId
Serializable generatedId
version
Object version
cacheEntry
Object cacheEntry
state
Object[] state
previousState
Object[] previousState
previousVersion
Object previousVersion
dirtyFields
int[] dirtyFields
hasDirtyCollection
boolean hasDirtyCollection
rowId
Object rowId
previousNaturalIdValues
Object[] previousNaturalIdValues
nextVersion
Object nextVersion
cacheEntry
Object cacheEntry
lock
SoftLock lock
Package org.hibernate.bytecode.buildtime.spi |
Package org.hibernate.bytecode.instrumentation.internal.javassist |
readObject
public Object readObject(Object target,
String name,
Object oldValue)
writeObject
public Object writeObject(Object target,
String name,
Object oldValue,
Object newValue)
Package org.hibernate.bytecode.instrumentation.spi |
uninitializedFields
Set<E> uninitializedFields
entityName
String entityName
dirty
boolean dirty
Package org.hibernate.bytecode.internal.javassist |
bulkAccessor
BulkAccessor bulkAccessor
mappedClass
Class<T> mappedClass
target
Class<T> target
getters
String[] getters
setters
String[] setters
types
Class<T>[] types
myCause
Throwable myCause
index
int index
type
Class<T> type
fastClass
FastClass fastClass
instantiationOptimizer
ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer
accessOptimizer
ReflectionOptimizer.AccessOptimizer accessOptimizer
Package org.hibernate.bytecode.spi |
Package org.hibernate.cache |
Package org.hibernate.cache.ehcache |
serialVersionUID: 1L
log
org.jboss.logging.Logger log
Package org.hibernate.cache.ehcache.internal.strategy |
Class org.hibernate.cache.ehcache.internal.strategy.AbstractReadWriteEhcacheAccessStrategy.Item extends Object implements Serializable |
serialVersionUID: 1L
value
Object value
version
Object version
timestamp
long timestamp
Class org.hibernate.cache.ehcache.internal.strategy.AbstractReadWriteEhcacheAccessStrategy.Lock extends Object implements Serializable |
serialVersionUID: 2L
sourceUuid
UUID sourceUuid
lockId
long lockId
version
Object version
timeout
long timeout
concurrent
boolean concurrent
multiplicity
int multiplicity
unlockTimestamp
long unlockTimestamp
Package org.hibernate.cache.ehcache.management.impl |
region
String region
- region name
shortName
String shortName
- region short name
hitCount
long hitCount
- hit count
missCount
long missCount
- miss count
putCount
long putCount
- put count
hitRatio
double hitRatio
- hit ratio
elementCountInMemory
long elementCountInMemory
- in-memory element count
elementCountOnDisk
long elementCountOnDisk
- on-disk element count
elementCountTotal
long elementCountTotal
- total element count
roleName
String roleName
- roleName
shortName
String shortName
- shortName
loadCount
long loadCount
- loadCount
fetchCount
long fetchCount
- fetchCount
updateCount
long updateCount
- updateCount
removeCount
long removeCount
- removeCount
recreateCount
long recreateCount
- recreateCount
name
String name
- name
shortName
String shortName
- shortName
loadCount
long loadCount
- loadCount
updateCount
long updateCount
- updateCount
insertCount
long insertCount
- insertCount
deleteCount
long deleteCount
- deleteCount
fetchCount
long fetchCount
- fetchCount
optimisticFailureCount
long optimisticFailureCount
- optimisticFailureCount
query
String query
- query
cacheHitCount
long cacheHitCount
- cacheHitCount
cacheMissCount
long cacheMissCount
- cacheMissCount
cachePutCount
long cachePutCount
- cachePutCount
executionCount
long executionCount
- executionCount
executionRowCount
long executionRowCount
- executionRowCount
executionAvgTime
long executionAvgTime
- executionAvgTime
executionMaxTime
long executionMaxTime
- executionMaxTime
executionMinTime
long executionMinTime
- executionMinTime
Package org.hibernate.cache.infinispan |
manager
org.infinispan.manager.EmbeddedCacheManager manager
typeOverrides
Map<K,V> typeOverrides
definedConfigurations
Set<E> definedConfigurations
transactionManagerlookup
org.infinispan.transaction.lookup.TransactionManagerLookup transactionManagerlookup
transactionManager
TransactionManager transactionManager
regionNames
List<E> regionNames
Package org.hibernate.cache.infinispan.util |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
Package org.hibernate.cache.internal |
Package org.hibernate.cache.spi |
key
Serializable key
type
Type type
entityOrRoleName
String entityOrRoleName
tenantId
String tenantId
hashCode
int hashCode
filterName
String filterName
filterParameters
Map<K,V> filterParameters
naturalIdValues
Serializable[] naturalIdValues
entityName
String entityName
tenantId
String tenantId
hashCode
int hashCode
toString
String toString
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserialization hook used to re-init the cached hashcode which is needed for proper clustering support.
- Throws:
IOException
- Thrown by normal deserialization
ClassNotFoundException
- Thrown by normal deserialization
sqlQueryString
String sqlQueryString
positionalParameterTypes
Type[] positionalParameterTypes
positionalParameterValues
Object[] positionalParameterValues
namedParameters
Map<K,V> namedParameters
firstRow
Integer firstRow
maxRows
Integer maxRows
tenantIdentifier
String tenantIdentifier
filterKeys
Set<E> filterKeys
customTransformer
CacheableResultTransformer customTransformer
Package org.hibernate.cache.spi.access |
Package org.hibernate.cache.spi.entry |
disassembledState
Serializable[] disassembledState
subclass
String subclass
lazyPropertiesAreUnfetched
boolean lazyPropertiesAreUnfetched
version
Object version
state
Serializable state
Package org.hibernate.cfg |
mappings
Mappings mappings
collection
Collection collection
localInheritedMetas
Map<K,V> localInheritedMetas
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
metadataSourceQueue
Configuration.MetadataSourceQueue metadataSourceQueue
classes
Map<K,V> classes
imports
Map<K,V> imports
collections
Map<K,V> collections
tables
Map<K,V> tables
auxiliaryDatabaseObjects
List<E> auxiliaryDatabaseObjects
namedQueries
Map<K,V> namedQueries
namedSqlQueries
Map<K,V> namedSqlQueries
sqlResultSetMappings
Map<K,V> sqlResultSetMappings
typeDefs
Map<K,V> typeDefs
filterDefinitions
Map<K,V> filterDefinitions
fetchProfiles
Map<K,V> fetchProfiles
tableNameBinding
Map<K,V> tableNameBinding
columnNameBindingPerTable
Map<K,V> columnNameBindingPerTable
secondPasses
List<E> secondPasses
propertyReferences
List<E> propertyReferences
extendsQueue
Map<K,V> extendsQueue
sqlFunctions
Map<K,V> sqlFunctions
typeResolver
TypeResolver typeResolver
entityTuplizerFactory
EntityTuplizerFactory entityTuplizerFactory
interceptor
Interceptor interceptor
properties
Properties properties
entityResolver
EntityResolver entityResolver
entityNotFoundDelegate
EntityNotFoundDelegate entityNotFoundDelegate
namingStrategy
NamingStrategy namingStrategy
sessionFactoryObserver
SessionFactoryObserver sessionFactoryObserver
settingsFactory
SettingsFactory settingsFactory
identifierGeneratorFactory
MutableIdentifierGeneratorFactory identifierGeneratorFactory
mappedSuperClasses
Map<K,V> mappedSuperClasses
namedGenerators
Map<K,V> namedGenerators
joins
Map<K,V> joins
classTypes
Map<K,V> classTypes
defaultNamedQueryNames
Set<E> defaultNamedQueryNames
defaultNamedNativeQueryNames
Set<E> defaultNamedNativeQueryNames
defaultSqlResultSetMappingNames
Set<E> defaultSqlResultSetMappingNames
defaultNamedGenerators
Set<E> defaultNamedGenerators
generatorTables
Map<K,V> generatorTables
uniqueConstraintHoldersByTable
Map<K,V> uniqueConstraintHoldersByTable
mappedByResolver
Map<K,V> mappedByResolver
propertyRefResolver
Map<K,V> propertyRefResolver
anyMetaDefs
Map<K,V> anyMetaDefs
caches
List<E> caches
inSecondPass
boolean inSecondPass
isDefaultProcessed
boolean isDefaultProcessed
isValidatorNotPresentLogged
boolean isValidatorNotPresentLogged
propertiesAnnotatedWithMapsId
Map<K,V> propertiesAnnotatedWithMapsId
propertiesAnnotatedWithIdAndToOne
Map<K,V> propertiesAnnotatedWithIdAndToOne
currentTenantIdentifierResolver
CurrentTenantIdentifierResolver currentTenantIdentifierResolver
specjProprietarySyntaxEnabled
boolean specjProprietarySyntaxEnabled
normalizer
ObjectNameNormalizer normalizer
metadataSourcePrecedence
List<E> metadataSourcePrecedence
schemaName
String schemaName
catalogName
String catalogName
defaultPackage
String defaultPackage
autoImport
boolean autoImport
defaultLazy
boolean defaultLazy
defaultCascade
String defaultCascade
defaultAccess
String defaultAccess
useNewGeneratorMappings
Boolean useNewGeneratorMappings
forceDiscriminatorInSelectsByDefault
Boolean forceDiscriminatorInSelectsByDefault
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
hbmMetadataToEntityNamesMap
LinkedHashMap<K,V> hbmMetadataToEntityNamesMap
hbmMetadataByEntityNameXRef
Map<K,V> hbmMetadataByEntityNameXRef
referencedEntityName
String referencedEntityName
component
Component component
mappings
Mappings mappings
joinColumns
Ejb3JoinColumn[] joinColumns
rootClass
RootClass rootClass
joinedSubClass
JoinedSubclass joinedSubClass
resolved
boolean resolved
value
SimpleValue value
columns
Ejb3JoinColumn[] 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 at they could be inferred
table
Table table
indexName
String indexName
columns
String[] columns
mappings
Mappings mappings
column
Ejb3Column column
unique
boolean unique
Class org.hibernate.cfg.JDBCBinderException extends HibernateException implements Serializable |
Class org.hibernate.cfg.JDBCMetaDataConfiguration extends Configuration implements Serializable |
revEngStrategy
org.hibernate.cfg.reveng.ReverseEngineeringStrategy revEngStrategy
ignoreconfigxmlmapppings
boolean ignoreconfigxmlmapppings
preferBasicCompositeIds
boolean preferBasicCompositeIds
entity
JoinedSubclass entity
mappings
Mappings mappings
referencedClass
String referencedClass
propertyName
String propertyName
unique
boolean unique
queryElem
org.dom4j.Element queryElem
path
String path
mappings
Mappings mappings
mappedBy
String mappedBy
mappings
Mappings mappings
ownerEntity
String ownerEntity
ownerProperty
String ownerProperty
propertyHolder
PropertyHolder propertyHolder
ignoreNotFound
boolean ignoreNotFound
inferredData
PropertyData inferredData
targetEntity
org.hibernate.annotations.common.reflection.XClass targetEntity
cascadeOnDelete
boolean cascadeOnDelete
optional
boolean optional
cascadeStrategy
String cascadeStrategy
joinColumns
Ejb3JoinColumn[] joinColumns
referencedEntityName
String referencedEntityName
columns
Ejb3JoinColumn[] columns
value
SimpleValue value
element
org.dom4j.Element element
path
String path
mappings
Mappings mappings
entityBinder
EntityBinder entityBinder
propertyHolder
PropertyHolder propertyHolder
annotatedClass
org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass
binder
SimpleValueBinder binder
serialVersionUID: -1194386144994524825L
unique
boolean unique
mappings
Mappings mappings
path
String path
entityClassName
String entityClassName
fetchProfileName
String fetchProfileName
fetch
FetchProfile.FetchOverride fetch
mappings
Mappings mappings
Package org.hibernate.cfg.annotations |
ann
SqlResultSetMapping ann
mappings
Mappings mappings
isDefault
boolean isDefault
Package org.hibernate.cfg.annotations.reflection |
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
xmlContext
XMLContext xmlContext
globalDefaults
XMLContext.Default globalDefaults
classOverriding
Map<K,V> classOverriding
defaultsOverriding
Map<K,V> defaultsOverriding
defaultElements
List<E> defaultElements
defaultEntityListeners
List<E> defaultEntityListeners
hasContext
boolean hasContext
access
AccessType access
packageName
String packageName
schema
String schema
catalog
String catalog
metadataComplete
Boolean metadataComplete
cascadePersist
Boolean cascadePersist
delimitedIdentifier
Boolean delimitedIdentifier
Package org.hibernate.cfg.beanvalidation |
factory
ValidatorFactory factory
associationsPerEntityPersister
ConcurrentHashMap<K,V> associationsPerEntityPersister
groupsPerOperation
GroupsPerOperation groupsPerOperation
initialized
boolean initialized
Package org.hibernate.collection.internal |
initialized
boolean initialized
owner
Object owner
cachedSize
int cachedSize
role
String role
key
Serializable key
dirty
boolean dirty
storedSnapshot
Serializable storedSnapshot
array
Object array
bag
List<E> bag
element
org.dom4j.Element element
values
List<E> values
identifiers
Map<K,V> identifiers
element
org.dom4j.Element element
list
List<E> list
map
Map<K,V> map
set
Set<E> set
comparator
Comparator<T> comparator
comparator
Comparator<T> comparator
Package org.hibernate.context |
Package org.hibernate.context.internal |
factory
SessionFactory factory
Package org.hibernate.context.spi |
factory
SessionFactoryImplementor factory
Package org.hibernate.criterion |
propertyName
String propertyName
propertyName
String propertyName
functionName
String functionName
projection
Projection projection
alias
String alias
propertyName
String propertyName
lo
Object lo
hi
Object hi
distinct
boolean distinct
impl
CriteriaImpl impl
criteria
Criteria criteria
projection
Projection projection
entity
Object entity
excludedProperties
Set<E> excludedProperties
selector
Example.PropertySelector selector
isLikeEnabled
boolean isLikeEnabled
escapeCharacter
Character escapeCharacter
isIgnoreCaseEnabled
boolean isIgnoreCaseEnabled
matchMode
MatchMode matchMode
value
Object value
grouped
boolean grouped
propertyName
String propertyName
- Deprecated.
value
Object value
- Deprecated.
propertyName
String propertyName
values
Object[] values
nature
Junction.Nature nature
conditions
List<E> conditions
propertyName
String propertyName
value
Object value
escapeChar
Character escapeChar
ignoreCase
boolean ignoreCase
lhs
Criterion lhs
rhs
Criterion rhs
op
String op
conjunction
Conjunction conjunction
criterion
Criterion criterion
propertyName
String propertyName
propertyName
String propertyName
ascending
boolean ascending
ignoreCase
boolean ignoreCase
propertyName
String propertyName
elements
List<E> elements
propertyNames
String[] propertyNames
propertyName
String propertyName
otherPropertyName
String otherPropertyName
op
String op
propertyName
String propertyName
grouped
boolean grouped
propertyName
String propertyName
propertyName
String propertyName
value
Object value
ignoreCase
boolean ignoreCase
op
String op
value
Object value
propertyName
String propertyName
size
int size
op
String op
sql
String sql
typedValues
TypedValue[] typedValues
sql
String sql
groupBy
String groupBy
types
Type[] types
aliases
String[] aliases
columnAliases
String[] columnAliases
grouped
boolean grouped
criteriaImpl
CriteriaImpl criteriaImpl
quantifier
String quantifier
op
String op
params
QueryParameters params
types
Type[] types
innerQuery
CriteriaQueryTranslator innerQuery
Package org.hibernate.dialect |
readResolve
private Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
name
String name
Package org.hibernate.dialect.lock |
entity
Object entity
Package org.hibernate.ejb |
serialVersionUID: 78818181L
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
entityManagerFactory
EntityManagerFactoryImpl entityManagerFactory
persistenceContextType
PersistenceContextType persistenceContextType
transactionType
PersistenceUnitTransactionType transactionType
properties
Map<K,V> properties
lockOptions
LockOptions lockOptions
criteriaQueryCompiler
CriteriaQueryCompiler criteriaQueryCompiler
tupleElements
List<E> tupleElements
tupleElementsByAlias
Map<K,V> tupleElementsByAlias
persistenceUnitName
String persistenceUnitName
- Deprecated.
cfgXmlResource
String cfgXmlResource
- Deprecated.
cfg
Configuration cfg
- Deprecated.
transactionType
PersistenceUnitTransactionType transactionType
- Deprecated.
discardOnClose
boolean discardOnClose
- Deprecated.
isConfigurationProcessed
boolean isConfigurationProcessed
- Deprecated.
serialVersionUID: 5423543L
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
readResolve
private Object readResolve()
throws InvalidObjectException
- After deserialization of an EntityManagerFactory, this is invoked to return the EntityManagerFactory instance
that is already in use rather than a cloned copy of the object.
- Throws:
InvalidObjectException
entityManagerFactoryName
String entityManagerFactoryName
session
Session session
open
boolean open
discardOnClose
boolean discardOnClose
sessionInterceptorClass
Class<T> sessionInterceptorClass
Package org.hibernate.ejb.connection |
user
String user
pass
String pass
Package org.hibernate.ejb.criteria |
criteriaBuilder
CriteriaBuilderImpl criteriaBuilder
attribute
Attribute<X,Y> attribute
entityManagerFactory
EntityManagerFactoryImpl entityManagerFactory
entityManager
HibernateEntityManagerImplementor entityManager
returnType
Class<T> returnType
queryStructure
QueryStructure<T> queryStructure
orderSpecs
List<E> orderSpecs
parent
AbstractQuery<T> parent
queryStructure
QueryStructure<T> queryStructure
pathSource
PathSource<X> pathSource
expression
Expression<T> expression
ascending
boolean ascending
owner
AbstractQuery<T> owner
criteriaBuilder
CriteriaBuilderImpl criteriaBuilder
isSubQuery
boolean isSubQuery
distinct
boolean distinct
selection
Selection<X> selection
roots
Set<E> roots
correlationRoots
Set<E> correlationRoots
restriction
Predicate restriction
groupings
List<E> groupings
having
Predicate having
subqueries
List<E> subqueries
Package org.hibernate.ejb.criteria.expression |
originalJavaType
Class<T> originalJavaType
javaType
Class<T> javaType
alias
String alias
valueHandler
ValueHandlerFactory.ValueHandler<T> valueHandler
operator
BinaryArithmeticOperation.Operation operator
rhs
Expression<T> rhs
lhs
Expression<T> lhs
expressions
List<E> expressions
javaType
Class<T> javaType
isConstructor
boolean isConstructor
selectionItems
List<E> selectionItems
string1
Expression<T> string1
string2
Expression<T> string2
origin
PathImplementor<X> origin
listAttribute
ListAttribute<X,E> listAttribute
literal
Object literal
origin
PathImplementor<X> origin
attribute
MapAttribute<X,K,V> attribute
primaryExpression
Expression<T> primaryExpression
secondaryExpression
Expression<T> secondaryExpression
name
String name
position
Integer position
pathImpl
AbstractPathImpl<X> pathImpl
javaType
Class<T> javaType
whenClauses
List<E> whenClauses
otherwiseResult
Expression<T> otherwiseResult
javaType
Class<T> javaType
expression
Expression<T> expression
whenClauses
List<E> whenClauses
otherwiseResult
Expression<T> otherwiseResult
collectionPath
PluralAttributePath<X> collectionPath
subquery
Subquery<T> subquery
modifier
SubqueryComparisonModifierExpression.Modifier modifier
operation
UnaryArithmeticOperation.Operation operation
operand
Expression<T> operand
Package org.hibernate.ejb.criteria.expression.function |
distinct
boolean distinct
functionName
String functionName
castSource
ExpressionImpl<T> castSource
pattern
Expression<T> pattern
string
Expression<T> string
start
Expression<T> start
argumentExpressions
List<E> argumentExpressions
value
Expression<T> value
start
Expression<T> start
length
Expression<T> length
trimspec
CriteriaBuilder.Trimspec trimspec
trimCharacter
Expression<T> trimCharacter
trimSource
Expression<T> trimSource
Package org.hibernate.ejb.criteria.path |
joins
Set<E> joins
fetches
Set<E> fetches
correlationParent
FromImplementor<Z,X> correlationParent
joinScope
AbstractFromImpl.JoinScope<X> joinScope
joinAttribute
Attribute<X,Y> joinAttribute
joinType
JoinType joinType
pathSource
PathSource<X> pathSource
typeExpression
Expression<T> typeExpression
attributePathRegistry
Map<K,V> attributePathRegistry
attribute
MapAttribute<X,K,V> attribute
mapPersister
CollectionPersister mapPersister
mapKeyType
Type mapKeyType
jpaType
Type<X> jpaType
jpaBindableType
Bindable.BindableType jpaBindableType
jpaBinableJavaType
Class<T> jpaBinableJavaType
persistentAttributeType
Attribute.PersistentAttributeType persistentAttributeType
mapKeyAttribute
MapKeyHelpers.MapKeyAttribute<K> mapKeyAttribute
mapAttribute
MapAttribute<X,K,V> mapAttribute
mapJoin
MapJoinImplementor<Z,K,V> mapJoin
attribute
PluralAttribute<X,C,E> attribute
persister
CollectionPersister persister
entityType
EntityType<X> entityType
model
Bindable<T> model
attribute
SingularAttribute<X,T> attribute
managedType
ManagedType<X> managedType
Package org.hibernate.ejb.criteria.predicate |
negated
boolean negated
expression
Expression<T> expression
lowerBound
Expression<T> lowerBound
upperBound
Expression<T> upperBound
expression
Expression<T> expression
assertedValue
Boolean assertedValue
expression
Expression<T> expression
assertedValue
Boolean assertedValue
comparisonOperator
ComparisonPredicate.ComparisonOperator comparisonOperator
leftHandSide
Expression<T> leftHandSide
rightHandSide
Expression<T> rightHandSide
operator
Predicate.BooleanOperator operator
expressions
List<E> expressions
subquery
Subquery<T> subquery
booleanExpression
Expression<T> booleanExpression
truthValue
TruthValue truthValue
expression
Expression<T> expression
values
List<E> values
collectionPath
PluralAttributePath<X> collectionPath
matchExpression
Expression<T> matchExpression
pattern
Expression<T> pattern
escapeCharacter
Expression<T> escapeCharacter
elementExpression
Expression<T> elementExpression
collectionPath
PluralAttributePath<X> collectionPath
operand
Expression<T> operand
Package org.hibernate.ejb.event |
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
callbackHandler
EntityCallbackHandler callbackHandler
callbackHandler
EntityCallbackHandler callbackHandler
callbackHandler
EntityCallbackHandler callbackHandler
callbackHandler
EntityCallbackHandler callbackHandler
callbackHandler
EntityCallbackHandler callbackHandler
callbackHandler
EntityCallbackHandler callbackHandler
callbackHandler
EntityCallbackHandler callbackHandler
callbackHandler
EntityCallbackHandler callbackHandler
callbackHandler
EntityCallbackHandler callbackHandler
callbackHandler
EntityCallbackHandler callbackHandler
preCreates
HashMap<K,V> preCreates
postCreates
HashMap<K,V> postCreates
preRemoves
HashMap<K,V> preRemoves
postRemoves
HashMap<K,V> postRemoves
preUpdates
HashMap<K,V> preUpdates
postUpdates
HashMap<K,V> postUpdates
postLoads
HashMap<K,V> postLoads
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
Package org.hibernate.ejb.internal |
serialVersionUID: 1L
log
org.jboss.logging.Logger log
Package org.hibernate.ejb.metamodel |
readObject
protected void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Used by JDK serialization...
- Throws:
IOException
- Indicates a general IO stream exception
ClassNotFoundException
- Indicates a class resolution issue
writeObject
protected void writeObject(ObjectOutputStream oos)
throws IOException
- Used by JDK serialization...
- Throws:
IOException
- Indicates a general IO stream exception
name
String name
javaType
Class<T> javaType
declaringType
AbstractManagedType<X> declaringType
persistentAttributeType
Attribute.PersistentAttributeType persistentAttributeType
hasIdentifierProperty
boolean hasIdentifierProperty
isVersioned
boolean isVersioned
id
SingularAttributeImpl<X,Y> id
version
SingularAttributeImpl<X,Y> version
idClassAttributes
Set<E> idClassAttributes
superType
AbstractManagedType<X> superType
declaredAttributes
Map<K,V> declaredAttributes
declaredSingularAttributes
Map<K,V> declaredSingularAttributes
declaredPluralAttributes
Map<K,V> declaredPluralAttributes
locked
boolean locked
javaType
Class<T> javaType
clazz
Class<T> clazz
persistenceType
Type.PersistenceType persistenceType
parent
AbstractManagedType<X> parent
hibernateType
ComponentType hibernateType
jpaEntityName
String jpaEntityName
entities
Map<K,V> entities
embeddables
Map<K,V> embeddables
elementType
Type<X> elementType
isIdentifier
boolean isIdentifier
isVersion
boolean isVersion
isOptional
boolean isOptional
attributeType
Type<X> attributeType
Package org.hibernate.ejb.util |
readObject
private void readObject(ObjectInputStream stream)
Package org.hibernate.engine |
name
String name
queryReturns
List<E> queryReturns
Package org.hibernate.engine.jdbc |
Package org.hibernate.engine.jdbc.batch.internal |
size
int size
Package org.hibernate.engine.jdbc.batch.spi |
Package org.hibernate.engine.jdbc.internal |
flushDepth
int flushDepth
xref
HashMap<K,V> xref
unassociatedResultSets
Set<E> unassociatedResultSets
exceptionHelper
SqlExceptionHelper exceptionHelper
lastQuery
Statement lastQuery
serviceRegistry
ServiceRegistryImplementor serviceRegistry
dialect
Dialect dialect
connectionProvider
ConnectionProvider connectionProvider
sqlStatementLogger
SqlStatementLogger sqlStatementLogger
sqlExceptionHelper
SqlExceptionHelper sqlExceptionHelper
extractedMetaDataSupport
ExtractedDatabaseMetaData extractedMetaDataSupport
lobCreatorBuilder
LobCreatorBuilder lobCreatorBuilder
releasesEnabled
boolean releasesEnabled
isUserSuppliedConnection
boolean isUserSuppliedConnection
isClosed
boolean isClosed
Package org.hibernate.engine.jdbc.internal.proxy |
Package org.hibernate.engine.jdbc.spi |
Package org.hibernate.engine.query.spi |
collectionRole
String collectionRole
sourceQuery
String sourceQuery
translators
QueryTranslator[] translators
sqlStrings
String[] sqlStrings
parameterMetadata
ParameterMetadata parameterMetadata
returnMetadata
ReturnMetadata returnMetadata
querySpaces
Set<E> querySpaces
enabledFilterNames
Set<E> enabledFilterNames
shallow
boolean shallow
name
String name
expectedType
Type expectedType
sourceLocations
int[] sourceLocations
jpaStyle
boolean jpaStyle
sourceQuery
String sourceQuery
customQuery
SQLCustomQuery customQuery
ordinalPosition
int ordinalPosition
expectedType
Type expectedType
sourceLocation
int sourceLocation
ordinalDescriptors
OrdinalParameterDescriptor[] ordinalDescriptors
namedDescriptorMap
Map<K,V> namedDescriptorMap
sourceQuery
String sourceQuery
parameterMetadata
ParameterMetadata parameterMetadata
returnAliases
String[] returnAliases
returnTypes
Type[] returnTypes
querySpaces
Set<E> querySpaces
factory
SessionFactoryImplementor factory
queryPlanCache
BoundedConcurrentHashMap<K,V> queryPlanCache
- the cache of the actual plans...
parameterMetadataCache
BoundedConcurrentHashMap<K,V> parameterMetadataCache
- simple cache of param metadata based on query string. Ideally, the original "user-supplied query"
string should be used to obtain this metadata (i.e., not the para-list-expanded query string) to avoid
unnecessary cache entries.
Used solely for caching param metadata for native-sql queries, see
QueryPlanCache.getSQLParameterMetadata(java.lang.String)
for a
discussion as to why...
returnAliases
String[] returnAliases
returnTypes
Type[] returnTypes
Package org.hibernate.engine.query.spi.sql |
ownerEntityName
String ownerEntityName
ownerProperty
String ownerProperty
hashCode
int hashCode
ownerAlias
String ownerAlias
ownerProperty
String ownerProperty
hashCode
int hashCode
alias
String alias
lockMode
LockMode lockMode
propertyResults
Map<K,V> propertyResults
hashCode
int hashCode
returnEntityName
String returnEntityName
hashCode
int hashCode
Package org.hibernate.engine.spi |
ownerKey
EntityKey ownerKey
propertyName
String propertyName
styles
CascadeStyle[] styles
snapshot
Serializable snapshot
role
String role
loadedKey
Serializable loadedKey
role
String role
key
Serializable key
keyType
Type keyType
factory
SessionFactoryImplementor factory
hashCode
int hashCode
entityMode
EntityMode entityMode
lockMode
LockMode lockMode
status
Status status
previousStatus
Status previousStatus
id
Serializable id
loadedState
Object[] loadedState
deletedState
Object[] deletedState
existsInDatabase
boolean existsInDatabase
version
Object version
entityMode
EntityMode entityMode
tenantId
String tenantId
entityName
String entityName
isBeingReplicated
boolean isBeingReplicated
loadedWithLazyPropertiesUnfetched
boolean loadedWithLazyPropertiesUnfetched
identifier
Serializable identifier
entityName
String entityName
rootEntityName
String rootEntityName
tenantId
String tenantId
hashCode
int hashCode
identifierType
Type identifierType
isBatchLoadable
boolean isBatchLoadable
factory
SessionFactoryImplementor factory
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
uniqueKeyName
String uniqueKeyName
entityName
String entityName
key
Object key
keyType
Type keyType
entityMode
EntityMode entityMode
hashCode
int hashCode
filterName
String filterName
defaultFilterCondition
String defaultFilterCondition
parameterTypes
Map<K,V> parameterTypes
sessionFactory
SessionFactoryImplementor sessionFactory
internalFetchProfile
String internalFetchProfile
enabledFilters
Map<K,V> enabledFilters
enabledFetchProfileNames
Set<E> enabledFetchProfileNames
name
String name
query
String query
cacheable
boolean cacheable
cacheRegion
String cacheRegion
timeout
Integer timeout
lockTimeout
Integer lockTimeout
fetchSize
Integer fetchSize
flushMode
FlushMode flushMode
parameterTypes
Map<K,V> parameterTypes
cacheMode
CacheMode cacheMode
readOnly
boolean readOnly
comment
String comment
queryReturns
NativeSQLQueryReturn[] queryReturns
querySpaces
List<E> querySpaces
callable
boolean callable
resultSetRef
String resultSetRef
type
Type type
value
Object value
entityMode
EntityMode entityMode
Package org.hibernate.engine.transaction.internal |
synchronizations
LinkedHashSet<E> synchronizations
Package org.hibernate.engine.transaction.internal.jdbc |
Package org.hibernate.engine.transaction.internal.jta |
Package org.hibernate.engine.transaction.spi |
Package org.hibernate.engine.transaction.synchronization.spi |
Package org.hibernate.envers |
serialVersionUID: 8530213963961662300L
id
int id
timestamp
long timestamp
modifiedEntityNames
Set<E> modifiedEntityNames
Package org.hibernate.envers.enhanced |
serialVersionUID: 4159156677698841902L
id
int id
timestamp
long timestamp
modifiedEntityNames
Set<E> modifiedEntityNames
Package org.hibernate.envers.entities |
serialVersionUID: -1053201518229282688L
Package org.hibernate.envers.entities.mapper.relation.lazy |
delegate
SessionImplementor delegate
serialVersionUID: 4770438372940785488L
versionsReader
AuditReaderImplementor versionsReader
entityClass
Class<T> entityClass
entityId
Object entityId
revision
Number revision
entCfg
EntitiesConfigurations entCfg
Package org.hibernate.envers.entities.mapper.relation.lazy.proxy |
serialVersionUID: 8698249863871832402L
delegate
Collection<E> delegate
serialVersionUID: -5479232938279790987L
serialVersionUID: 8418037541773074646L
delegate
Map<K,V> delegate
serialVersionUID: 131464133074137701L
serialVersionUID: 2645817952901452375L
delegate
SortedMap<K,V> delegate
serialVersionUID: 2092884107178125905L
Package org.hibernate.envers.event |
Package org.hibernate.envers.exception |
serialVersionUID: 4306480965630972168L
serialVersionUID: 4809674577449455510L
entityName
String entityName
serialVersionUID: -6417768274074962282L
revision
Number revision
date
Date date
Package org.hibernate.envers.internal |
serialVersionUID: 1L
log
org.jboss.logging.Logger log
Package org.hibernate.envers.synchronization.work |
serialVersionUID: -8007831518629167537L
ownerId
Serializable ownerId
role
String role
Package org.hibernate.event.internal |
Package org.hibernate.event.service.internal |
eventType
EventType<T> eventType
duplicationStrategies
Set<E> duplicationStrategies
listeners
List<E> listeners
listenerClassToInstanceMap
Map<K,V> listenerClassToInstanceMap
registeredEventListenersMap
Map<K,V> registeredEventListenersMap
Package org.hibernate.event.service.spi |
Package org.hibernate.event.spi |
collection
PersistentCollection collection
affectedOwner
Object affectedOwner
affectedOwnerId
Serializable affectedOwnerId
affectedOwnerEntityName
String affectedOwnerEntityName
session
EventSource session
entity
Object entity
id
Serializable id
persister
EntityPersister persister
querySpaces
Set<E> querySpaces
flushRequired
boolean flushRequired
object
Object object
entityName
String entityName
cascadeDeleteEnabled
boolean cascadeDeleteEnabled
dirty
boolean dirty
object
Object object
entity
Object entity
propertyValues
Object[] propertyValues
databaseSnapshot
Object[] databaseSnapshot
dirtyProperties
int[] dirtyProperties
hasDirtyCollection
boolean hasDirtyCollection
dirtyCheckPossible
boolean dirtyCheckPossible
dirtyCheckHandledByInterceptor
boolean dirtyCheckHandledByInterceptor
entityEntry
EntityEntry entityEntry
entityId
Serializable entityId
entityClassName
String entityClassName
instanceToLoad
Object instanceToLoad
lockOptions
LockOptions lockOptions
isAssociationFetch
boolean isAssociationFetch
result
Object result
object
Object object
lockOptions
LockOptions lockOptions
entityName
String entityName
original
Object original
requestedId
Serializable requestedId
entityName
String entityName
entity
Object entity
result
Object result
object
Object object
entityName
String entityName
entity
Object entity
persister
EntityPersister persister
id
Serializable id
deletedState
Object[] deletedState
entity
Object entity
persister
EntityPersister persister
state
Object[] state
id
Serializable id
entity
Object entity
id
Serializable id
persister
EntityPersister persister
entity
Object entity
persister
EntityPersister persister
state
Object[] state
oldState
Object[] oldState
id
Serializable id
dirtyProperties
int[] dirtyProperties
deletedState
Object[] deletedState
state
Object[] state
entity
Object entity
state
Object[] state
id
Serializable id
persister
EntityPersister persister
state
Object[] state
oldState
Object[] oldState
object
Object object
entityName
String entityName
lockOptions
LockOptions lockOptions
object
Object object
replicationMode
ReplicationMode replicationMode
entityName
String entityName
entityPersister
EntityPersister entityPersister
naturalIdValues
Map<K,V> naturalIdValues
orderedNaturalIdValues
Object[] orderedNaturalIdValues
lockOptions
LockOptions lockOptions
entityId
Serializable entityId
object
Object object
requestedId
Serializable requestedId
entityName
String entityName
entity
Object entity
entry
EntityEntry entry
resultId
Serializable resultId
Package org.hibernate.exception |
constraintName
String constraintName
Package org.hibernate.exception.internal |
delegates
ArrayList<E> delegates
Package org.hibernate.exception.spi |
Package org.hibernate.hql.internal |
Package org.hibernate.hql.internal.antlr |
Package org.hibernate.hql.internal.ast |
cause
Throwable cause
showCauseMessage
boolean showCauseMessage
sqlLocations
int[] sqlLocations
expectedType
Type expectedType
Package org.hibernate.hql.internal.ast.tree |
columns
String[] columns
fromClause
FromClause fromClause
whereClause
antlr.collections.AST whereClause
alias
String alias
scalarColumnIndex
int scalarColumnIndex
sqlFunction
SQLFunction sqlFunction
expectedType
Type expectedType
componentPath
String componentPath
componentType
ComponentType componentType
componentProperty
String componentProperty
columns
String[] columns
columnsFragment
String columnsFragment
resultType
Class<T> resultType
constructor
Constructor<T> constructor
constructorArgumentTypes
Type[] constructorArgumentTypes
isMap
boolean isMap
isList
boolean isList
aggregatedAliases
String[] aggregatedAliases
propertyName
String propertyName
- The identifier that is the name of the property.
path
String path
- The full path, to the root alias of this dot node.
propertyPath
String propertyPath
- The unresolved property path relative to this dot node.
columns
String[] columns
- The column names that this resolves to.
joinType
JoinType joinType
- The type of join to create. Default is an inner join.
fetch
boolean fetch
- Fetch join or not.
dereferenceType
int dereferenceType
- The type of dereference that hapened (DEREF_xxx).
impliedJoin
FromElement impliedJoin
level
int level
fromElements
Set<E> fromElements
fromElementByClassAlias
Map<K,V> fromElementByClassAlias
fromElementByTableAlias
Map<K,V> fromElementByTableAlias
fromElementsByPath
Map<K,V> fromElementsByPath
collectionJoinFromElementsByPath
Map<K,V> collectionJoinFromElementsByPath
- All of the implicit FROM xxx JOIN yyy elements that are the destination of a collection. These are created from
index operators on collection property references.
parentFromClause
FromClause parentFromClause
- Pointer to the parent FROM clause, if there is one.
childFromClauses
Set<E> childFromClauses
- Collection of FROM clauses of which this is the parent.
fromElementCounter
int fromElementCounter
- Counts the from elements as they are added.
impliedElements
List<E> impliedElements
- Implied FROM elements to add onto the end of the FROM clause.
className
String className
classAlias
String classAlias
tableAlias
String tableAlias
collectionTableAlias
String collectionTableAlias
fromClause
FromClause fromClause
includeSubclasses
boolean includeSubclasses
collectionJoin
boolean collectionJoin
origin
FromElement origin
columns
String[] columns
role
String role
fetch
boolean fetch
isAllPropertyFetch
boolean isAllPropertyFetch
filter
boolean filter
sequence
int sequence
useFromFragment
boolean useFromFragment
initialized
boolean initialized
elementType
org.hibernate.hql.internal.ast.tree.FromElementType elementType
useWhereFragment
boolean useWhereFragment
destinations
List<E> destinations
manyToMany
boolean manyToMany
withClauseFragment
String withClauseFragment
withClauseJoinAlias
String withClauseJoinAlias
dereferencedBySuperclassProperty
boolean dereferencedBySuperclassProperty
dereferencedBySubclassProperty
boolean dereferencedBySubclassProperty
typeDiscriminatorMetadata
TypeDiscriminatorMetadata typeDiscriminatorMetadata
embeddedParameters
List<E> embeddedParameters
fromElement
FromElement fromElement
resolved
boolean resolved
walker
HqlSqlWalker walker
- A pointer back to the phase 2 processor.
nakedPropertyRef
boolean nakedPropertyRef
impliedInFromClause
boolean impliedInFromClause
- True if this from element was implied from a path in the FROM clause, but not
explicitly declard in the from clause.
inProjectionList
boolean inProjectionList
- True if this implied from element should be included in the projection list.
persister
Queryable persister
columnSpec
String columnSpec
types
Type[] types
discriminated
boolean discriminated
explicitIdInsertion
boolean explicitIdInsertion
explicitVersionInsertion
boolean explicitVersionInsertion
componentIds
Set<E> componentIds
explicitComponentIds
List<E> explicitComponentIds
factory
SessionFactoryImplementor factory
constantExpression
String constantExpression
constantValue
Object constantValue
heuristicType
Type heuristicType
expectedType
Type expectedType
scalarColumnIndex
int scalarColumnIndex
types
List<E> types
mapEntryBuilder
org.hibernate.hql.internal.ast.tree.MapEntryNode.MapEntryBuilder mapEntryBuilder
methodName
String methodName
fromElement
FromElement fromElement
selectColumns
String[] selectColumns
function
SQLFunction function
inSelect
boolean inSelect
filename
String filename
line
int line
column
int column
textLength
int textLength
parameterSpecification
ParameterSpecification parameterSpecification
orderByClause
OrderByClause orderByClause
scalarColumnIndex
int scalarColumnIndex
alias
String alias
selectExpression
SelectExpression selectExpression
prepared
boolean prepared
scalarSelect
boolean scalarSelect
fromElementsForLoad
List<E> fromElementsForLoad
queryReturnTypes
Type[] queryReturnTypes
columnNames
String[][] columnNames
collectionFromElements
List<E> collectionFromElements
aliases
String[] aliases
columnNamesStartPositions
int[] columnNamesStartPositions
aggregatedSelectExpression
AggregatedSelectExpression aggregatedSelectExpression
joinFragment
JoinFragment joinFragment
fromElement
FromElement fromElement
embeddedParameters
List<E> embeddedParameters
originalText
String originalText
- The original text for the node, mostly for debugging.
dataType
Type dataType
- The data type of this node. Null for 'no type'.
generationContextLocator
CompositeNestedGeneratedValueGenerator.GenerationContextLocator generationContextLocator
generationPlans
List<E> generationPlans
exactType
Class<T> exactType
value
long value
value
BigDecimal value
value
BigInteger value
Package org.hibernate.id.factory.internal |
generatorStrategyToClassNameMap
ConcurrentHashMap<K,V> generatorStrategyToClassNameMap
Package org.hibernate.id.factory.spi |
Package org.hibernate.id.uuid |
mostSignificantBits
long mostSignificantBits
Package org.hibernate.integrator.internal |
integrators
LinkedHashSet<E> integrators
Package org.hibernate.integrator.spi |
Package org.hibernate.internal |
tenantIdentifier
String tenantIdentifier
closed
boolean closed
sessionFactory
SessionFactoryImplementor sessionFactory
serialVersionUID: 1L
log
org.jboss.logging.Logger log
entityOrClassName
String entityOrClassName
rootAlias
String rootAlias
criterionEntries
List<E> criterionEntries
orderEntries
List<E> orderEntries
projection
Projection projection
projectionCriteria
Criteria projectionCriteria
subcriteriaList
List<E> subcriteriaList
fetchModes
Map<K,V> fetchModes
lockModes
Map<K,V> lockModes
maxResults
Integer maxResults
firstResult
Integer firstResult
timeout
Integer timeout
fetchSize
Integer fetchSize
cacheable
boolean cacheable
cacheRegion
String cacheRegion
comment
String comment
flushMode
FlushMode flushMode
cacheMode
CacheMode cacheMode
sessionFlushMode
FlushMode sessionFlushMode
sessionCacheMode
CacheMode sessionCacheMode
readOnly
Boolean readOnly
resultTransformer
ResultTransformer resultTransformer
criterion
Criterion criterion
criteria
Criteria criteria
order
Order order
criteria
Criteria criteria
alias
String alias
path
String path
parent
Criteria parent
lockMode
LockMode lockMode
joinType
JoinType joinType
withClause
Criterion withClause
hasRestriction
boolean hasRestriction
filterName
String filterName
parameters
Map<K,V> parameters
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Custom serialization hook defined by Java spec. Used when the factory is directly deserialized
- Throws:
IOException
- Can be thrown by the stream
ClassNotFoundException
- Again, can be thrown by the stream
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Custom serialization hook defined by Java spec. Used when the factory is directly serialized
- Throws:
IOException
- Can be thrown by the stream
readResolve
private Object readResolve()
throws InvalidObjectException
- Custom serialization hook defined by Java spec. Used when the factory is directly deserialized.
Here we resolve the uuid/name read from the stream previously to resolve the SessionFactory
instance to use based on the registrations with the
SessionFactoryRegistry
- Throws:
InvalidObjectException
- Thrown if we could not resolve the factory by uuid/name.
name
String name
uuid
String uuid
observers
List<E> observers
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Used by JDK serialization...
- Throws:
IOException
- Indicates a general IO stream exception
ClassNotFoundException
- Indicates a class resolution issue
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Used by JDK serialization...
- Throws:
IOException
- Indicates a general IO stream exception
transactionCoordinator
TransactionCoordinator transactionCoordinator
temporaryPersistenceContext
PersistenceContext temporaryPersistenceContext
typeResolver
TypeResolver typeResolver
Package org.hibernate.internal.jaxb |
type
SourceType type
name
String name
Package org.hibernate.internal.util |
name
String name
Package org.hibernate.internal.util.beans |
Package org.hibernate.internal.util.collections |
serialVersionUID: 7249069246763182397L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the ConcurrentHashMap instance from a
stream (i.e., deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the ConcurrentHashMap instance to a
stream (i.e., serialize it).
- Serial Data:
- the key (Object) and value (Object)
for each key-value mapping, followed by a null pair.
The key-value mappings are emitted in no particular order.
- Throws:
IOException
segmentMask
int segmentMask
- Mask value for indexing into segments. The upper bits of a
key's hash code are used to choose the segment.
segmentShift
int segmentShift
- Shift value for indexing within segments.
segments
org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Segment<K,V>[] segments
- The segments, each of which is a specialized hash table
serialVersionUID: 7249069246763182397L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the ConcurrentReferenceHashMap instance from a
stream (i.e., deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the ConcurrentReferenceHashMap instance to a
stream (i.e., serialize it).
- Serial Data:
- the key (Object) and value (Object)
for each key-value mapping, followed by a null pair.
The key-value mappings are emitted in no particular order.
- Throws:
IOException
segmentMask
int segmentMask
- Mask value for indexing into segments. The upper bits of a
key's hash code are used to choose the segment.
segmentShift
int segmentShift
- Shift value for indexing within segments.
segments
org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Segment<K,V>[] segments
- The segments, each of which is a specialized hash table
identityComparisons
boolean identityComparisons
key
Object key
Package org.hibernate.internal.util.compare |
Package org.hibernate.internal.util.config |
Package org.hibernate.internal.util.xml |
errors
List<E> errors
file
String file
type
String type
name
String name
documentTree
org.dom4j.Document documentTree
origin
Origin origin
Package org.hibernate.jdbc |
batchPosition
int batchPosition
expectedRowCount
int expectedRowCount
actualRowCount
int actualRowCount
Package org.hibernate.jmx |
readResolve
private Object readResolve()
throws ObjectStreamException
- Deprecated.
- Throws:
ObjectStreamException
uuid
String uuid
- Deprecated.
name
String name
- Deprecated.
Package org.hibernate.loader |
bagRoles
List<E> bagRoles
Package org.hibernate.loader.custom |
Package org.hibernate.mapping |
dialectScopes
HashSet<E> dialectScopes
identifierTypeName
String identifierTypeName
metaTypeName
String metaTypeName
metaValues
Map<K,V> metaValues
elementClassName
String elementClassName
collectionRole
String collectionRole
entityName
String entityName
mappings
Mappings mappings
owner
PersistentClass owner
key
KeyValue key
element
Value element
collectionTable
Table collectionTable
role
String role
lazy
boolean lazy
extraLazy
boolean extraLazy
inverse
boolean inverse
mutable
boolean mutable
subselectLoadable
boolean subselectLoadable
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
cacheRegionName
String cacheRegionName
orderBy
String orderBy
where
String where
manyToManyWhere
String manyToManyWhere
manyToManyOrderBy
String manyToManyOrderBy
referencedPropertyName
String referencedPropertyName
nodeName
String nodeName
elementNodeName
String elementNodeName
sorted
boolean sorted
comparator
Comparator<T> comparator
comparatorClassName
String comparatorClassName
orphanDelete
boolean orphanDelete
batchSize
int batchSize
fetchMode
FetchMode fetchMode
embedded
boolean embedded
optimisticLocked
boolean optimisticLocked
collectionPersisterClass
Class<T> collectionPersisterClass
typeName
String typeName
typeParameters
Properties typeParameters
filters
Map<K,V> filters
manyToManyFilters
Map<K,V> manyToManyFilters
synchronizedTables
Set<E> synchronizedTables
customSQLInsert
String customSQLInsert
customInsertCallable
boolean customInsertCallable
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
customSQLUpdate
String customSQLUpdate
customUpdateCallable
boolean customUpdateCallable
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
customSQLDelete
String customSQLDelete
customDeleteCallable
boolean customDeleteCallable
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
customSQLDeleteAll
String customSQLDeleteAll
customDeleteAllCallable
boolean customDeleteAllCallable
deleteAllCheckStyle
ExecuteUpdateResultCheckStyle deleteAllCheckStyle
loaderName
String loaderName
length
int length
precision
int precision
scale
int scale
value
Value value
typeIndex
int typeIndex
name
String name
nullable
boolean nullable
unique
boolean unique
sqlType
String sqlType
sqlTypeCode
Integer sqlTypeCode
quoted
boolean quoted
uniqueInteger
int uniqueInteger
checkConstraint
String checkConstraint
comment
String comment
defaultValue
String defaultValue
customWrite
String customWrite
customRead
String customRead
properties
ArrayList<E> properties
componentClassName
String componentClassName
embedded
boolean embedded
parentProperty
String parentProperty
owner
PersistentClass owner
dynamic
boolean dynamic
metaAttributes
Map<K,V> metaAttributes
nodeName
String nodeName
isKey
boolean isKey
roleName
String roleName
tuplizerImpls
Map<K,V> tuplizerImpls
type
Type type
builtIdentifierGenerator
IdentifierGenerator builtIdentifierGenerator
name
String name
columns
List<E> columns
table
Table table
includedTable
Table includedTable
wrappedValue
KeyValue wrappedValue
nullable
boolean nullable
updateable
boolean updateable
referencedTable
Table referencedTable
referencedEntityName
String referencedEntityName
cascadeDeleteEnabled
boolean cascadeDeleteEnabled
referencedColumns
List<E> referencedColumns
formula
String formula
uniqueInteger
int uniqueInteger
identifier
KeyValue identifier
name
String name
identifierGeneratorStrategy
String identifierGeneratorStrategy
params
Properties params
table
Table table
columns
List<E> columns
name
String name
collectionRole
String collectionRole
entityName
String entityName
index
Value index
indexNodeName
String indexNodeName
properties
ArrayList<E> properties
declaredProperties
ArrayList<E> declaredProperties
table
Table table
key
KeyValue key
persistentClass
PersistentClass persistentClass
sequentialSelect
boolean sequentialSelect
inverse
boolean inverse
optional
boolean optional
customSQLInsert
String customSQLInsert
customInsertCallable
boolean customInsertCallable
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
customSQLUpdate
String customSQLUpdate
customUpdateCallable
boolean customUpdateCallable
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
customSQLDelete
String customSQLDelete
customDeleteCallable
boolean customDeleteCallable
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
table
Table table
key
KeyValue key
baseIndex
int baseIndex
ignoreNotFound
boolean ignoreNotFound
isLogicalOneToOne
boolean isLogicalOneToOne
name
String name
values
List<E> values
mappings
Mappings mappings
referencingTable
Table referencingTable
referencedEntityName
String referencedEntityName
associatedClass
PersistentClass associatedClass
embedded
boolean embedded
ignoreNotFound
boolean ignoreNotFound
constrained
boolean constrained
foreignKeyType
ForeignKeyDirection foreignKeyType
identifier
KeyValue identifier
propertyName
String propertyName
entityName
String entityName
entityName
String entityName
className
String className
proxyInterfaceName
String proxyInterfaceName
nodeName
String nodeName
jpaEntityName
String jpaEntityName
discriminatorValue
String discriminatorValue
lazy
boolean lazy
properties
ArrayList<E> properties
declaredProperties
ArrayList<E> declaredProperties
subclasses
ArrayList<E> subclasses
subclassProperties
ArrayList<E> subclassProperties
subclassTables
ArrayList<E> subclassTables
dynamicInsert
boolean dynamicInsert
dynamicUpdate
boolean dynamicUpdate
batchSize
int batchSize
selectBeforeUpdate
boolean selectBeforeUpdate
metaAttributes
Map<K,V> metaAttributes
joins
ArrayList<E> joins
subclassJoins
ArrayList<E> subclassJoins
filters
Map<K,V> filters
synchronizedTables
Set<E> synchronizedTables
loaderName
String loaderName
isAbstract
Boolean isAbstract
hasSubselectLoadableCollections
boolean hasSubselectLoadableCollections
identifierMapper
Component identifierMapper
customSQLInsert
String customSQLInsert
customInsertCallable
boolean customInsertCallable
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
customSQLUpdate
String customSQLUpdate
customUpdateCallable
boolean customUpdateCallable
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
customSQLDelete
String customSQLDelete
customDeleteCallable
boolean customDeleteCallable
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
temporaryIdTableName
String temporaryIdTableName
temporaryIdTableDDL
String temporaryIdTableDDL
tuplizerImpls
Map<K,V> tuplizerImpls
optimisticLockMode
int optimisticLockMode
superMappedSuperclass
MappedSuperclass superMappedSuperclass
declaredIdentifierMapper
Component declaredIdentifierMapper
name
String name
value
Value value
cascade
String cascade
updateable
boolean updateable
insertable
boolean insertable
selectable
boolean selectable
optimisticLocked
boolean optimisticLocked
generation
PropertyGeneration generation
propertyAccessorName
String propertyAccessorName
lazy
boolean lazy
optional
boolean optional
nodeName
String nodeName
metaAttributes
Map<K,V> metaAttributes
persistentClass
PersistentClass persistentClass
naturalIdentifier
boolean naturalIdentifier
readResolve
private Object readResolve()
name
String name
identifierProperty
Property identifierProperty
identifier
KeyValue identifier
version
Property version
polymorphic
boolean polymorphic
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
cacheRegionName
String cacheRegionName
naturalIdCacheRegionName
String naturalIdCacheRegionName
lazyPropertiesCacheable
boolean lazyPropertiesCacheable
discriminator
Value discriminator
mutable
boolean mutable
embeddedIdentifier
boolean embeddedIdentifier
explicitPolymorphism
boolean explicitPolymorphism
entityPersisterClass
Class<T> entityPersisterClass
forceDiscriminator
boolean forceDiscriminator
where
String where
table
Table table
discriminatorInsertable
boolean discriminatorInsertable
nextSubclassId
int nextSubclassId
declaredIdentifierProperty
Property declaredIdentifierProperty
declaredVersion
Property declaredVersion
sqlCreateString
String sqlCreateString
sqlDropString
String sqlDropString
mappings
Mappings mappings
columns
List<E> columns
typeName
String typeName
identifierGeneratorProperties
Properties identifierGeneratorProperties
identifierGeneratorStrategy
String identifierGeneratorStrategy
nullValue
String nullValue
table
Table table
foreignKeyName
String foreignKeyName
alternateUniqueKey
boolean alternateUniqueKey
typeParameters
Properties typeParameters
cascadeDeleteEnabled
boolean cascadeDeleteEnabled
superclass
PersistentClass superclass
classPersisterClass
Class<T> classPersisterClass
subclassId
int subclassId
name
String name
schema
String schema
catalog
String catalog
columns
Map<K,V> columns
- contains all columns, including the primary key
idValue
KeyValue idValue
primaryKey
PrimaryKey primaryKey
indexes
Map<K,V> indexes
foreignKeys
Map<K,V> foreignKeys
uniqueKeys
Map<K,V> uniqueKeys
uniqueInteger
int uniqueInteger
quoted
boolean quoted
schemaQuoted
boolean schemaQuoted
catalogQuoted
boolean catalogQuoted
checkConstraints
List<E> checkConstraints
rowId
String rowId
subselect
String subselect
isAbstract
boolean isAbstract
hasDenormalizedTables
boolean hasDenormalizedTables
comment
String comment
fetchMode
FetchMode fetchMode
referencedPropertyName
String referencedPropertyName
referencedEntityName
String referencedEntityName
embedded
boolean embedded
lazy
boolean lazy
unwrapProxy
boolean unwrapProxy
typeClass
String typeClass
parameters
Properties parameters
table
Table table
key
KeyValue key
Package org.hibernate.metamodel |
Package org.hibernate.metamodel.binding |
name
String name
strategy
String strategy
parameters
Map<K,V> parameters
name
String name
values
List<E> values
name
String name
typeClass
String typeClass
parameters
Map<K,V> parameters
Package org.hibernate.metamodel.relational |
exportIdentifier
String exportIdentifier
dialectScopes
Set<E> dialectScopes
defaultSchema
Schema defaultSchema
createString
String createString
dropString
String dropString
length
long length
precision
int precision
scale
int scale
lobMultiplier
Size.LobMultiplier lobMultiplier
Package org.hibernate.metamodel.source |
origin
Origin origin
xsdName
String xsdName
Package org.hibernate.metamodel.source.annotations |
Package org.hibernate.metamodel.source.annotations.xml.mocker |
access
JaxbAccessType access
packageName
String packageName
schema
String schema
catalog
String catalog
metadataComplete
Boolean metadataComplete
cascadePersist
Boolean cascadePersist
Package org.hibernate.metamodel.source.internal |
serviceRegistry
ServiceRegistry serviceRegistry
options
Metadata.Options options
classLoaderService
Value<T> classLoaderService
persisterClassResolverService
Value<T> persisterClassResolverService
typeResolver
TypeResolver typeResolver
sessionFactoryBuilder
SessionFactoryBuilder sessionFactoryBuilder
identifierGeneratorFactory
MutableIdentifierGeneratorFactory identifierGeneratorFactory
database
Database database
mappingDefaults
MappingDefaults mappingDefaults
entityBindingMap
Map<K,V> entityBindingMap
- Maps the fully qualified class name of an entity to its entity binding
collectionBindingMap
Map<K,V> collectionBindingMap
fetchProfiles
Map<K,V> fetchProfiles
imports
Map<K,V> imports
typeDefs
Map<K,V> typeDefs
idGenerators
Map<K,V> idGenerators
namedQueryDefs
Map<K,V> namedQueryDefs
namedNativeQueryDefs
Map<K,V> namedNativeQueryDefs
resultSetMappings
Map<K,V> resultSetMappings
filterDefs
Map<K,V> filterDefs
globallyQuotedIdentifiers
boolean globallyQuotedIdentifiers
globalMetaAttributeContext
MetaAttributeContext globalMetaAttributeContext
Package org.hibernate.persister.entity |
underlyingType
Type underlyingType
persister
Loadable persister
Package org.hibernate.persister.internal |
serviceRegistry
ServiceRegistryImplementor serviceRegistry
Package org.hibernate.persister.spi |
Package org.hibernate.property |
readResolve
Object readResolve()
clazz
Class<T> clazz
propertyName
String propertyName
readResolve
Object readResolve()
clazz
Class<T> clazz
propertyName
String propertyName
readResolve
Object readResolve()
clazz
Class<T> clazz
name
String name
readResolve
Object readResolve()
clazz
Class<T> clazz
name
String name
clazz
Class<T> clazz
clazz
Class<T> clazz
name
String name
name
String name
Package org.hibernate.proxy |
entityName
String entityName
id
Serializable id
readOnly
Boolean readOnly
Package org.hibernate.proxy.dom4j |
writeReplace
public Object writeReplace()
li
Dom4jLazyInitializer li
Package org.hibernate.proxy.map |
writeReplace
public Object writeReplace()
li
MapLazyInitializer li
Package org.hibernate.proxy.pojo.javassist |
persistentClass
Class<T> persistentClass
entityName
String entityName
interfaces
Class<T>[] interfaces
getIdentifierMethod
Method getIdentifierMethod
setIdentifierMethod
Method setIdentifierMethod
componentIdType
CompositeType componentIdType
factory
Class<T> factory
overridesEquals
boolean overridesEquals
readResolve
private Object readResolve()
persistentClass
Class<T> persistentClass
interfaces
Class<T>[] interfaces
getIdentifierMethodClass
Class<T> getIdentifierMethodClass
setIdentifierMethodClass
Class<T> setIdentifierMethodClass
getIdentifierMethodName
String getIdentifierMethodName
setIdentifierMethodName
String setIdentifierMethodName
setIdentifierMethodParams
Class<T>[] setIdentifierMethodParams
componentIdType
CompositeType componentIdType
Package org.hibernate.secure.internal |
actions
String actions
contextId
String contextId
contextId
String contextId
contextId
String contextId
contextId
String contextId
Package org.hibernate.service |
serviceRole
Class<T> serviceRole
Package org.hibernate.service.classloading.internal |
classClassLoader
ClassLoader classClassLoader
resourcesClassLoader
ClassLoader resourcesClassLoader
Package org.hibernate.service.classloading.spi |
Package org.hibernate.service.config.internal |
settings
Map<K,V> settings
Package org.hibernate.service.config.spi |
Package org.hibernate.service.internal |
theBasicServiceRegistry
ServiceRegistryImplementor theBasicServiceRegistry
Package org.hibernate.service.jdbc.connections.internal |
ds
DataSource ds
isolation
Integer isolation
autocommit
boolean autocommit
serviceRegistry
ServiceRegistryImplementor serviceRegistry
serialVersionUID: 1L
log
org.jboss.logging.Logger log
dataSource
DataSource dataSource
user
String user
pass
String pass
useCredentials
boolean useCredentials
jndiService
JndiService jndiService
available
boolean available
url
String url
connectionProps
Properties connectionProps
isolation
Integer isolation
poolSize
int poolSize
autocommit
boolean autocommit
pool
ArrayList<E> pool
checkedOut
int checkedOut
stopped
boolean stopped
proxoolAlias
String proxoolAlias
existingPool
boolean existingPool
isolation
Integer isolation
autocommit
boolean autocommit
serialVersionUID: 1L
log
org.jboss.logging.Logger log
Package org.hibernate.service.jdbc.connections.spi |
dataSourceMap
Map<K,V> dataSourceMap
jndiService
JndiService jndiService
tenantIdentifierForAny
String tenantIdentifierForAny
baseJndiNamespace
String baseJndiNamespace
Package org.hibernate.service.jdbc.dialect.internal |
matchingName
String matchingName
matchingVersion
int matchingVersion
dialectClass
Class<T> dialectClass
classLoaderService
ClassLoaderService classLoaderService
dialectResolver
DialectResolver dialectResolver
resolvers
List<E> resolvers
Package org.hibernate.service.jdbc.dialect.spi |
Package org.hibernate.service.jmx.internal |
usePlatformServer
boolean usePlatformServer
agentId
String agentId
defaultDomain
String defaultDomain
sessionFactoryName
String sessionFactoryName
startedServer
boolean startedServer
registeredMBeans
ArrayList<E> registeredMBeans
Package org.hibernate.service.jmx.spi |
Package org.hibernate.service.jndi |
Package org.hibernate.service.jndi.internal |
initialContextSettings
Hashtable<K,V> initialContextSettings
Package org.hibernate.service.jndi.spi |
Package org.hibernate.service.jta.platform.internal |
cacheTransactionManager
boolean cacheTransactionManager
cacheUserTransaction
boolean cacheUserTransaction
serviceRegistry
ServiceRegistryImplementor serviceRegistry
tmSynchronizationStrategy
JtaSynchronizationStrategy tmSynchronizationStrategy
transactionManager
TransactionManager transactionManager
userTransaction
UserTransaction userTransaction
synchronizationRegistryAccess
SynchronizationRegistryAccess synchronizationRegistryAccess
transactionManagerAccess
TransactionManagerAccess transactionManagerAccess
lookup
TransactionManagerLookup lookup
jndiProperties
Properties jndiProperties
transactionManagerAccessClass
Class<T> transactionManagerAccessClass
webSphereVersion
int webSphereVersion
Package org.hibernate.service.jta.platform.spi |
Package org.hibernate.service.spi |
Package org.hibernate.sql.ordering.antlr |
resolved
boolean resolved
ordering
OrderingSpecification.Ordering ordering
Package org.hibernate.stat |
Package org.hibernate.stat.internal |
categoryName
String categoryName
loadCount
AtomicLong loadCount
fetchCount
AtomicLong fetchCount
updateCount
AtomicLong updateCount
removeCount
AtomicLong removeCount
recreateCount
AtomicLong recreateCount
loadCount
AtomicLong loadCount
updateCount
AtomicLong updateCount
insertCount
AtomicLong insertCount
deleteCount
AtomicLong deleteCount
fetchCount
AtomicLong fetchCount
optimisticFailureCount
AtomicLong optimisticFailureCount
serialVersionUID: 1L
hitCount
AtomicLong hitCount
missCount
AtomicLong missCount
putCount
AtomicLong putCount
executionCount
AtomicLong executionCount
executionMaxTime
AtomicLong executionMaxTime
executionMinTime
AtomicLong executionMinTime
totalExecutionTime
AtomicLong totalExecutionTime
readLock
Lock readLock
writeLock
Lock writeLock
cacheHitCount
AtomicLong cacheHitCount
cacheMissCount
AtomicLong cacheMissCount
cachePutCount
AtomicLong cachePutCount
executionCount
AtomicLong executionCount
executionRowCount
AtomicLong executionRowCount
executionMaxTime
AtomicLong executionMaxTime
executionMinTime
AtomicLong executionMinTime
totalExecutionTime
AtomicLong totalExecutionTime
readLock
Lock readLock
writeLock
Lock writeLock
hitCount
AtomicLong hitCount
missCount
AtomicLong missCount
putCount
AtomicLong putCount
sessionFactory
SessionFactoryImplementor sessionFactory
isStatisticsEnabled
boolean isStatisticsEnabled
startTime
long startTime
sessionOpenCount
AtomicLong sessionOpenCount
sessionCloseCount
AtomicLong sessionCloseCount
flushCount
AtomicLong flushCount
connectCount
AtomicLong connectCount
prepareStatementCount
AtomicLong prepareStatementCount
closeStatementCount
AtomicLong closeStatementCount
entityLoadCount
AtomicLong entityLoadCount
entityUpdateCount
AtomicLong entityUpdateCount
entityInsertCount
AtomicLong entityInsertCount
entityDeleteCount
AtomicLong entityDeleteCount
entityFetchCount
AtomicLong entityFetchCount
collectionLoadCount
AtomicLong collectionLoadCount
collectionUpdateCount
AtomicLong collectionUpdateCount
collectionRemoveCount
AtomicLong collectionRemoveCount
collectionRecreateCount
AtomicLong collectionRecreateCount
collectionFetchCount
AtomicLong collectionFetchCount
secondLevelCacheHitCount
AtomicLong secondLevelCacheHitCount
secondLevelCacheMissCount
AtomicLong secondLevelCacheMissCount
secondLevelCachePutCount
AtomicLong secondLevelCachePutCount
naturalIdCacheHitCount
AtomicLong naturalIdCacheHitCount
naturalIdCacheMissCount
AtomicLong naturalIdCacheMissCount
naturalIdCachePutCount
AtomicLong naturalIdCachePutCount
naturalIdQueryExecutionCount
AtomicLong naturalIdQueryExecutionCount
naturalIdQueryExecutionMaxTime
AtomicLong naturalIdQueryExecutionMaxTime
naturalIdQueryExecutionMaxTimeRegion
String naturalIdQueryExecutionMaxTimeRegion
queryExecutionCount
AtomicLong queryExecutionCount
queryExecutionMaxTime
AtomicLong queryExecutionMaxTime
queryExecutionMaxTimeQueryString
String queryExecutionMaxTimeQueryString
queryCacheHitCount
AtomicLong queryCacheHitCount
queryCacheMissCount
AtomicLong queryCacheMissCount
queryCachePutCount
AtomicLong queryCachePutCount
updateTimestampsCacheHitCount
AtomicLong updateTimestampsCacheHitCount
updateTimestampsCacheMissCount
AtomicLong updateTimestampsCacheMissCount
updateTimestampsCachePutCount
AtomicLong updateTimestampsCachePutCount
committedTransactionCount
AtomicLong committedTransactionCount
transactionCount
AtomicLong transactionCount
optimisticFailureCount
AtomicLong optimisticFailureCount
naturalIdCacheStatistics
ConcurrentMap<K,V> naturalIdCacheStatistics
- natural id cache statistics per region
secondLevelCacheStatistics
ConcurrentMap<K,V> secondLevelCacheStatistics
- second level cache statistics per region
entityStatistics
ConcurrentMap<K,V> entityStatistics
- entity statistics per name
collectionStatistics
ConcurrentMap<K,V> collectionStatistics
- collection statistics per name
queryStatistics
ConcurrentMap<K,V> queryStatistics
- entity statistics per query string (HQL or SQL)
Package org.hibernate.stat.spi |
Package org.hibernate.testing.async |
Package org.hibernate.testing.cache |
Class org.hibernate.testing.cache.AbstractReadWriteAccessStrategy.Item extends Object implements Serializable |
serialVersionUID: 1L
value
Object value
version
Object version
timestamp
long timestamp
Class org.hibernate.testing.cache.AbstractReadWriteAccessStrategy.Lock extends Object implements Serializable |
serialVersionUID: 2L
sourceUuid
UUID sourceUuid
lockId
long lockId
version
Object version
timeout
long timeout
concurrent
boolean concurrent
multiplicity
int multiplicity
unlockTimestamp
long unlockTimestamp
settings
Settings settings
Package org.hibernate.testing.jta |
delegate
DriverManagerConnectionProviderImpl delegate
nonEnlistedConnections
List<E> nonEnlistedConnections
transactionManager
TransactionManager transactionManager
userTransaction
UserTransaction userTransaction
synchronizationRegistry
TransactionSynchronizationRegistry synchronizationRegistry
synchronizationStrategy
JtaSynchronizationStrategy synchronizationStrategy
Package org.hibernate.testing.junit4 |
Class org.hibernate.testing.junit4.FailureExpectedHandler.FailureExpectedTestPassedException extends Exception implements Serializable |
Package org.hibernate.tool.hbm2ddl |
Package org.hibernate.transform |
constructor
Constructor<T> constructor
resultClass
Class<T> resultClass
isInitialized
boolean isInitialized
aliases
String[] aliases
setters
Setter[] setters
readResolve
private Object readResolve()
- Serialization hook for ensuring singleton uniqueing.
tupleLength
int tupleLength
tupleSubsetLength
int tupleSubsetLength
includeInTuple
boolean[] includeInTuple
includeInTransformIndex
int[] includeInTransformIndex
readResolve
private Object readResolve()
- Serialization hook for ensuring singleton uniqueing.
readResolve
private Object readResolve()
- Serialization hook for ensuring singleton uniqueing.
readResolve
private Object readResolve()
- Serialization hook for ensuring singleton uniqueing.
readResolve
private Object readResolve()
- Serialization hook for ensuring singleton uniqueing.
readResolve
private Object readResolve()
- Serialization hook for ensuring singleton uniqueing.
Package org.hibernate.tuple |
nodeName
String nodeName
isInstanceNodeNames
HashSet<E> isInstanceNodeNames
entityName
String entityName
isInstanceEntityNames
Set<E> isInstanceEntityNames
element
org.dom4j.Element element
parent
org.dom4j.Element parent
virtual
boolean virtual
embedded
boolean embedded
unsavedValue
IdentifierValue unsavedValue
identifierGenerator
IdentifierGenerator identifierGenerator
identifierAssignedByInsert
boolean identifierAssignedByInsert
hasIdentifierMapper
boolean hasIdentifierMapper
readObject
private void readObject(ObjectInputStream stream)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
mappedClass
Class<T> mappedClass
embeddedIdentifier
boolean embeddedIdentifier
proxyInterface
Class<T> proxyInterface
isAbstract
boolean isAbstract
name
String name
node
String node
type
Type type
lazy
boolean lazy
insertable
boolean insertable
updateable
boolean updateable
insertGenerated
boolean insertGenerated
updateGenerated
boolean updateGenerated
nullable
boolean nullable
dirtyCheckable
boolean dirtyCheckable
versionable
boolean versionable
cascadeStyle
CascadeStyle cascadeStyle
fetchMode
FetchMode fetchMode
unsavedValue
VersionValue unsavedValue
Package org.hibernate.tuple.component |
getters
Getter[] getters
setters
Setter[] setters
propertySpan
int propertySpan
instantiator
Instantiator instantiator
hasCustomAccessors
boolean hasCustomAccessors
role
String role
isKey
boolean isKey
properties
StandardProperty[] properties
entityMode
EntityMode entityMode
componentTuplizer
ComponentTuplizer componentTuplizer
propertySpan
int propertySpan
propertyIndexes
Map<K,V> propertyIndexes
defaultImplClassByMode
Map<K,V> defaultImplClassByMode
componentClass
Class<T> componentClass
optimizer
ReflectionOptimizer optimizer
parentGetter
Getter parentGetter
parentSetter
Setter parentSetter
Package org.hibernate.tuple.entity |
sessionFactory
SessionFactoryImplementor sessionFactory
name
String name
rootName
String rootName
entityType
EntityType entityType
identifierProperty
IdentifierProperty identifierProperty
versioned
boolean versioned
propertySpan
int propertySpan
versionPropertyIndex
int versionPropertyIndex
properties
StandardProperty[] properties
propertyNames
String[] propertyNames
propertyTypes
Type[] propertyTypes
propertyLaziness
boolean[] propertyLaziness
propertyUpdateability
boolean[] propertyUpdateability
nonlazyPropertyUpdateability
boolean[] nonlazyPropertyUpdateability
propertyCheckability
boolean[] propertyCheckability
propertyInsertability
boolean[] propertyInsertability
insertInclusions
ValueInclusion[] insertInclusions
updateInclusions
ValueInclusion[] updateInclusions
propertyNullability
boolean[] propertyNullability
propertyVersionability
boolean[] propertyVersionability
cascadeStyles
CascadeStyle[] cascadeStyles
hasInsertGeneratedValues
boolean hasInsertGeneratedValues
hasUpdateGeneratedValues
boolean hasUpdateGeneratedValues
propertyIndexes
Map<K,V> propertyIndexes
hasCollections
boolean hasCollections
hasMutableProperties
boolean hasMutableProperties
hasLazyProperties
boolean hasLazyProperties
hasNonIdentifierPropertyNamedId
boolean hasNonIdentifierPropertyNamedId
naturalIdPropertyNumbers
int[] naturalIdPropertyNumbers
hasImmutableNaturalId
boolean hasImmutableNaturalId
hasCacheableNaturalId
boolean hasCacheableNaturalId
lazy
boolean lazy
hasCascades
boolean hasCascades
mutable
boolean mutable
isAbstract
boolean isAbstract
selectBeforeUpdate
boolean selectBeforeUpdate
dynamicUpdate
boolean dynamicUpdate
dynamicInsert
boolean dynamicInsert
optimisticLockStyle
OptimisticLockStyle optimisticLockStyle
polymorphic
boolean polymorphic
superclass
String superclass
explicitPolymorphism
boolean explicitPolymorphism
inherited
boolean inherited
hasSubclasses
boolean hasSubclasses
subclassEntityNames
Set<E> subclassEntityNames
entityNameByInheritenceClassMap
Map<K,V> entityNameByInheritenceClassMap
entityMode
EntityMode entityMode
entityTuplizer
EntityTuplizer entityTuplizer
instrumentationMetadata
EntityInstrumentationMetadata instrumentationMetadata
defaultImplClassByMode
Map<K,V> defaultImplClassByMode
Package org.hibernate.type |
dictatedSize
Size dictatedSize
sqlTypeDescriptor
SqlTypeDescriptor sqlTypeDescriptor
javaTypeDescriptor
JavaTypeDescriptor<T> javaTypeDescriptor
baseMutableType
AbstractStandardBasicType<T> baseMutableType
identifierType
Type identifierType
metaType
Type metaType
entityName
String entityName
id
Serializable id
elementClass
Class<T> elementClass
arrayClass
Class<T> arrayClass
registry
Map<K,V> registry
locked
boolean locked
stringValueTrue
String stringValueTrue
- Deprecated.
stringValueFalse
String stringValueFalse
- Deprecated.
typeScope
TypeFactory.TypeScope typeScope
role
String role
foreignKeyPropertyName
String foreignKeyPropertyName
isEmbeddedInXML
boolean isEmbeddedInXML
typeScope
TypeFactory.TypeScope typeScope
propertyNames
String[] propertyNames
propertyTypes
Type[] propertyTypes
propertyNullability
boolean[] propertyNullability
propertySpan
int propertySpan
cascade
CascadeStyle[] cascade
joinedFetch
FetchMode[] joinedFetch
isKey
boolean isKey
entityMode
EntityMode entityMode
componentTuplizer
ComponentTuplizer componentTuplizer
userType
CompositeUserType userType
registrationKeys
String[] registrationKeys
name
String name
customLogging
boolean customLogging
userType
UserCollectionType userType
customLogging
boolean customLogging
userType
UserType userType
name
String name
types
int[] types
dictatedSizes
Size[] dictatedSizes
defaultSizes
Size[] defaultSizes
customLogging
boolean customLogging
registrationKeys
String[] registrationKeys
scope
TypeFactory.TypeScope scope
associatedEntityName
String associatedEntityName
uniqueKeyPropertyName
String uniqueKeyPropertyName
isEmbeddedInXML
boolean isEmbeddedInXML
eager
boolean eager
unwrapProxy
boolean unwrapProxy
enumClass
Class<T> enumClass
sqlType
int sqlType
ignoreNotFound
boolean ignoreNotFound
isLogicalOneToOne
boolean isLogicalOneToOne
values
Map<K,V> values
keys
Map<K,V> keys
baseType
Type baseType
dictatedSize
Size dictatedSize
- Deprecated.
foreignKeyType
ForeignKeyDirection foreignKeyType
propertyName
String propertyName
entityName
String entityName
serializableClass
Class<T> serializableClass
type
SerializableType<T extends Serializable> type
serializableClass
Class<T> serializableClass
comparator
Comparator<T> comparator
comparator
Comparator<T> comparator
typeScope
org.hibernate.type.TypeFactory.TypeScopeImpl typeScope
basicTypeRegistry
BasicTypeRegistry basicTypeRegistry
typeFactory
TypeFactory typeFactory
Package org.hibernate.type.descriptor.java |
type
Class<T> type
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
comparator
Comparator<T> comparator
characterValueTrue
char characterValueTrue
characterValueFalse
char characterValueFalse
characterValueTrueLC
char characterValueTrueLC
stringValueTrue
String stringValueTrue
stringValueFalse
String stringValueFalse
type
Class<T> type
Package org.hibernate.type.descriptor.sql |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.