Package | Description |
---|---|
org.hibernate.action.internal |
Internals for action processing.
|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.hql.internal | |
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util | |
org.hibernate.hql.internal.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Class and Description |
---|
NonNullableTransientDependencies
Tracks non-nullable transient entities that would cause a particular entity insert to fail.
|
Class and Description |
---|
AbstractEntityEntry
A base implementation of EntityEntry
|
AbstractEntityEntry.BooleanState
Represents a boolean flag stored within a number value, using one bit at a specified offset.
|
AbstractEntityEntry.EnumState
Represents an enum value stored within a number value, using four bits starting at a specified offset.
|
CascadePoint
Describes the point at which a cascade is occurring
|
EntityEntryContext
Defines a context for maintaining the relation between an entity associated with the Session ultimately owning this
EntityEntryContext instance and that entity's corresponding EntityEntry.
|
ImmutableEntityEntryFactory
Factory for the safe approach implementation of
EntityEntry . |
JoinSequence
A sequence of
JoinSequence.Join delegates to make it "easier" to work with joins. |
JoinSequence.Join
Represents a join
|
JoinSequence.Selector
A subclass join selector
|
MutableEntityEntryFactory
Factory for the safe approach implementation of
EntityEntry . |
NonNullableTransientDependencies
Tracks non-nullable transient entities that would cause a particular entity insert to fail.
|
ParameterBinder.NamedParameterSource
Helper contract for dealing with named parameters and resolving their locations
|
StatefulPersistenceContext
A stateful implementation of the
PersistenceContext contract meaning that we maintain this
state throughout the life of the persistence context. |
Class and Description |
---|
JoinSequence
A sequence of
JoinSequence.Join delegates to make it "easier" to work with joins. |
Class and Description |
---|
ParameterBinder.NamedParameterSource
Helper contract for dealing with named parameters and resolving their locations
|
Class and Description |
---|
JoinSequence
A sequence of
JoinSequence.Join delegates to make it "easier" to work with joins. |
Class and Description |
---|
JoinSequence
A sequence of
JoinSequence.Join delegates to make it "easier" to work with joins. |
Class and Description |
---|
JoinSequence
A sequence of
JoinSequence.Join delegates to make it "easier" to work with joins. |
Class and Description |
---|
SessionEventListenerManagerImpl |
Class and Description |
---|
CascadePoint
Describes the point at which a cascade is occurring
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.