Java org.hibernate SharedSessionContract fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate SharedSessionContract fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate SharedSessionContract.

The text is from its open source code.

Method

CriteriacreateCriteria(Class persistentClass)
Create Criteria instance for the given class (entity or subclasses/implementors).
CriteriacreateCriteria(String entityName)
Create Criteria instance for the given entity name.
NativeQuerycreateNativeQuery(String sqlString)
Create a NativeQuery instance for the given native (SQL) query
org.hibernate.query.QuerycreateQuery(String queryString)
QuerycreateQuery(String queryString, Class resultClass)
Create a typed Query instance for the given HQL/JPQL query string.
TransactiongetTransaction()
Get the Transaction instance associated with this session.