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
aliasSpecificLockModes
Map<K,V> aliasSpecificLockModes
timeout
int timeout
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
name
String name
identifier
Serializable identifier
entityName
String entityName
identifier
Serializable identifier
entityName
String entityName
Package org.hibernate.action.internal |
affectedTableSpaces
Serializable[] affectedTableSpaces
entityCleanups
Set<E> entityCleanups
collectionCleanups
Set<E> collectionCleanups
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
isDelayed
boolean isDelayed
delayedEntityKey
EntityKey delayedEntityKey
generatedId
Serializable generatedId
state
Object[] state
version
Object version
cacheEntry
Object cacheEntry
state
Object[] state
previousState
Object[] previousState
previousVersion
Object previousVersion
dirtyFields
int[] dirtyFields
hasDirtyCollection
boolean hasDirtyCollection
rowId
Object rowId
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.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
allRegions
ConcurrentMap<K,V> allRegions
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
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
Class org.hibernate.cache.spi.QueryKeyTest.AClass extends Object implements Serializable |
propAccessedByField
String propAccessedByField
propAccessedByMethod
String propAccessedByMethod
propValue
int propValue
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
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
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.internal |
factory
SessionFactoryImplementor factory
factory
SessionFactoryImplementor factory
factory
SessionFactoryImplementor factory
factory
SessionFactory factory
Package org.hibernate.context.spi |
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
criteria
List<E> criteria
op
String op
propertyName
String propertyName
value
Object value
escapeChar
Character escapeChar
ignoreCase
boolean ignoreCase
lhs
Criterion lhs
rhs
Criterion rhs
op
String op
conjunction
Junction 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
Class org.hibernate.dialect.TestingDialects.ErrorDialectResolver1 extends AbstractDialectResolver implements Serializable |
Class org.hibernate.dialect.TestingDialects.ErrorDialectResolver2 extends AbstractDialectResolver implements Serializable |
Class org.hibernate.dialect.TestingDialects.MyDialectResolver1 extends AbstractDialectResolver implements Serializable |
Class org.hibernate.dialect.TestingDialects.MyDialectResolver2 extends BasicDialectResolver implements Serializable |
Class org.hibernate.dialect.TestingDialects.MyOverridingDialectResolver1 extends BasicDialectResolver implements Serializable |
Package org.hibernate.dialect.lock |
entity
Object entity
Package org.hibernate.ejb |
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
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.
sessionFactory
SessionFactory sessionFactory
transactionType
PersistenceUnitTransactionType transactionType
discardOnClose
boolean discardOnClose
sessionInterceptorClass
Class<T> sessionInterceptorClass
criteriaBuilder
CriteriaBuilderImpl criteriaBuilder
metamodel
Metamodel metamodel
util
org.hibernate.ejb.EntityManagerFactoryImpl.HibernatePersistenceUnitUtil util
properties
Map<K,V> properties
entityManagerFactoryName
String entityManagerFactoryName
cache
PersistenceUtilHelper.MetadataCache cache
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.idclass |
serialVersionUID: 9122480802791185646L
name
String name
type
String type
serialVersionUID: 9122480802791185644L
code
String code
division
String division
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
Class org.hibernate.ejb.metamodel.Address extends Object implements Serializable |
id
String id
street
String street
city
String city
state
String state
zip
String zip
phones
Collection<E> phones
Class org.hibernate.ejb.metamodel.Alias extends Object implements Serializable |
id
String id
alias
String alias
customerNoop
org.hibernate.ejb.metamodel.Customer customerNoop
customersNoop
Collection<E> customersNoop
customers
Collection<E> customers
clazz
Class<T> clazz
persistenceType
Type.PersistenceType persistenceType
Class org.hibernate.ejb.metamodel.Country extends Object implements Serializable |
country
String country
code
String code
Class org.hibernate.ejb.metamodel.CreditCard extends Object implements Serializable |
id
String id
number
String number
type
String type
expires
String expires
approved
boolean approved
balance
double balance
order
org.hibernate.ejb.metamodel.Order order
customer
org.hibernate.ejb.metamodel.Customer customer
Class org.hibernate.ejb.metamodel.Customer extends Object implements Serializable |
id
String id
name
String name
age
Integer age
home
org.hibernate.ejb.metamodel.Address home
work
org.hibernate.ejb.metamodel.Address work
country
org.hibernate.ejb.metamodel.Country country
spouse
org.hibernate.ejb.metamodel.Spouse spouse
creditCards
Collection<E> creditCards
orders
Collection<E> orders
aliases
Collection<E> aliases
aliasesNoop
Collection<E> aliasesNoop
parent
AbstractManagedType<X> parent
hibernateType
ComponentType hibernateType
jpaEntityName
String jpaEntityName
Class org.hibernate.ejb.metamodel.Info extends Object implements Serializable |
id
String id
street
String street
city
String city
state
String state
zip
String zip
spouse
org.hibernate.ejb.metamodel.Spouse spouse
Class org.hibernate.ejb.metamodel.LineItem extends Object implements Serializable |
id
String id
quantity
int quantity
order
org.hibernate.ejb.metamodel.Order order
product
org.hibernate.ejb.metamodel.Product product
entities
Map<K,V> entities
embeddables
Map<K,V> embeddables
Class org.hibernate.ejb.metamodel.Order extends Object implements Serializable |
id
String id
totalPrice
double totalPrice
customer
org.hibernate.ejb.metamodel.Customer customer
creditCard
org.hibernate.ejb.metamodel.CreditCard creditCard
sampleLineItem
org.hibernate.ejb.metamodel.LineItem sampleLineItem
lineItems
Collection<E> lineItems
domen
char[] domen
number
byte[] number
Class org.hibernate.ejb.metamodel.Phone extends Object implements Serializable |
id
String id
area
String area
number
String number
address
org.hibernate.ejb.metamodel.Address address
types
Set<E> types
elementType
Type<X> elementType
Class org.hibernate.ejb.metamodel.Product extends Object implements Serializable |
id
String id
name
String name
price
double price
rating
float rating
quantity
int quantity
partNumber
long partNumber
someBigInteger
BigInteger someBigInteger
someBigDecimal
BigDecimal someBigDecimal
wareHouse
String wareHouse
shelfLife
org.hibernate.ejb.metamodel.ShelfLife shelfLife
Class org.hibernate.ejb.metamodel.ShelfLife extends Object implements Serializable |
inceptionDate
Date inceptionDate
soldDate
Date soldDate
isIdentifier
boolean isIdentifier
isVersion
boolean isVersion
isOptional
boolean isOptional
attributeType
Type<X> attributeType
Class org.hibernate.ejb.metamodel.Spouse extends Object implements Serializable |
id
String id
first
String first
maiden
String maiden
last
String last
sNumber
String sNumber
info
org.hibernate.ejb.metamodel.Info info
customer
org.hibernate.ejb.metamodel.Customer customer
Package org.hibernate.ejb.test.cascade |
id
Long id
date
Date date
extractionDocument
ExtractionDocumentInfo extractionDocument
id
Long id
body
byte[] body
documentInfo
ExtractionDocumentInfo documentInfo
id
Long id
lastModified
Date lastModified
conference
Conference conference
documents
List<E> documents
id
Integer id
name
String name
troop
Troop troop
id
Integer id
name
String name
troop
Troop2 troop
id
Integer id
name
String name
soldiers
Set<E> soldiers
id
Integer id
name
String name
Package org.hibernate.ejb.test.emops |
lives
int lives
id
int id
name
String name
pet
Pet pet
numBones
int numBones
id
int id
name
String name
weight
double weight
Package org.hibernate.ejb.test.exception |
id
Integer id
version
Integer version
name
String name
id
Integer id
name
String name
favouriteMusic
Music favouriteMusic
Package org.hibernate.ejb.test.lob |
id
long id
image
Blob image
text
Clob text
Package org.hibernate.ejb.test.ops |
id
Integer id
employers
Collection<E> employers
id
Integer id
employees
Collection<E> employees
Package org.hibernate.ejb.test.util |
type
String type
classification
String classification
model
String model
brand
String brand
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.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
sqlParamMetadataCache
SimpleMRUCache sqlParamMetadataCache
- 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...
planCache
SoftLimitMRUCache planCache
- the cache of the actual plans...
factory
SessionFactoryImplementor factory
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
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.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.envers.test.entities.components |
id
Long id
data1
String data1
data2
String data2
Package org.hibernate.envers.test.entities.customtype |
prop1
String prop1
prop2
int prop2
Package org.hibernate.envers.test.entities.ids |
x
Date x
y
Date y
x
Integer x
y
Integer y
x
Integer x
customEnum
CustomEnum customEnum
id
ManyToOneNotAuditedEmbId id
data
String data
id
UnversionedStrTestEntity id
id1
Integer id1
id2
Integer id2
Package org.hibernate.envers.test.entities.onetomany |
serialVersionUID: -1694020123633796683L
id
Integer id
data
String data
reffering
Collection<E> reffering
serialVersionUID: -9019967223928425707L
id
Integer id
data
String data
reference
CollectionRefEdEntity reference
Package org.hibernate.envers.test.entities.reventity.trackmodifiedentities |
comment
String comment
Package org.hibernate.envers.test.integration.collection.norevision |
id
Integer id
name
String name
person
Person person
id
Integer id
names
Set<E> names
Package org.hibernate.envers.test.integration.data |
serialVersionUID: 982352321924L
data
String data
Package org.hibernate.envers.test.integration.inheritance.joined.notownedrelation |
id
Long id
address1
String address1
contact
Contact contact
id
Long id
email
String email
addresses
Set<E> addresses
firstname
String firstname
Package org.hibernate.envers.test.integration.inheritance.mixed.entities |
id
ActivityId id
sequenceNumber
Integer sequenceNumber
durationInMinutes
Integer durationInMinutes
relatedActivity
Activity relatedActivity
id
Integer id
id2
Integer id2
Package org.hibernate.envers.test.integration.inheritance.single.notownedrelation |
id
Long id
address1
String address1
contact
Contact contact
id
Long id
email
String email
addresses
Set<E> addresses
firstname
String firstname
Package org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation |
id
Long id
address1
String address1
contact
Contact contact
id
Long id
email
String email
addresses
Set<E> addresses
firstname
String firstname
Package org.hibernate.envers.test.integration.naming.ids |
x
Integer x
y
Integer y
id1
Integer id1
id2
Integer id2
Package org.hibernate.envers.test.integration.reventity |
Package org.hibernate.envers.test.integration.superclass.auditoverride |
id
Integer id
str1
String str1
number1
Integer number1
str2
String str2
id
Integer id
str1
String str1
number1
Integer number1
str2
String str2
str2
String str2
str2
String str2
number2
Integer number2
str2
String str2
id
Integer id
str1
String str1
number1
Integer number1
str2
String str2
str3
String str3
Package org.hibernate.envers.tools |
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.envers.tools.ConcurrentReferenceHashMap.Segment<K,V>[] segments
- The segments, each of which is a specialized hash table
identityComparisons
boolean identityComparisons
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
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 |
extracter
ViolatedConstraintNameExtracter extracter
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
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 |
key
Object key
serialVersionUID: -5522608033020688048L
maxEntries
int maxEntries
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
strongReferenceCount
int strongReferenceCount
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
strongRefCount
int strongRefCount
softRefCount
int softRefCount
Package org.hibernate.internal.util.compare |
Package org.hibernate.internal.util.config |
Package org.hibernate.internal.util.xml |
error
SAXParseException error
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
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
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.instrumentation.internal |
isInstrumentedCache
ConcurrentHashMap<K,V> isInstrumentedCache
Package org.hibernate.service.instrumentation.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
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 |