org.jboss.seam.persistence
Hibernate
- public class HibernateSessionInvocationHandler<Hibernate> extends Object implements InvocationHandler, Serializable, org.hibernate.event.spi.EventSource
Constructor and Description |
---|
HibernateSessionInvocationHandler(org.hibernate.Session paramDelegate) |
Modifier and Type | Method and Description |
---|---|
void |
addEventListeners(org.hibernate.SessionEventListener... arg0) |
void |
afterScrollOperation() |
void |
applyNonFlushedChanges(org.hibernate.engine.spi.NonFlushedChanges nonFlushedChanges) |
org.hibernate.Transaction |
beginTransaction() |
String |
bestGuessEntityName(Object paramObject) |
org.hibernate.Session.LockRequest |
buildLockRequest(org.hibernate.LockOptions lockOptions) |
org.hibernate.IdentifierLoadAccess |
byId(Class entityClass) |
org.hibernate.IdentifierLoadAccess |
byId(String entityName) |
org.hibernate.NaturalIdLoadAccess |
byNaturalId(Class entityClass) |
org.hibernate.NaturalIdLoadAccess |
byNaturalId(String entityName) |
org.hibernate.SimpleNaturalIdLoadAccess |
bySimpleNaturalId(Class entityClass) |
org.hibernate.SimpleNaturalIdLoadAccess |
bySimpleNaturalId(String entityName) |
void |
cancelQuery() |
void |
clear() |
Connection |
close() |
Connection |
connection() |
boolean |
contains(Object paramObject) |
org.hibernate.Criteria |
createCriteria(Class paramClass) |
org.hibernate.Criteria |
createCriteria(Class paramClass,
String paramString) |
org.hibernate.Criteria |
createCriteria(String paramString) |
org.hibernate.Criteria |
createCriteria(String paramString1,
String paramString2) |
org.hibernate.Query |
createFilter(Object paramObject,
String paramString) |
org.hibernate.Query |
createQuery(String paramString) |
org.hibernate.SQLQuery |
createSQLQuery(String paramString) |
void |
delete(Object paramObject) |
void |
delete(String paramString,
Object paramObject) |
void |
delete(String paramString,
Object paramObject,
boolean paramBoolean,
Set paramSet) |
void |
disableFetchProfile(String paramString) |
void |
disableFilter(String paramString) |
void |
disableTransactionAutoJoin() |
Connection |
disconnect() |
<T> T |
doReturningWork(org.hibernate.jdbc.ReturningWork<T> work) |
void |
doWork(org.hibernate.jdbc.Work paramWork) |
void |
enableFetchProfile(String paramString) |
org.hibernate.Filter |
enableFilter(String paramString) |
void |
evict(Object paramObject) |
<T> T |
execute(org.hibernate.engine.jdbc.LobCreationContext.Callback<T> callback) |
int |
executeNativeUpdate(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification paramNativeSQLQuerySpecification,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
int |
executeUpdate(String paramString,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
void |
flush() |
void |
forceFlush(org.hibernate.engine.spi.EntityEntry paramEntityEntry) |
org.hibernate.cache.spi.CacheKey |
generateCacheKey(Serializable id,
org.hibernate.type.Type type,
String entityOrRoleName) |
org.hibernate.engine.spi.EntityKey |
generateEntityKey(Serializable id,
org.hibernate.persister.entity.EntityPersister persister) |
Object |
get(Class paramClass,
Serializable paramSerializable) |
Object |
get(Class paramClass,
Serializable paramSerializable,
org.hibernate.LockMode paramLockMode) |
Object |
get(Class clazz,
Serializable id,
org.hibernate.LockOptions lockOptions) |
Object |
get(String paramString,
Serializable paramSerializable) |
Object |
get(String paramString,
Serializable paramSerializable,
org.hibernate.LockMode paramLockMode) |
Object |
get(String entityName,
Serializable id,
org.hibernate.LockOptions lockOptions) |
org.hibernate.engine.spi.ActionQueue |
getActionQueue() |
org.hibernate.CacheMode |
getCacheMode() |
Serializable |
getContextEntityIdentifier(Object paramObject) |
org.hibernate.LockMode |
getCurrentLockMode(Object paramObject) |
int |
getDontFlushFromFind() |
org.hibernate.Filter |
getEnabledFilter(String paramString) |
Map |
getEnabledFilters() |
String |
getEntityName(Object paramObject) |
org.hibernate.persister.entity.EntityPersister |
getEntityPersister(String paramString,
Object paramObject) |
Object |
getEntityUsingInterceptor(org.hibernate.engine.spi.EntityKey paramEntityKey) |
org.hibernate.engine.spi.SessionEventListenerManager |
getEventListenerManager() |
org.hibernate.engine.spi.SessionFactoryImplementor |
getFactory() |
String |
getFetchProfile() |
org.hibernate.type.Type |
getFilterParameterType(String paramString) |
Object |
getFilterParameterValue(String paramString) |
org.hibernate.FlushMode |
getFlushMode() |
Serializable |
getIdentifier(Object paramObject) |
org.hibernate.Interceptor |
getInterceptor() |
org.hibernate.engine.jdbc.spi.JdbcConnectionAccess |
getJdbcConnectionAccess() |
org.hibernate.engine.spi.LoadQueryInfluencers |
getLoadQueryInfluencers() |
org.hibernate.LobHelper |
getLobHelper() |
org.hibernate.Query |
getNamedQuery(String paramString) |
org.hibernate.Query |
getNamedSQLQuery(String paramString) |
org.hibernate.engine.spi.NonFlushedChanges |
getNonFlushedChanges() |
org.hibernate.engine.spi.PersistenceContext |
getPersistenceContext() |
org.hibernate.SessionFactory |
getSessionFactory() |
org.hibernate.stat.SessionStatistics |
getStatistics() |
String |
getTenantIdentifier() |
long |
getTimestamp() |
org.hibernate.Transaction |
getTransaction() |
org.hibernate.engine.transaction.spi.TransactionCoordinator |
getTransactionCoordinator() |
org.hibernate.TypeHelper |
getTypeHelper() |
String |
guessEntityName(Object paramObject) |
protected Object |
handleCreateQueryWithString(Method method,
Object[] args) |
protected Object |
handleReconnectNoArg(Method method) |
Object |
immediateLoad(String paramString,
Serializable paramSerializable) |
void |
initializeCollection(org.hibernate.collection.spi.PersistentCollection paramPersistentCollection,
boolean paramBoolean) |
Object |
instantiate(org.hibernate.persister.entity.EntityPersister paramEntityPersister,
Serializable paramSerializable) |
Object |
instantiate(String paramString,
Serializable paramSerializable) |
Object |
internalLoad(String paramString,
Serializable paramSerializable,
boolean paramBoolean1,
boolean paramBoolean2) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
boolean |
isClosed() |
boolean |
isConnected() |
boolean |
isDefaultReadOnly() |
boolean |
isDirty() |
boolean |
isEventSource() |
boolean |
isFetchProfileEnabled(String paramString) |
boolean |
isOpen() |
boolean |
isReadOnly(Object paramObject) |
boolean |
isTransactionInProgress() |
Iterator |
iterate(String paramString,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
Iterator |
iterateFilter(Object paramObject,
String paramString,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
List |
list(org.hibernate.Criteria criteria) |
List |
list(org.hibernate.internal.CriteriaImpl paramCriteriaImpl) |
List |
list(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification paramNativeSQLQuerySpecification,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
List |
list(String paramString,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
List |
listCustomQuery(org.hibernate.loader.custom.CustomQuery paramCustomQuery,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
List |
listFilter(Object paramObject,
String paramString,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
Object |
load(Class paramClass,
Serializable paramSerializable) |
Object |
load(Class paramClass,
Serializable paramSerializable,
org.hibernate.LockMode paramLockMode) |
Object |
load(Class theClass,
Serializable id,
org.hibernate.LockOptions lockOptions) |
void |
load(Object paramObject,
Serializable paramSerializable) |
Object |
load(String paramString,
Serializable paramSerializable) |
Object |
load(String paramString,
Serializable paramSerializable,
org.hibernate.LockMode paramLockMode) |
Object |
load(String entityName,
Serializable id,
org.hibernate.LockOptions lockOptions) |
void |
lock(Object paramObject,
org.hibernate.LockMode paramLockMode) |
void |
lock(String paramString,
Object paramObject,
org.hibernate.LockMode paramLockMode) |
Object |
merge(Object paramObject) |
Object |
merge(String paramString,
Object paramObject) |
void |
merge(String paramString,
Object paramObject,
Map paramMap) |
void |
persist(Object paramObject) |
void |
persist(String paramString,
Object paramObject) |
void |
persist(String paramString,
Object paramObject,
Map paramMap) |
void |
persistOnFlush(String paramString,
Object paramObject,
Map paramMap) |
void |
reconnect(Connection paramConnection) |
void |
refresh(Object paramObject) |
void |
refresh(Object paramObject,
org.hibernate.LockMode paramLockMode) |
void |
refresh(Object object,
org.hibernate.LockOptions lockOptions) |
void |
refresh(Object paramObject,
Map paramMap) |
void |
refresh(String entityName,
Object object) |
void |
refresh(String entityName,
Object object,
org.hibernate.LockOptions lockOptions) |
void |
removeOrphanBeforeUpdates(String arg0,
Object arg1) |
void |
replicate(Object paramObject,
org.hibernate.ReplicationMode paramReplicationMode) |
void |
replicate(String paramString,
Object paramObject,
org.hibernate.ReplicationMode paramReplicationMode) |
Serializable |
save(Object paramObject) |
Serializable |
save(String paramString,
Object paramObject) |
void |
saveOrUpdate(Object paramObject) |
void |
saveOrUpdate(String paramString,
Object paramObject) |
org.hibernate.ScrollableResults |
scroll(org.hibernate.internal.CriteriaImpl paramCriteriaImpl,
org.hibernate.ScrollMode paramScrollMode) |
org.hibernate.ScrollableResults |
scroll(org.hibernate.Criteria criteria,
org.hibernate.ScrollMode scrollMode) |
org.hibernate.ScrollableResults |
scroll(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification paramNativeSQLQuerySpecification,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
org.hibernate.ScrollableResults |
scroll(String paramString,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
org.hibernate.ScrollableResults |
scrollCustomQuery(org.hibernate.loader.custom.CustomQuery paramCustomQuery,
org.hibernate.engine.spi.QueryParameters paramQueryParameters) |
org.hibernate.SharedSessionBuilder |
sessionWithOptions() |
void |
setAutoClear(boolean paramBoolean) |
void |
setCacheMode(org.hibernate.CacheMode paramCacheMode) |
void |
setDefaultReadOnly(boolean paramBoolean) |
void |
setFetchProfile(String paramString) |
void |
setFlushMode(org.hibernate.FlushMode paramFlushMode) |
void |
setReadOnly(Object paramObject,
boolean paramBoolean) |
void |
update(Object paramObject) |
void |
update(String paramString,
Object paramObject) |
public HibernateSessionInvocationHandler(org.hibernate.Session paramDelegate)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
protected Object handleCreateQueryWithString(Method method, Object[] args) throws Throwable
Throwable
protected Object handleReconnectNoArg(Method method) throws Throwable
Throwable
public org.hibernate.Interceptor getInterceptor()
getInterceptor
in interface org.hibernate.engine.spi.SessionImplementor
public void setAutoClear(boolean paramBoolean)
setAutoClear
in interface org.hibernate.engine.spi.SessionImplementor
public boolean isTransactionInProgress()
isTransactionInProgress
in interface org.hibernate.engine.spi.SessionImplementor
public void initializeCollection(org.hibernate.collection.spi.PersistentCollection paramPersistentCollection, boolean paramBoolean) throws org.hibernate.HibernateException
initializeCollection
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public Object internalLoad(String paramString, Serializable paramSerializable, boolean paramBoolean1, boolean paramBoolean2) throws org.hibernate.HibernateException
internalLoad
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public Object immediateLoad(String paramString, Serializable paramSerializable) throws org.hibernate.HibernateException
immediateLoad
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public long getTimestamp()
getTimestamp
in interface org.hibernate.engine.spi.SessionImplementor
public org.hibernate.engine.spi.SessionFactoryImplementor getFactory()
getFactory
in interface org.hibernate.engine.spi.SessionImplementor
public List list(String paramString, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
list
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public Iterator iterate(String paramString, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
iterate
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public org.hibernate.ScrollableResults scroll(String paramString, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
scroll
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public org.hibernate.ScrollableResults scroll(org.hibernate.internal.CriteriaImpl paramCriteriaImpl, org.hibernate.ScrollMode paramScrollMode)
public List list(org.hibernate.internal.CriteriaImpl paramCriteriaImpl)
public List listFilter(Object paramObject, String paramString, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
listFilter
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public Iterator iterateFilter(Object paramObject, String paramString, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
iterateFilter
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public org.hibernate.persister.entity.EntityPersister getEntityPersister(String paramString, Object paramObject) throws org.hibernate.HibernateException
getEntityPersister
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public Object getEntityUsingInterceptor(org.hibernate.engine.spi.EntityKey paramEntityKey) throws org.hibernate.HibernateException
getEntityUsingInterceptor
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public Serializable getContextEntityIdentifier(Object paramObject)
getContextEntityIdentifier
in interface org.hibernate.engine.spi.SessionImplementor
public String bestGuessEntityName(Object paramObject)
bestGuessEntityName
in interface org.hibernate.engine.spi.SessionImplementor
public String guessEntityName(Object paramObject) throws org.hibernate.HibernateException
guessEntityName
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public Object instantiate(String paramString, Serializable paramSerializable) throws org.hibernate.HibernateException
instantiate
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public List listCustomQuery(org.hibernate.loader.custom.CustomQuery paramCustomQuery, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
listCustomQuery
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public org.hibernate.ScrollableResults scrollCustomQuery(org.hibernate.loader.custom.CustomQuery paramCustomQuery, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
scrollCustomQuery
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public List list(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification paramNativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
list
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public org.hibernate.ScrollableResults scroll(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification paramNativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
scroll
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public Object getFilterParameterValue(String paramString)
getFilterParameterValue
in interface org.hibernate.engine.spi.SessionImplementor
public org.hibernate.type.Type getFilterParameterType(String paramString)
getFilterParameterType
in interface org.hibernate.engine.spi.SessionImplementor
public Map getEnabledFilters()
getEnabledFilters
in interface org.hibernate.engine.spi.SessionImplementor
public int getDontFlushFromFind()
getDontFlushFromFind
in interface org.hibernate.engine.spi.SessionImplementor
public org.hibernate.engine.spi.PersistenceContext getPersistenceContext()
getPersistenceContext
in interface org.hibernate.engine.spi.SessionImplementor
public int executeUpdate(String paramString, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
executeUpdate
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public int executeNativeUpdate(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification paramNativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters paramQueryParameters) throws org.hibernate.HibernateException
executeNativeUpdate
in interface org.hibernate.engine.spi.SessionImplementor
org.hibernate.HibernateException
public org.hibernate.CacheMode getCacheMode()
getCacheMode
in interface org.hibernate.engine.spi.SessionImplementor
getCacheMode
in interface org.hibernate.Session
public void setCacheMode(org.hibernate.CacheMode paramCacheMode)
setCacheMode
in interface org.hibernate.engine.spi.SessionImplementor
setCacheMode
in interface org.hibernate.Session
public boolean isOpen()
isOpen
in interface org.hibernate.engine.spi.SessionImplementor
isOpen
in interface org.hibernate.Session
public boolean isConnected()
isConnected
in interface org.hibernate.engine.spi.SessionImplementor
isConnected
in interface org.hibernate.Session
public org.hibernate.FlushMode getFlushMode()
getFlushMode
in interface org.hibernate.engine.spi.SessionImplementor
getFlushMode
in interface org.hibernate.Session
public void setFlushMode(org.hibernate.FlushMode paramFlushMode)
setFlushMode
in interface org.hibernate.engine.spi.SessionImplementor
setFlushMode
in interface org.hibernate.Session
public Connection connection()
connection
in interface org.hibernate.engine.spi.SessionImplementor
public void flush()
flush
in interface org.hibernate.engine.spi.SessionImplementor
flush
in interface org.hibernate.Session
public org.hibernate.Query getNamedQuery(String paramString)
getNamedQuery
in interface org.hibernate.engine.spi.SessionImplementor
getNamedQuery
in interface org.hibernate.SharedSessionContract
public org.hibernate.Query getNamedSQLQuery(String paramString)
getNamedSQLQuery
in interface org.hibernate.engine.spi.SessionImplementor
public boolean isEventSource()
isEventSource
in interface org.hibernate.engine.spi.SessionImplementor
public void afterScrollOperation()
afterScrollOperation
in interface org.hibernate.engine.spi.SessionImplementor
public String getFetchProfile()
getFetchProfile
in interface org.hibernate.engine.spi.SessionImplementor
public void setFetchProfile(String paramString)
setFetchProfile
in interface org.hibernate.engine.spi.SessionImplementor
public boolean isClosed()
isClosed
in interface org.hibernate.engine.spi.SessionImplementor
public org.hibernate.SessionFactory getSessionFactory()
getSessionFactory
in interface org.hibernate.Session
public Connection close() throws org.hibernate.HibernateException
close
in interface org.hibernate.Session
org.hibernate.HibernateException
public void cancelQuery() throws org.hibernate.HibernateException
cancelQuery
in interface org.hibernate.Session
org.hibernate.HibernateException
public boolean isDirty() throws org.hibernate.HibernateException
isDirty
in interface org.hibernate.Session
org.hibernate.HibernateException
public boolean isDefaultReadOnly()
isDefaultReadOnly
in interface org.hibernate.Session
public void setDefaultReadOnly(boolean paramBoolean)
setDefaultReadOnly
in interface org.hibernate.Session
public Serializable getIdentifier(Object paramObject) throws org.hibernate.HibernateException
getIdentifier
in interface org.hibernate.Session
org.hibernate.HibernateException
public boolean contains(Object paramObject)
contains
in interface org.hibernate.Session
public void evict(Object paramObject) throws org.hibernate.HibernateException
evict
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object load(Class paramClass, Serializable paramSerializable, org.hibernate.LockMode paramLockMode) throws org.hibernate.HibernateException
load
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object load(String paramString, Serializable paramSerializable, org.hibernate.LockMode paramLockMode) throws org.hibernate.HibernateException
load
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object load(Class paramClass, Serializable paramSerializable) throws org.hibernate.HibernateException
load
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object load(String paramString, Serializable paramSerializable) throws org.hibernate.HibernateException
load
in interface org.hibernate.Session
org.hibernate.HibernateException
public void load(Object paramObject, Serializable paramSerializable) throws org.hibernate.HibernateException
load
in interface org.hibernate.Session
org.hibernate.HibernateException
public void replicate(Object paramObject, org.hibernate.ReplicationMode paramReplicationMode) throws org.hibernate.HibernateException
replicate
in interface org.hibernate.Session
org.hibernate.HibernateException
public void replicate(String paramString, Object paramObject, org.hibernate.ReplicationMode paramReplicationMode) throws org.hibernate.HibernateException
replicate
in interface org.hibernate.Session
org.hibernate.HibernateException
public Serializable save(Object paramObject) throws org.hibernate.HibernateException
save
in interface org.hibernate.Session
org.hibernate.HibernateException
public Serializable save(String paramString, Object paramObject) throws org.hibernate.HibernateException
save
in interface org.hibernate.Session
org.hibernate.HibernateException
public void saveOrUpdate(Object paramObject) throws org.hibernate.HibernateException
saveOrUpdate
in interface org.hibernate.Session
org.hibernate.HibernateException
public void saveOrUpdate(String paramString, Object paramObject) throws org.hibernate.HibernateException
saveOrUpdate
in interface org.hibernate.Session
org.hibernate.HibernateException
public void update(Object paramObject) throws org.hibernate.HibernateException
update
in interface org.hibernate.Session
org.hibernate.HibernateException
public void update(String paramString, Object paramObject) throws org.hibernate.HibernateException
update
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object merge(Object paramObject) throws org.hibernate.HibernateException
merge
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object merge(String paramString, Object paramObject) throws org.hibernate.HibernateException
merge
in interface org.hibernate.Session
org.hibernate.HibernateException
public void persist(Object paramObject) throws org.hibernate.HibernateException
persist
in interface org.hibernate.Session
org.hibernate.HibernateException
public void persist(String paramString, Object paramObject) throws org.hibernate.HibernateException
persist
in interface org.hibernate.Session
org.hibernate.HibernateException
public void delete(Object paramObject) throws org.hibernate.HibernateException
delete
in interface org.hibernate.Session
org.hibernate.HibernateException
public void delete(String paramString, Object paramObject) throws org.hibernate.HibernateException
delete
in interface org.hibernate.Session
org.hibernate.HibernateException
public void lock(Object paramObject, org.hibernate.LockMode paramLockMode) throws org.hibernate.HibernateException
lock
in interface org.hibernate.Session
org.hibernate.HibernateException
public void lock(String paramString, Object paramObject, org.hibernate.LockMode paramLockMode) throws org.hibernate.HibernateException
lock
in interface org.hibernate.Session
org.hibernate.HibernateException
public void refresh(Object paramObject) throws org.hibernate.HibernateException
refresh
in interface org.hibernate.Session
org.hibernate.HibernateException
public void refresh(Object paramObject, org.hibernate.LockMode paramLockMode) throws org.hibernate.HibernateException
refresh
in interface org.hibernate.Session
org.hibernate.HibernateException
public org.hibernate.LockMode getCurrentLockMode(Object paramObject) throws org.hibernate.HibernateException
getCurrentLockMode
in interface org.hibernate.Session
org.hibernate.HibernateException
public org.hibernate.Transaction beginTransaction() throws org.hibernate.HibernateException
beginTransaction
in interface org.hibernate.SharedSessionContract
org.hibernate.HibernateException
public org.hibernate.Transaction getTransaction()
getTransaction
in interface org.hibernate.SharedSessionContract
public org.hibernate.Criteria createCriteria(Class paramClass)
createCriteria
in interface org.hibernate.SharedSessionContract
public org.hibernate.Criteria createCriteria(Class paramClass, String paramString)
createCriteria
in interface org.hibernate.SharedSessionContract
public org.hibernate.Criteria createCriteria(String paramString)
createCriteria
in interface org.hibernate.SharedSessionContract
public org.hibernate.Criteria createCriteria(String paramString1, String paramString2)
createCriteria
in interface org.hibernate.SharedSessionContract
public org.hibernate.Query createQuery(String paramString) throws org.hibernate.HibernateException
createQuery
in interface org.hibernate.SharedSessionContract
org.hibernate.HibernateException
public org.hibernate.SQLQuery createSQLQuery(String paramString) throws org.hibernate.HibernateException
createSQLQuery
in interface org.hibernate.SharedSessionContract
org.hibernate.HibernateException
public org.hibernate.Query createFilter(Object paramObject, String paramString) throws org.hibernate.HibernateException
createFilter
in interface org.hibernate.Session
org.hibernate.HibernateException
public void clear()
clear
in interface org.hibernate.Session
public Object get(Class paramClass, Serializable paramSerializable) throws org.hibernate.HibernateException
get
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object get(Class paramClass, Serializable paramSerializable, org.hibernate.LockMode paramLockMode) throws org.hibernate.HibernateException
get
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object get(String paramString, Serializable paramSerializable) throws org.hibernate.HibernateException
get
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object get(String paramString, Serializable paramSerializable, org.hibernate.LockMode paramLockMode) throws org.hibernate.HibernateException
get
in interface org.hibernate.Session
org.hibernate.HibernateException
public String getEntityName(Object paramObject) throws org.hibernate.HibernateException
getEntityName
in interface org.hibernate.Session
org.hibernate.HibernateException
public org.hibernate.Filter enableFilter(String paramString)
enableFilter
in interface org.hibernate.Session
public org.hibernate.Filter getEnabledFilter(String paramString)
getEnabledFilter
in interface org.hibernate.Session
public void disableFilter(String paramString)
disableFilter
in interface org.hibernate.Session
public org.hibernate.stat.SessionStatistics getStatistics()
getStatistics
in interface org.hibernate.Session
public boolean isReadOnly(Object paramObject)
isReadOnly
in interface org.hibernate.Session
public void setReadOnly(Object paramObject, boolean paramBoolean)
setReadOnly
in interface org.hibernate.Session
public void doWork(org.hibernate.jdbc.Work paramWork) throws org.hibernate.HibernateException
doWork
in interface org.hibernate.Session
org.hibernate.HibernateException
public Connection disconnect() throws org.hibernate.HibernateException
disconnect
in interface org.hibernate.Session
org.hibernate.HibernateException
public void reconnect(Connection paramConnection) throws org.hibernate.HibernateException
reconnect
in interface org.hibernate.Session
org.hibernate.HibernateException
public boolean isFetchProfileEnabled(String paramString)
isFetchProfileEnabled
in interface org.hibernate.Session
public void enableFetchProfile(String paramString)
enableFetchProfile
in interface org.hibernate.Session
public void disableFetchProfile(String paramString)
disableFetchProfile
in interface org.hibernate.Session
public org.hibernate.engine.spi.ActionQueue getActionQueue()
getActionQueue
in interface org.hibernate.event.spi.EventSource
public Object instantiate(org.hibernate.persister.entity.EntityPersister paramEntityPersister, Serializable paramSerializable) throws org.hibernate.HibernateException
instantiate
in interface org.hibernate.event.spi.EventSource
org.hibernate.HibernateException
public void forceFlush(org.hibernate.engine.spi.EntityEntry paramEntityEntry) throws org.hibernate.HibernateException
forceFlush
in interface org.hibernate.event.spi.EventSource
org.hibernate.HibernateException
public void merge(String paramString, Object paramObject, Map paramMap) throws org.hibernate.HibernateException
merge
in interface org.hibernate.event.spi.EventSource
org.hibernate.HibernateException
public void persist(String paramString, Object paramObject, Map paramMap) throws org.hibernate.HibernateException
persist
in interface org.hibernate.event.spi.EventSource
org.hibernate.HibernateException
public void persistOnFlush(String paramString, Object paramObject, Map paramMap)
persistOnFlush
in interface org.hibernate.event.spi.EventSource
public void refresh(Object paramObject, Map paramMap) throws org.hibernate.HibernateException
refresh
in interface org.hibernate.event.spi.EventSource
org.hibernate.HibernateException
public void delete(String paramString, Object paramObject, boolean paramBoolean, Set paramSet)
delete
in interface org.hibernate.event.spi.EventSource
public String getTenantIdentifier()
getTenantIdentifier
in interface org.hibernate.engine.spi.SessionImplementor
getTenantIdentifier
in interface org.hibernate.SharedSessionContract
public org.hibernate.engine.jdbc.spi.JdbcConnectionAccess getJdbcConnectionAccess()
getJdbcConnectionAccess
in interface org.hibernate.engine.spi.SessionImplementor
public org.hibernate.engine.spi.EntityKey generateEntityKey(Serializable id, org.hibernate.persister.entity.EntityPersister persister)
generateEntityKey
in interface org.hibernate.engine.spi.SessionImplementor
public org.hibernate.cache.spi.CacheKey generateCacheKey(Serializable id, org.hibernate.type.Type type, String entityOrRoleName)
generateCacheKey
in interface org.hibernate.engine.spi.SessionImplementor
public void disableTransactionAutoJoin()
disableTransactionAutoJoin
in interface org.hibernate.engine.spi.SessionImplementor
public org.hibernate.engine.spi.NonFlushedChanges getNonFlushedChanges() throws org.hibernate.HibernateException
org.hibernate.HibernateException
public void applyNonFlushedChanges(org.hibernate.engine.spi.NonFlushedChanges nonFlushedChanges) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public org.hibernate.engine.transaction.spi.TransactionCoordinator getTransactionCoordinator()
getTransactionCoordinator
in interface org.hibernate.engine.spi.SessionImplementor
public org.hibernate.engine.spi.LoadQueryInfluencers getLoadQueryInfluencers()
getLoadQueryInfluencers
in interface org.hibernate.engine.spi.SessionImplementor
public <T> T execute(org.hibernate.engine.jdbc.LobCreationContext.Callback<T> callback)
execute
in interface org.hibernate.engine.jdbc.LobCreationContext
public org.hibernate.SharedSessionBuilder sessionWithOptions()
sessionWithOptions
in interface org.hibernate.Session
public Object load(Class theClass, Serializable id, org.hibernate.LockOptions lockOptions) throws org.hibernate.HibernateException
load
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object load(String entityName, Serializable id, org.hibernate.LockOptions lockOptions) throws org.hibernate.HibernateException
load
in interface org.hibernate.Session
org.hibernate.HibernateException
public org.hibernate.Session.LockRequest buildLockRequest(org.hibernate.LockOptions lockOptions)
buildLockRequest
in interface org.hibernate.Session
public void refresh(String entityName, Object object) throws org.hibernate.HibernateException
refresh
in interface org.hibernate.Session
org.hibernate.HibernateException
public void refresh(Object object, org.hibernate.LockOptions lockOptions) throws org.hibernate.HibernateException
refresh
in interface org.hibernate.Session
org.hibernate.HibernateException
public void refresh(String entityName, Object object, org.hibernate.LockOptions lockOptions) throws org.hibernate.HibernateException
refresh
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object get(Class clazz, Serializable id, org.hibernate.LockOptions lockOptions) throws org.hibernate.HibernateException
get
in interface org.hibernate.Session
org.hibernate.HibernateException
public Object get(String entityName, Serializable id, org.hibernate.LockOptions lockOptions) throws org.hibernate.HibernateException
get
in interface org.hibernate.Session
org.hibernate.HibernateException
public <T> T doReturningWork(org.hibernate.jdbc.ReturningWork<T> work) throws org.hibernate.HibernateException
doReturningWork
in interface org.hibernate.Session
org.hibernate.HibernateException
public org.hibernate.TypeHelper getTypeHelper()
getTypeHelper
in interface org.hibernate.Session
public org.hibernate.LobHelper getLobHelper()
getLobHelper
in interface org.hibernate.Session
public org.hibernate.IdentifierLoadAccess byId(String entityName)
byId
in interface org.hibernate.Session
public org.hibernate.IdentifierLoadAccess byId(Class entityClass)
byId
in interface org.hibernate.Session
public org.hibernate.NaturalIdLoadAccess byNaturalId(String entityName)
byNaturalId
in interface org.hibernate.Session
public org.hibernate.NaturalIdLoadAccess byNaturalId(Class entityClass)
byNaturalId
in interface org.hibernate.Session
public org.hibernate.SimpleNaturalIdLoadAccess bySimpleNaturalId(String entityName)
bySimpleNaturalId
in interface org.hibernate.Session
public org.hibernate.SimpleNaturalIdLoadAccess bySimpleNaturalId(Class entityClass)
bySimpleNaturalId
in interface org.hibernate.Session
public org.hibernate.ScrollableResults scroll(org.hibernate.Criteria criteria, org.hibernate.ScrollMode scrollMode)
scroll
in interface org.hibernate.engine.spi.SessionImplementor
public List list(org.hibernate.Criteria criteria)
list
in interface org.hibernate.engine.spi.SessionImplementor
public void removeOrphanBeforeUpdates(String arg0, Object arg1)
removeOrphanBeforeUpdates
in interface org.hibernate.event.spi.EventSource
public org.hibernate.engine.spi.SessionEventListenerManager getEventListenerManager()
getEventListenerManager
in interface org.hibernate.engine.spi.SessionImplementor
public void addEventListeners(org.hibernate.SessionEventListener... arg0)
addEventListeners
in interface org.hibernate.Session
Copyright © 2015 Seam Framework. All Rights Reserved.