|
|||||||||||
| 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.
AuxiliaryDatabaseObjects.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.SQLFunction implementation that emulates the ANSI SQL trim function
on dialects which do not support the full definition.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.
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.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.