public class StatelessSessionImpl extends AbstractSessionImpl implements StatelessSession
LobCreationContext.Callback<T>factory| Modifier and Type | Method and Description | 
|---|---|
| void | afterOperation(boolean success) | 
| void | afterScrollOperation() | 
| void | afterTransactionBegin(TransactionImplementor hibernateTransaction) | 
| void | afterTransactionCompletion(TransactionImplementor hibernateTransaction,
                          boolean successful) | 
| void | applyNonFlushedChanges(NonFlushedChanges nonFlushedChanges)Apply non-flushed changes from a different session to this session. | 
| void | beforeTransactionCompletion(TransactionImplementor hibernateTransaction) | 
| Transaction | beginTransaction()Begin a unit of work and return the associated  Transactionobject. | 
| String | bestGuessEntityName(Object object)The best guess entity name for an entity not in an association | 
| void | close()Close the stateless session and release the JDBC connection. | 
| Connection | connection()Returns the current JDBC connection associated with this
 instance. If the session is using aggressive connection release (as in a CMT environment), it is the application's responsibility to close the connection returned by this call. | 
| Criteria | createCriteria(Class persistentClass)Create  Criteriainstance for the given class (entity or subclasses/implementors) | 
| Criteria | createCriteria(Class persistentClass,
              String alias)Create  Criteriainstance for the given class (entity or subclasses/implementors), using a specific
 alias. | 
| Criteria | createCriteria(String entityName)Create  Criteriainstance for the given entity name. | 
| Criteria | createCriteria(String entityName,
              String alias)Create  Criteriainstance for the given entity name, using a specific alias. | 
| void | delete(Object entity)Delete a row. | 
| void | delete(String entityName,
      Object entity)Delete a row. | 
| void | disableTransactionAutoJoin()Disable automatic transaction joining. | 
| int | executeNativeUpdate(NativeSQLQuerySpecification nativeSQLQuerySpecification,
                   QueryParameters queryParameters)Execute a native SQL update or delete query | 
| int | executeUpdate(String query,
             QueryParameters queryParameters)Execute a HQL update or delete query | 
| void | flush() | 
| Object | get(Class entityClass,
   Serializable id)Retrieve a row. | 
| Object | get(Class entityClass,
   Serializable id,
   LockMode lockMode)Retrieve a row, obtaining the specified lock mode. | 
| Object | get(String entityName,
   Serializable id)Retrieve a row. | 
| Object | get(String entityName,
   Serializable id,
   LockMode lockMode)Retrieve a row, obtaining the specified lock mode. | 
| CacheMode | getCacheMode() | 
| ConnectionReleaseMode | getConnectionReleaseMode()Get the mode for releasing JDBC connection in effect for ths context. | 
| Serializable | getContextEntityIdentifier(Object object)Return the identifier of the persistent object, or null if
 not associated with the session | 
| int | getDontFlushFromFind() | 
| Map | getEnabledFilters()Return the currently enabled filters. | 
| EntityMode | getEntityMode() | 
| EntityPersister | getEntityPersister(String entityName,
                  Object object)Get the EntityPersister for any instance | 
| Object | getEntityUsingInterceptor(EntityKey key)Get the entity instance associated with the given Key,
 calling the Interceptor if necessary | 
| String | getFetchProfile()Get the internal fetch profile currently associated with this session. | 
| Type | getFilterParameterType(String filterParameterName)Retreive the type for a given filter parrameter. | 
| Object | getFilterParameterValue(String filterParameterName)Retreive the currently set value for a filter parameter. | 
| FlushMode | getFlushMode() | 
| Interceptor | getInterceptor()Retrieves the interceptor currently in use by this event source. | 
| LoadQueryInfluencers | getLoadQueryInfluencers()Get the load query influencers associated with this session. | 
| NonFlushedChanges | getNonFlushedChanges()Return changes to this session that have not been flushed yet. | 
| PersistenceContext | getPersistenceContext()Get the persistence context for this session | 
| long | getTimestamp()System time before the start of the transaction | 
| Transaction | getTransaction()Get the  Transactioninstance associated with this session. | 
| TransactionCoordinator | getTransactionCoordinator()Retrieve access to the session's transaction coordinator. | 
| TransactionEnvironment | getTransactionEnvironment()Obtain the  TransactionEnvironmentassociated with this context. | 
| String | guessEntityName(Object entity)The guessed entity name for an entity not in an association | 
| Object | immediateLoad(String entityName,
             Serializable id)Load an instance immediately. | 
