|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Session
is flushed before every query.
Session
is sometimes flushed before query execution
in order to ensure that queries never return stale state.
SQLFunction
providing support for implementing TRIM functionality
(as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full trim
function itself.AuxiliaryDatabaseObject
s.DatabaseStructure
,
typically from the Optimizer
.ReflectionOptimizer.AccessOptimizer
implementation for CGLIB
which simply acts as an adpater to the BulkBean
class.ReflectionOptimizer.AccessOptimizer
implementation for Javassist
which simply acts as an adpater to the BulkAccessor
class.ResultTransformer
implementation which builds a map for each "row",
made up of each aliased value where the alias is the map key.AliasToEntityMapResultTransformer.INSTANCE
reference instead of explicitly creating a new one.
SQLFunction
implementation that emulates the ANSI SQL trim function
on dialects which do not support the full definition.AnsiTrimEmulationFunction.LTRIM
, AnsiTrimEmulationFunction.RTRIM
, and AnsiTrimEmulationFunction.REPLACE
respectively.
restriction
to constrain the results to be
retrieved.
InputStream
.
ordering
to the result set.
Dialect.supportsInsertSelectIdentity()
, then attch the
"select identity" clause to the insert statement.
Type.assemble(java.io.Serializable, org.hibernate.engine.SessionImplementor, java.lang.Object)
operation across a series of values.
ResultTransformer
contract.TooManyRowsAffectedException
, indicates that more
rows than what we were expcecting were affected.Type.beforeAssemble(java.io.Serializable, org.hibernate.engine.SessionImplementor)
operation across a series of values.
AbstractSelectingDelegate.getSelectSQL()
.
Cache
instance, and gets it's properties from the OSCache Config
which reads the properties file (oscache.properties
) from the classpath.
Session
is flushed when Transaction.commit()
is called.
Environment.CACHE_PROVIDER_CONFIG
org.hibernate.cfg.Environment.CACHE_PROVIDER_CONFIG
SessionFactory.getCurrentSession()
processing.
Cach�71Dialect
instance.
actions
, implementing cascade processing.ResultSet
in regards to loading collections.ComponentTuplizer
class to use per EntityMode
.StandardSQLFunction
,
except that here the parentheses are not included when no arguments are given.current session
.UserType
to the generic Type
interface, in order
to isolate user code from changes in the internal Type contracts.FastHashMap
instance.
Object
using serialization.
FlushMode.NEVER
.
true
if this map contains a mapping for the
specified key.
true
if this map contains one or more keys mapping
to the specified value.
BulkAccessor
.
CaseFragment
strategy responsible
for handling this dialect's variations in how CASE statements are
handled.
FilterTranslator
instance capable of translating
an HQL filter string.
JoinFragment
strategy responsible
for handling this dialect's variations in how joins are handled.
QueryTranslator
instance capable of translating
an HQL query string.
TypeFactory.customCollection(String, java.util.Properties, String, String, boolean)
instead
EntityResolver
implementation which attempts to resolve
various systemId URLs to local classpath lookups
Any systemId URL beginning with http://hibernate.sourceforge.net/ is
searched for as a classpath resource in the classloader which loaded the
Hibernate classes.
Any systemId URL using classpath as the scheme (i.e.TimestampType
which
maps to the database's current timestamp, rather than the jvm's
current timestamp.ASTPrinter
processing.RootEntityResultTransformer
, but we also distinct
the entity in the final result.DistinctRootEntityResultTransformer.INSTANCE
reference instead of explicitly creating a new one.
ComponentTuplizer
specific to the dom4j entity mode.EntityTuplizer
specific to the dom4j entity mode.ComponentTuplizer
specific to the dynamic-map entity mode.EntityTuplizer
specific to the dynamic-map entity mode.Object
from the specified stream.
Object
from an array of bytes.
TableGenerator.determineSegmentValue(java.util.Properties)
is unable to
determine the value to use.
segment column
Called during configuration
.
Type.disassemble(java.lang.Object, org.hibernate.engine.SessionImplementor, java.lang.Object)
operation across a series of values.
net.sf.ehcache.store.MemoryStore
and a
net.sf.ehcache.store.DiskStore
.EntityMode
s to EntityTuplizer
s.EntityMode
to Tuplizer
mappings.EntityTuplizer
class to use per EntityMode
.Throwable
objects.Expectations.BasicExpectation
definitions.JMX
or the JCA
adapter.equals
method.
hashCode
method.
LockMode.UPGRADE
except that, for versioned entities,
it results in a forced version increment.
java.util.HashMap
designed
to operate in a multithreaded environment where the large majority of
method calls are read-only, instead of structural changes.FieldHandler
to define the interception behavior.Session.createFilter(Object, String)
.Query.list()
Session.createFilter(Object, String)
.setXYZ.Query.list()
Session.createFilter(Object, String)
.setXYZ.Query.list()
Session.createQuery(java.lang.String)
.Query.list()
Session.createQuery(java.lang.String)
.setXYZ.Query.list()
Session.createQuery(java.lang.String)
.setXYZ.Query.list()