tableNameBinding
Map tableNameBinding
- binding between logical table name and physical one (ie after the naming strategy has been applied)
logicalToPhysical
Map logicalToPhysical
physicalToLogical
Map physicalToLogical
logicalName
String logicalName
denormalizedSupertable
Table denormalizedSupertable
queryElem
org.dom4j.Element queryElem
path
String path
mappings
Mappings mappings
element
org.dom4j.Element element
path
String path
mappings
Mappings mappings
|
Package org.hibernate.classic |
|
Package org.hibernate.collection |
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 bag
element
org.dom4j.Element element
values
List values
identifiers
Map identifiers
element
org.dom4j.Element element
list
List list
map
Map map
set
Set set
comparator
Comparator comparator
comparator
Comparator comparator
|
Package org.hibernate.context |
factory
SessionFactoryImplementor factory
factory
SessionFactoryImplementor factory
factory
SessionFactoryImplementor factory
factory
SessionFactory factory
|
Package org.hibernate.criterion |
propertyName
String propertyName
propertyName
String propertyName
aggregate
String aggregate
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 excludedProperties
selector
Example.PropertySelector selector
isLikeEnabled
boolean isLikeEnabled
isIgnoreCaseEnabled
boolean isIgnoreCaseEnabled
matchMode
MatchMode matchMode
value
Object value
grouped
boolean grouped
propertyName
String propertyName
value
Object value
propertyName
String propertyName
values
Object[] values
criteria
List criteria
op
String op
lhs
Criterion lhs
rhs
Criterion rhs
op
String op
readResolve
private Object readResolve()
name
String name
conjunction
Junction conjunction
criterion
Criterion criterion
propertyName
String propertyName
propertyName
String propertyName
ascending
boolean ascending
ignoreCase
boolean ignoreCase
propertyName
String propertyName
elements
List elements
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
|
Package org.hibernate.engine |
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
session
SessionImplementor session
insertions
ArrayList insertions
deletions
ArrayList deletions
updates
ArrayList updates
collectionCreations
ArrayList collectionCreations
collectionUpdates
ArrayList collectionUpdates
collectionRemovals
ArrayList collectionRemovals
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
id
Serializable id
loadedState
Object[] loadedState
deletedState
Object[] deletedState
existsInDatabase
boolean existsInDatabase
version
Object version
entityMode
EntityMode entityMode
entityName
String entityName
isBeingReplicated
boolean isBeingReplicated
loadedWithLazyPropertiesUnfetched
boolean loadedWithLazyPropertiesUnfetched
identifier
Serializable identifier
rootEntityName
Serializable rootEntityName
entityName
String entityName
identifierType
Type identifierType
isBatchLoadable
boolean isBatchLoadable
factory
SessionFactoryImplementor factory
hashCode
int hashCode
entityMode
EntityMode entityMode
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
uniqueKeyName
String uniqueKeyName
entityName
String entityName
key
Object key
keyType
Type keyType
entityMode
EntityMode entityMode
hashCode
int hashCode
query
String query
cacheable
boolean cacheable
cacheRegion
String cacheRegion
timeout
Integer timeout
fetchSize
Integer fetchSize
flushMode
FlushMode flushMode
parameterTypes
Map parameterTypes
cacheMode
CacheMode cacheMode
readOnly
boolean readOnly
comment
String comment
queryReturns
SQLQueryReturn[] queryReturns
scalarReturns
SQLQueryScalarReturn[] scalarReturns
querySpaces
List querySpaces
callable
boolean callable
resultSetRef
String resultSetRef
entityQueryReturns
List entityQueryReturns
- List
scalarQueryReturns
List scalarQueryReturns
- List
name
String name
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
session
SessionImplementor session
entitiesByKey
Map entitiesByKey
entitiesByUniqueKey
Map entitiesByUniqueKey
entitySnapshotsByKey
Map entitySnapshotsByKey
collectionsByKey
Map collectionsByKey
nullifiableEntityKeys
HashSet nullifiableEntityKeys
hasNonReadOnlyEntities
boolean hasNonReadOnlyEntities
readResolve
private Object readResolve()
throws ObjectStreamException
name
String name
type
Type type
value
Object value
entityMode
EntityMode entityMode
|
Package org.hibernate.engine.query |
collectionRole
String collectionRole
sourceQuery
String sourceQuery
translators
QueryTranslator[] translators
sqlStrings
String[] sqlStrings
parameterMetadata
ParameterMetadata parameterMetadata
returnMetadata
ReturnMetadata returnMetadata
querySpaces
Set querySpaces
enabledFilterNames
Set enabledFilterNames
shallow
boolean shallow
name
String name
expectedType
Type expectedType
sourceLocations
int[] sourceLocations
sourceQuery
String sourceQuery
customQuery
SQLCustomQuery customQuery
ordinalPosition
int ordinalPosition
expectedType
Type expectedType
sourceLocation
int sourceLocation
ordinalDescriptors
OrdinalParameterDescriptor[] ordinalDescriptors
namedDescriptorMap
Map namedDescriptorMap
sourceQuery
String sourceQuery
parameterMetadata
ParameterMetadata parameterMetadata
returnAliases
String[] returnAliases
returnTypes
Type[] returnTypes
querySpaces
Set querySpaces
factory
SessionFactoryImplementor factory
sqlParamMetadataCache
SimpleMRUCache sqlParamMetadataCache
planCache
SoftLimitMRUCache planCache
returnAliases
String[] returnAliases
returnTypes
Type[] returnTypes
|
Package org.hibernate.event |
session
EventSource session
querySpaces
Set querySpaces
flushRequired
boolean flushRequired
object
Object object
entityName
String entityName
cascadeDeleteEnabled
boolean cascadeDeleteEnabled
dirty
boolean dirty
loadEventListeners
LoadEventListener[] loadEventListeners
saveOrUpdateEventListeners
SaveOrUpdateEventListener[] saveOrUpdateEventListeners
mergeEventListeners
MergeEventListener[] mergeEventListeners
persistEventListeners
PersistEventListener[] persistEventListeners
persistOnFlushEventListeners
PersistEventListener[] persistOnFlushEventListeners
replicateEventListeners
ReplicateEventListener[] replicateEventListeners
deleteEventListeners
DeleteEventListener[] deleteEventListeners
autoFlushEventListeners
AutoFlushEventListener[] autoFlushEventListeners
dirtyCheckEventListeners
DirtyCheckEventListener[] dirtyCheckEventListeners
flushEventListeners
FlushEventListener[] flushEventListeners
evictEventListeners
EvictEventListener[] evictEventListeners
lockEventListeners
LockEventListener[] lockEventListeners
refreshEventListeners
RefreshEventListener[] refreshEventListeners
flushEntityEventListeners
FlushEntityEventListener[] flushEntityEventListeners
initializeCollectionEventListeners
InitializeCollectionEventListener[] initializeCollectionEventListeners
postLoadEventListeners
PostLoadEventListener[] postLoadEventListeners
preLoadEventListeners
PreLoadEventListener[] preLoadEventListeners
preDeleteEventListeners
PreDeleteEventListener[] preDeleteEventListeners
preUpdateEventListeners
PreUpdateEventListener[] preUpdateEventListeners
preInsertEventListeners
PreInsertEventListener[] preInsertEventListeners
postDeleteEventListeners
PostDeleteEventListener[] postDeleteEventListeners
postUpdateEventListeners
PostUpdateEventListener[] postUpdateEventListeners
postInsertEventListeners
PostInsertEventListener[] postInsertEventListeners
postCommitDeleteEventListeners
PostDeleteEventListener[] postCommitDeleteEventListeners
postCommitUpdateEventListeners
PostUpdateEventListener[] postCommitUpdateEventListeners
postCommitInsertEventListeners
PostInsertEventListener[] postCommitInsertEventListeners
saveEventListeners
SaveOrUpdateEventListener[] saveEventListeners
updateEventListeners
SaveOrUpdateEventListener[] updateEventListeners
saveOrUpdateCopyEventListeners
MergeEventListener[] saveOrUpdateCopyEventListeners
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
collection
PersistentCollection collection
entityId
Serializable entityId
entityClassName
String entityClassName
instanceToLoad
Object instanceToLoad
lockMode
LockMode lockMode
isAssociationFetch
boolean isAssociationFetch
result
Object result
object
Object object
lockMode
LockMode lockMode
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
id
Serializable id
persister
EntityPersister persister
entity
Object entity
state
Object[] state
id
Serializable id
persister
EntityPersister persister
object
Object object
lockMode
LockMode lockMode
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.event.def |
|
Package org.hibernate.exception |
constraintName
String constraintName
nestable
Throwable nestable
- Holds the reference to the exception or error that we're
wrapping (which must be a
org.apache.commons.lang.exception.Nestable implementation).
delegate
NestableDelegate delegate
- The helper instance which contains much of the code which we
delegate to.
cause
Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
delegate
NestableDelegate delegate
- The helper instance which contains much of the code which we
delegate to.
cause
Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
|
Package org.hibernate.hql.ast |
cause
Throwable cause
showCauseMessage
boolean showCauseMessage
sqlLocations
int[] sqlLocations
expectedType
Type expectedType
|
Package org.hibernate.hql.ast.tree |
fromClause
FromClause fromClause
whereClause
antlr.collections.AST whereClause
alias
String alias
constructor
Constructor constructor
constructorArgumentTypes
Type[] constructorArgumentTypes
isMap
boolean isMap
isList
boolean isList
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
int 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 fromElements
fromElementByClassAlias
Map fromElementByClassAlias
fromElementByTableAlias
Map fromElementByTableAlias
fromElementsByPath
Map fromElementsByPath
collectionJoinFromElementsByPath
Map 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 childFromClauses
- Collection of FROM clauses of which this is the parent.
fromElementCounter
int fromElementCounter
- Counts the from elements as they are added.
impliedElements
List 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
FromElementType elementType
useWhereFragment
boolean useWhereFragment
destinations
List destinations
manyToMany
boolean manyToMany
adHocOnClauseFragment
String adHocOnClauseFragment
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
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
alias
String alias
prepared
boolean prepared
scalarSelect
boolean scalarSelect
fromElementsForLoad
List fromElementsForLoad
queryReturnTypes
Type[] queryReturnTypes
columnNames
String[][] columnNames
constructorNode
ConstructorNode constructorNode
collectionFromElements
List collectionFromElements
aliases
String[] aliases
joinFragment
JoinFragment joinFragment
fromElement
FromElement fromElement
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'.
|
Package org.hibernate.impl |
closed
boolean closed
flushMode
FlushMode flushMode
cacheMode
CacheMode cacheMode
sessionFlushMode
FlushMode sessionFlushMode
sessionCacheMode
CacheMode sessionCacheMode
criterionEntries
List criterionEntries
orderEntries
List orderEntries
projection
Projection projection
projectionCriteria
Criteria projectionCriteria
fetchModes
Map fetchModes
subcriteriaList
List subcriteriaList
entityOrClassName
String entityOrClassName
lockModes
Map lockModes
maxResults
Integer maxResults
firstResult
Integer firstResult
timeout
Integer timeout
fetchSize
Integer fetchSize
cacheable
boolean cacheable
cacheRegion
String cacheRegion
comment
String comment
rootAlias
String rootAlias
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
filterName
String filterName
parameters
Map parameters
readObject
private final void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private final void writeObject(ObjectOutputStream out)
throws IOException
readResolve
private Object readResolve()
throws ObjectStreamException
name
String name
uuid
String uuid
queryPlanCache
QueryPlanCache queryPlanCache
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
entityMode
EntityMode entityMode
autoClear
boolean autoClear
timestamp
long timestamp
flushMode
FlushMode flushMode
cacheMode
CacheMode cacheMode
actionQueue
ActionQueue actionQueue
persistenceContext
StatefulPersistenceContext persistenceContext
flushBeforeCompletionEnabled
boolean flushBeforeCompletionEnabled
autoCloseSessionEnabled
boolean autoCloseSessionEnabled
connectionReleaseMode
ConnectionReleaseMode connectionReleaseMode
fetchProfile
String fetchProfile
enabledFilters
Map enabledFilters
isRootSession
boolean isRootSession
childSessionsByEntityMode
Map childSessionsByEntityMode
jdbcContext
JDBCContext jdbcContext
temporaryPersistenceContext
PersistenceContext temporaryPersistenceContext
|
Package org.hibernate.intercept |
readObject
public Object readObject(Object target,
String name,
Object oldValue)
writeObject
public Object writeObject(Object target,
String name,
Object oldValue,
Object newValue)
uninitializedFields
Set uninitializedFields
entityName
String entityName
dirty
boolean dirty
|
Package org.hibernate.jdbc |
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Used during deserialization.
- Throws:
IOException - Indicates an I/O error reading the stream
ClassNotFoundException - Indicates resource class resolution.
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Used during serialization.
- Throws:
IOException - Indicates an I/O error writing to the stream
callback
ConnectionManager.Callback callback
releaseMode
ConnectionReleaseMode releaseMode
wasConnectionSupplied
boolean wasConnectionSupplied
isClosed
boolean isClosed
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
owner
JDBCContext.Context owner
connectionManager
ConnectionManager connectionManager
|
Package org.hibernate.jmx |
readResolve
private Object readResolve()
throws ObjectStreamException
uuid
String uuid
name
String name
|
Package org.hibernate.loader.custom |
ownerEntityName
String ownerEntityName
ownerProperty
String ownerProperty
ownerAlias
String ownerAlias
ownerProperty
String ownerProperty
alias
String alias
lockMode
LockMode lockMode
propertyResults
Map propertyResults
returnEntityName
String returnEntityName
|
Package org.hibernate.lob |
|
Package org.hibernate.mapping |
dialectScopes
HashSet dialectScopes
identifierTypeName
String identifierTypeName
metaTypeName
String metaTypeName
metaValues
Map metaValues
elementClassName
String elementClassName
collectionRole
String collectionRole
entityName
String entityName
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
owner
PersistentClass owner
referencedPropertyName
String referencedPropertyName
nodeName
String nodeName
elementNodeName
String elementNodeName
sorted
boolean sorted
comparator
Comparator comparator
comparatorClassName
String comparatorClassName
orphanDelete
boolean orphanDelete
batchSize
int batchSize
fetchMode
FetchMode fetchMode
embedded
boolean embedded
optimisticLocked
boolean optimisticLocked
collectionPersisterClass
Class collectionPersisterClass
typeName
String typeName
filters
Map filters
manyToManyFilters
Map manyToManyFilters
synchronizedTables
Set synchronizedTables
customSQLInsert
String customSQLInsert
customSQLUpdate
String customSQLUpdate
customSQLDelete
String customSQLDelete
customSQLDeleteAll
String customSQLDeleteAll
customInsertCallable
boolean customInsertCallable
customUpdateCallable
boolean customUpdateCallable
customDeleteCallable
boolean customDeleteCallable
customDeleteAllCallable
boolean customDeleteAllCallable
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
properties
ArrayList properties
componentClassName
String componentClassName
embedded
boolean embedded
parentProperty
String parentProperty
owner
PersistentClass owner
dynamic
boolean dynamic
metaAttributes
Map metaAttributes
nodeName
String nodeName
isKey
boolean isKey
tuplizerImpls
Map tuplizerImpls
name
String name
columns
List 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 referencedColumns
formula
String formula
uniqueInteger
int uniqueInteger
identifier
KeyValue identifier
table
Table table
columns
List columns
name
String name
collectionRole
String collectionRole
entityName
String entityName
index
Value index
indexNodeName
String indexNodeName
properties
ArrayList properties
table
Table table
key
KeyValue key
persistentClass
PersistentClass persistentClass
sequentialSelect
boolean sequentialSelect
inverse
boolean inverse
optional
boolean optional
customSQLInsert
String customSQLInsert
customSQLUpdate
String customSQLUpdate
customSQLDelete
String customSQLDelete
customInsertCallable
boolean customInsertCallable
customUpdateCallable
boolean customUpdateCallable
customDeleteCallable
boolean customDeleteCallable
table
Table table
key
KeyValue key
baseIndex
int baseIndex
ignoreNotFound
boolean ignoreNotFound
name
String name
values
List values
referencedEntityName
String referencedEntityName
referencingTable
Table referencingTable
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
discriminatorValue
String discriminatorValue
lazy
boolean lazy
properties
ArrayList properties
subclasses
ArrayList subclasses
subclassProperties
ArrayList subclassProperties
subclassTables
ArrayList subclassTables
dynamicInsert
boolean dynamicInsert
dynamicUpdate
boolean dynamicUpdate
batchSize
int batchSize
selectBeforeUpdate
boolean selectBeforeUpdate
metaAttributes
Map metaAttributes
joins
ArrayList joins
subclassJoins
ArrayList subclassJoins
filters
Map filters
synchronizedTables
Set synchronizedTables
loaderName
String loaderName
isAbstract
Boolean isAbstract
hasSubselectLoadableCollections
boolean hasSubselectLoadableCollections
identifierMapper
Component identifierMapper
customSQLInsert
String customSQLInsert
customSQLUpdate
String customSQLUpdate
customSQLDelete
String customSQLDelete
customInsertCallable
boolean customInsertCallable
customUpdateCallable
boolean customUpdateCallable
customDeleteCallable
boolean customDeleteCallable
temporaryIdTableName
String temporaryIdTableName
temporaryIdTableDDL
String temporaryIdTableDDL
tuplizerImpls
Map tuplizerImpls
optimisticLockMode
int optimisticLockMode
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 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 entityPersisterClass
forceDiscriminator
boolean forceDiscriminator
where
String where
table
Table table
discriminatorInsertable
boolean discriminatorInsertable
nextSubclassId
int nextSubclassId
sqlCreateString
String sqlCreateString
sqlDropString
String sqlDropString
columns
List 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 classPersisterClass
subclassId
int subclassId
name
String name
schema
String schema
catalog
String catalog
columns
Map columns
- contains all columns, including the primary key
idValue
KeyValue idValue
primaryKey
PrimaryKey primaryKey
indexes
Map indexes
foreignKeys
Map foreignKeys
uniqueKeys
Map uniqueKeys
uniqueInteger
int uniqueInteger
quoted
boolean quoted
schemaQuoted
boolean schemaQuoted
checkConstraints
List 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.property |
readResolve
Object readResolve()
clazz
Class clazz
propertyName
String propertyName
readResolve
Object readResolve()
clazz
Class clazz
propertyName
String propertyName
readResolve
Object readResolve()
clazz
Class clazz
name
String name
readResolve
Object readResolve()
clazz
Class clazz
name
String name
attributeName
String attributeName
attributeName
String attributeName
propertyType
Type propertyType
factory
SessionFactoryImplementor factory
propertyType
Type propertyType
elementName
String elementName
attributeName
String attributeName
elementName
String elementName
attributeName
String attributeName
elementName
String elementName
elementName
String elementName
clazz
Class clazz
clazz
Class clazz
name
String name
name
String name
|
Package org.hibernate.proxy |
writeReplace
public Object writeReplace()
li
Dom4jLazyInitializer li
writeReplace
public Object writeReplace()
li
MapLazyInitializer li
readResolve
private Object readResolve()
entityName
String entityName
persistentClass
Class persistentClass
interfaces
Class[] interfaces
id
Serializable id
getIdentifierMethodClass
Class getIdentifierMethodClass
setIdentifierMethodClass
Class setIdentifierMethodClass
getIdentifierMethodName
String getIdentifierMethodName
setIdentifierMethodName
String setIdentifierMethodName
setIdentifierMethodParams
Class[] setIdentifierMethodParams
componentIdType
AbstractComponentType componentIdType
|
Package org.hibernate.secure |
actions
String actions
contextID
String contextID
contextID
String contextID
contextID
String contextID
contextID
String contextID
|
Package org.hibernate.stat |
categoryName
String categoryName
loadCount
long loadCount
fetchCount
long fetchCount
updateCount
long updateCount
removeCount
long removeCount
recreateCount
long recreateCount
loadCount
long loadCount
updateCount
long updateCount
insertCount
long insertCount
deleteCount
long deleteCount
fetchCount
long fetchCount
optimisticFailureCount
long optimisticFailureCount
cacheHitCount
long cacheHitCount
cacheMissCount
long cacheMissCount
cachePutCount
long cachePutCount
executionCount
long executionCount
executionRowCount
long executionRowCount
executionAvgTime
long executionAvgTime
executionMaxTime
long executionMaxTime
executionMinTime
long executionMinTime
hitCount
long hitCount
missCount
long missCount
putCount
long putCount
|
Package org.hibernate.transform |
resultClass
Class resultClass
setters
Setter[] setters
propertyAccessor
PropertyAccessor propertyAccessor
|
Package org.hibernate.tuple |
getters
Getter[] getters
setters
Setter[] setters
propertySpan
int propertySpan
instantiator
Instantiator instantiator
hasCustomAccessors
boolean hasCustomAccessors
nodeName
String nodeName
isInstanceNodeNames
HashSet isInstanceNodeNames
entityName
String entityName
isInstanceEntityNames
Set isInstanceEntityNames
element
org.dom4j.Element element
parent
org.dom4j.Element parent
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
propertyInsertGeneration
boolean[] propertyInsertGeneration
propertyUpdateGeneration
boolean[] propertyUpdateGeneration
propertyNullability
boolean[] propertyNullability
propertyVersionability
boolean[] propertyVersionability
cascadeStyles
CascadeStyle[] cascadeStyles
propertyIndexes
Map propertyIndexes
hasCollections
boolean hasCollections
hasMutableProperties
boolean hasMutableProperties
hasLazyProperties
boolean hasLazyProperties
naturalIdPropertyNumbers
int[] naturalIdPropertyNumbers
lazy
boolean lazy
hasCascades
boolean hasCascades
mutable
boolean mutable
isAbstract
boolean isAbstract
selectBeforeUpdate
boolean selectBeforeUpdate
dynamicUpdate
boolean dynamicUpdate
dynamicInsert
boolean dynamicInsert
optimisticLockMode
int optimisticLockMode
polymorphic
boolean polymorphic
superclass
String superclass
explicitPolymorphism
boolean explicitPolymorphism
inherited
boolean inherited
hasSubclasses
boolean hasSubclasses
subclassEntityNames
Set subclassEntityNames
tuplizers
TuplizerLookup tuplizers
virtual
boolean virtual
embedded
boolean embedded
unsavedValue
IdentifierValue unsavedValue
identifierGenerator
IdentifierGenerator identifierGenerator
identifierAssignedByInsert
boolean identifierAssignedByInsert
componentClass
Class componentClass
parentGetter
Getter parentGetter
parentSetter
Setter parentSetter
readObject
private void readObject(ObjectInputStream stream)
throws ClassNotFoundException,
IOException
mappedClass
Class mappedClass
embeddedIdentifier
boolean embeddedIdentifier
proxyInterface
Class proxyInterface
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
pojoTuplizer
Tuplizer pojoTuplizer
dynamicMapTuplizer
Tuplizer dynamicMapTuplizer
dom4jTuplizer
Tuplizer dom4jTuplizer
unsavedValue
VersionValue unsavedValue
|
Package org.hibernate.type |
mutableType
NullableType mutableType
identifierType
Type identifierType
metaType
Type metaType
entityName
String entityName
id
Serializable id
elementClass
Class elementClass
arrayClass
Class arrayClass
role
String role
foreignKeyPropertyName
String foreignKeyPropertyName
isEmbeddedInXML
boolean isEmbeddedInXML
propertyTypes
Type[] propertyTypes
propertyNames
String[] propertyNames
propertyNullability
boolean[] propertyNullability
propertySpan
int propertySpan
cascade
CascadeStyle[] cascade
joinedFetch
FetchMode[] joinedFetch
isKey
boolean isKey
tuplizers
TuplizerLookup tuplizers
userType
CompositeUserType userType
name
String name
userType
UserCollectionType userType
userType
UserType userType
name
String name
types
int[] types
associatedEntityName
String associatedEntityName
uniqueKeyPropertyName
String uniqueKeyPropertyName
isEmbeddedInXML
boolean isEmbeddedInXML
eager
boolean eager
unwrapProxy
boolean unwrapProxy
ignoreNotFound
boolean ignoreNotFound
values
Map values
keys
Map keys
baseType
Type baseType
foreignKeyType
ForeignKeyDirection foreignKeyType
propertyName
String propertyName
entityName
String entityName
serializableClass
Class serializableClass
comparator
Comparator comparator
comparator
Comparator comparator
|
Package org.hibernate.util |
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
map
HashMap map
- The underlying map we are managing.
key
Object key
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
strongReferenceCount
int strongReferenceCount
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
strongReferenceCount
int strongReferenceCount