| void | initializeCollection(PersistentCollection collection,
                    boolean writing)Initialize the collection (if not already initialized) | 
| Serializable | insert(Object entity)Insert a row. | 
| Serializable | insert(String entityName,
      Object entity)Insert a row. | 
| Object | instantiate(String entityName,
           Serializable id)Instantiate the entity class, initializing with the given identifier | 
| Object | internalLoad(String entityName,
            Serializable id,
            boolean eager,
            boolean nullable)Load an instance without checking if it was deleted. | 
| boolean | isAutoCloseSessionEnabled()Should session automatically be closed after transaction completion in this context? | 
| boolean | isConnected() | 
| boolean | isDefaultReadOnly() | 
| boolean | isEventSource() | 
| boolean | isFlushBeforeCompletionEnabled()Should before transaction completion processing perform a flush when initiated from JTA synchronization for this
 context? | 
| boolean | isFlushModeNever()Should flushes only happen manually for this context? | 
| boolean | isOpen() | 
| boolean | isTransactionInProgress()Does this Session have an active Hibernate transaction
 or is there a JTA transaction in progress? | 
| Iterator | iterate(String query,
       QueryParameters queryParameters)Execute an iterate() query | 
| Iterator | iterateFilter(Object collection,
             String filter,
             QueryParameters queryParameters)Iterate a filter | 
| List | list(CriteriaImpl criteria)Execute a criteria query | 
| List | list(String query,
    QueryParameters queryParameters)Execute a find() query | 
| List | listCustomQuery(CustomQuery customQuery,
               QueryParameters queryParameters)Execute an SQL Query | 
| List | listFilter(Object collection,
          String filter,
          QueryParameters queryParameters)Execute a filter | 
| void | managedClose()Perform a managed close. | 
| void | managedFlush()Perform a managed flush. | 
| String | onPrepareStatement(String sql) | 
| void | refresh(Object entity)Refresh the entity instance state from the database. | 
| void | refresh(Object entity,
       LockMode lockMode)Refresh the entity instance state from the database. | 
| void | refresh(String entityName,
       Object entity)Refresh the entity instance state from the database. | 
| void | refresh(String entityName,
       Object entity,
       LockMode lockMode)Refresh the entity instance state from the database. | 
| ScrollableResults | scroll(CriteriaImpl criteria,
      ScrollMode scrollMode)Execute a criteria query | 
| ScrollableResults | scroll(String query,
      QueryParameters queryParameters)Execute a scroll() query | 
| ScrollableResults | scrollCustomQuery(CustomQuery customQuery,
                 QueryParameters queryParameters)Execute an SQL Query | 
| void | setAutoClear(boolean enabled)Enable/disable automatic cache clearing from after transaction
 completion (for EJB3) | 
| void | setCacheMode(CacheMode cm) | 
| void | setDefaultReadOnly(boolean readOnly) | 
| void | setFetchProfile(String name)Set the current internal fetch profile for this session. | 
| void | setFlushMode(FlushMode fm) | 
| boolean | shouldAutoClose()Should JTA synchronization processing perform a automatic close (call to  TransactionContext.managedClose()for this
 context? | 
| boolean | shouldAutoJoinTransaction()Should transactions be auto joined?  Generally this is only a concern for CMT transactions. | 
| void | update(Object entity)Update a row. | 
| void | update(String entityName,
      Object entity)Update a row. | 
createQuery, createSQLQuery, errorIfClosed, execute, generateCacheKey, generateEntityKey, getFactory, getHQLQueryPlan, getJdbcConnectionAccess, getNamedQuery, getNamedSQLQuery, getNativeSQLQueryPlan, getTenantIdentifier, isClosed, list, scroll, setClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateQuery, createSQLQuery, getNamedQuery, getTenantIdentifierpublic TransactionCoordinator getTransactionCoordinator()
SessionImplementorgetTransactionCoordinator in interface SessionImplementorpublic TransactionEnvironment getTransactionEnvironment()
TransactionContextTransactionEnvironment associated with this context.getTransactionEnvironment in interface TransactionContextgetTransactionEnvironment in class AbstractSessionImplpublic Serializable insert(Object entity)
StatelessSessioninsert in interface StatelessSessionentity - a new transient instancepublic Serializable insert(String entityName, Object entity)
StatelessSessioninsert in interface StatelessSessionentityName - The entityName for the entity to be insertedentity - a new transient instancepublic void delete(Object entity)
StatelessSessiondelete in interface StatelessSessionentity - a detached entity instancepublic void delete(String entityName, Object entity)
StatelessSessiondelete in interface StatelessSessionentityName - The entityName for the entity to be deletedentity - a detached entity instancepublic void update(Object entity)
StatelessSessionupdate in interface StatelessSessionentity - a detached entity instancepublic void update(String entityName, Object entity)
StatelessSessionupdate in interface StatelessSessionentityName - The entityName for the entity to be updatedentity - a detached entity instancepublic Object get(Class entityClass, Serializable id)
StatelessSessionget in interface StatelessSessionpublic Object get(Class entityClass, Serializable id, LockMode lockMode)
StatelessSessionget in interface StatelessSessionpublic Object get(String entityName, Serializable id)
StatelessSessionget in interface StatelessSessionpublic Object get(String entityName, Serializable id, LockMode lockMode)
StatelessSessionget in interface StatelessSessionpublic void refresh(Object entity)
StatelessSessionrefresh in interface StatelessSessionentity - The entity to be refreshed.public void refresh(String entityName, Object entity)
StatelessSessionrefresh in interface StatelessSessionentityName - The entityName for the entity to be refreshed.entity - The entity to be refreshed.public void refresh(Object entity, LockMode lockMode)
StatelessSessionrefresh in interface StatelessSessionentity - The entity to be refreshed.lockMode - The LockMode to be applied.public void refresh(String entityName, Object entity, LockMode lockMode)
StatelessSessionrefresh in interface StatelessSessionentityName - The entityName for the entity to be refreshed.entity - The entity to be refreshed.lockMode - The LockMode to be applied.public Object immediateLoad(String entityName, Serializable id) throws HibernateException
SessionImplementorimmediateLoad in interface SessionImplementorHibernateExceptionpublic void initializeCollection(PersistentCollection collection, boolean writing) throws HibernateException
SessionImplementorinitializeCollection in interface SessionImplementorHibernateExceptionpublic Object instantiate(String entityName, Serializable id) throws HibernateException
SessionImplementorinstantiate in interface SessionImplementorHibernateExceptionpublic Object internalLoad(String entityName, Serializable id, boolean eager, boolean nullable) throws HibernateException
SessionImplementorinternalLoad in interface SessionImplementorHibernateExceptionpublic Iterator iterate(String query, QueryParameters queryParameters) throws HibernateException
SessionImplementoriterate in interface SessionImplementorHibernateExceptionpublic Iterator iterateFilter(Object collection, String filter, QueryParameters queryParameters) throws HibernateException
SessionImplementoriterateFilter in interface SessionImplementorHibernateExceptionpublic List listFilter(Object collection, String filter, QueryParameters queryParameters) throws HibernateException
SessionImplementorlistFilter in interface SessionImplementorHibernateExceptionpublic boolean isOpen()
isOpen in interface SessionImplementorpublic void close()
StatelessSessionclose in interface StatelessSessionpublic ConnectionReleaseMode getConnectionReleaseMode()
TransactionContextgetConnectionReleaseMode in interface TransactionContextpublic boolean shouldAutoJoinTransaction()
TransactionContextshouldAutoJoinTransaction in interface TransactionContextpublic boolean isAutoCloseSessionEnabled()
TransactionContextisAutoCloseSessionEnabled in interface TransactionContextpublic boolean isFlushBeforeCompletionEnabled()
TransactionContextisFlushBeforeCompletionEnabled in interface TransactionContextpublic boolean isFlushModeNever()
TransactionContextisFlushModeNever in interface TransactionContextpublic void managedClose()
TransactionContextmanagedClose in interface TransactionContextpublic void managedFlush()
TransactionContextmanagedFlush in interface TransactionContextpublic boolean shouldAutoClose()
TransactionContextTransactionContext.managedClose() for this
 context?shouldAutoClose in interface TransactionContextpublic void afterTransactionBegin(TransactionImplementor hibernateTransaction)
afterTransactionBegin in interface TransactionContextpublic void beforeTransactionCompletion(TransactionImplementor hibernateTransaction)
beforeTransactionCompletion in interface TransactionContextpublic void afterTransactionCompletion(TransactionImplementor hibernateTransaction, boolean successful)
afterTransactionCompletion in interface TransactionContextpublic String onPrepareStatement(String sql)
onPrepareStatement in interface TransactionContextpublic String bestGuessEntityName(Object object)
SessionImplementorbestGuessEntityName in interface SessionImplementorpublic Connection connection()
StatelessSessionconnection in interface SessionImplementorconnection in interface StatelessSessionpublic int executeUpdate(String query, QueryParameters queryParameters) throws HibernateException
SessionImplementorexecuteUpdate in interface SessionImplementorHibernateExceptionpublic CacheMode getCacheMode()
getCacheMode in interface SessionImplementorpublic int getDontFlushFromFind()
getDontFlushFromFind in interface SessionImplementorpublic Map getEnabledFilters()
SessionImplementorFilterImpl
 instance.getEnabledFilters in interface SessionImplementorpublic Serializable getContextEntityIdentifier(Object object)
SessionImplementorgetContextEntityIdentifier in interface SessionImplementorpublic EntityMode getEntityMode()
public EntityPersister getEntityPersister(String entityName, Object object) throws HibernateException
SessionImplementorgetEntityPersister in interface SessionImplementorentityName - optional entity nameobject - the entity instanceHibernateExceptionpublic Object getEntityUsingInterceptor(EntityKey key) throws HibernateException
SessionImplementorgetEntityUsingInterceptor in interface SessionImplementorHibernateExceptionpublic Type getFilterParameterType(String filterParameterName)
SessionImplementorgetFilterParameterType in interface SessionImplementorfilterParameterName - The filter parameter name in the format
 {FILTER_NAME.PARAMETER_NAME}.public Object getFilterParameterValue(String filterParameterName)
SessionImplementorgetFilterParameterValue in interface SessionImplementorfilterParameterName - The filter parameter name in the format
 {FILTER_NAME.PARAMETER_NAME}.public FlushMode getFlushMode()
getFlushMode in interface SessionImplementorpublic Interceptor getInterceptor()
SessionImplementorgetInterceptor in interface SessionImplementorpublic PersistenceContext getPersistenceContext()
SessionImplementorgetPersistenceContext in interface SessionImplementorpublic long getTimestamp()
SessionImplementorgetTimestamp in interface SessionImplementorpublic String guessEntityName(Object entity) throws HibernateException
SessionImplementorguessEntityName in interface SessionImplementorHibernateExceptionpublic boolean isConnected()
isConnected in interface SessionImplementorpublic boolean isTransactionInProgress()
SessionImplementorisTransactionInProgress in interface SessionImplementorpublic void setAutoClear(boolean enabled)
SessionImplementorsetAutoClear in interface SessionImplementorpublic void disableTransactionAutoJoin()
SessionImplementorSynchronization).
 JPA however defines an explicit join transaction operation.
 See javax.persistence.EntityManager#joinTransactiondisableTransactionAutoJoin in interface SessionImplementorpublic void setCacheMode(CacheMode cm)
setCacheMode in interface SessionImplementorpublic void setFlushMode(FlushMode fm)
setFlushMode in interface SessionImplementorpublic Transaction getTransaction() throws HibernateException
SharedSessionContractTransaction instance associated with this session.  The concrete type of the returned
 Transaction object is determined by the hibernate.transaction_factory property.getTransaction in interface SharedSessionContractHibernateExceptionpublic Transaction beginTransaction() throws HibernateException
SharedSessionContractTransaction object.  If a new underlying transaction is
 required, begin the transaction.  Otherwise continue the new work in the context of the existing underlying
 transaction.beginTransaction in interface SharedSessionContractHibernateExceptionSharedSessionContract.getTransaction()public boolean isEventSource()
isEventSource in interface SessionImplementorpublic boolean isDefaultReadOnly()
public void setDefaultReadOnly(boolean readOnly)
                        throws HibernateException
HibernateExceptionpublic List list(String query, QueryParameters queryParameters) throws HibernateException
SessionImplementorlist in interface SessionImplementorHibernateExceptionpublic void afterOperation(boolean success)
public Criteria createCriteria(Class persistentClass, String alias)
SharedSessionContractCriteria instance for the given class (entity or subclasses/implementors), using a specific
 alias.createCriteria in interface SharedSessionContractpersistentClass - The class, which is an entity, or has entity subclasses/implementorsalias - The alias to usepublic Criteria createCriteria(String entityName, String alias)
SharedSessionContractCriteria instance for the given entity name, using a specific alias.createCriteria in interface SharedSessionContractentityName - The entity namealias - The alias to usepublic Criteria createCriteria(Class persistentClass)
SharedSessionContractCriteria instance for the given class (entity or subclasses/implementors)createCriteria in interface SharedSessionContractpersistentClass - The class, which is an entity, or has entity subclasses/implementorspublic Criteria createCriteria(String entityName)
SharedSessionContractCriteria instance for the given entity name.createCriteria in interface SharedSessionContractentityName - The entity namepublic ScrollableResults scroll(CriteriaImpl criteria, ScrollMode scrollMode)
SessionImplementorscroll in interface SessionImplementorpublic List list(CriteriaImpl criteria) throws HibernateException
SessionImplementorlist in interface SessionImplementorHibernateExceptionpublic List listCustomQuery(CustomQuery customQuery, QueryParameters queryParameters) throws HibernateException
SessionImplementorlistCustomQuery in interface SessionImplementorHibernateExceptionpublic ScrollableResults scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters) throws HibernateException
SessionImplementorscrollCustomQuery in interface SessionImplementorHibernateExceptionpublic ScrollableResults scroll(String query, QueryParameters queryParameters) throws HibernateException
SessionImplementorscroll in interface SessionImplementorHibernateExceptionpublic void afterScrollOperation()
afterScrollOperation in interface SessionImplementorpublic void flush()
flush in interface SessionImplementorpublic NonFlushedChanges getNonFlushedChanges()
SessionImplementorgetNonFlushedChanges in interface SessionImplementorpublic void applyNonFlushedChanges(NonFlushedChanges nonFlushedChanges)
SessionImplementorapplyNonFlushedChanges in interface SessionImplementornonFlushedChanges - the non-flushed changespublic String getFetchProfile()
SessionImplementorgetFetchProfile in interface SessionImplementorpublic LoadQueryInfluencers getLoadQueryInfluencers()
SessionImplementorgetLoadQueryInfluencers in interface SessionImplementorpublic void setFetchProfile(String name)
SessionImplementorsetFetchProfile in interface SessionImplementorname - The internal fetch profile name to usepublic int executeNativeUpdate(NativeSQLQuerySpecification nativeSQLQuerySpecification, QueryParameters queryParameters) throws HibernateException
SessionImplementorexecuteNativeUpdate in interface SessionImplementorHibernateExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.