public class ManagedSQLSessionContext extends Object implements br.com.anteros.persistence.session.context.CurrentSQLSessionContext
| Constructor and Description |
|---|
ManagedSQLSessionContext(br.com.anteros.persistence.session.SQLSessionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static br.com.anteros.persistence.session.SQLSession |
bind(br.com.anteros.persistence.session.SQLSession session) |
br.com.anteros.persistence.session.SQLSession |
currentSession() |
static boolean |
hasBind(br.com.anteros.persistence.session.SQLSessionFactory factory) |
protected static Map<br.com.anteros.persistence.session.SQLSessionFactory,br.com.anteros.persistence.session.SQLSession> |
sessionMap() |
static br.com.anteros.persistence.session.SQLSession |
unbind(br.com.anteros.persistence.session.SQLSessionFactory factory) |
public ManagedSQLSessionContext(br.com.anteros.persistence.session.SQLSessionFactory factory)
public br.com.anteros.persistence.session.SQLSession currentSession()
currentSession in interface br.com.anteros.persistence.session.context.CurrentSQLSessionContextpublic static boolean hasBind(br.com.anteros.persistence.session.SQLSessionFactory factory)
public static br.com.anteros.persistence.session.SQLSession bind(br.com.anteros.persistence.session.SQLSession session)
public static br.com.anteros.persistence.session.SQLSession unbind(br.com.anteros.persistence.session.SQLSessionFactory factory)
protected static Map<br.com.anteros.persistence.session.SQLSessionFactory,br.com.anteros.persistence.session.SQLSession> sessionMap()
Copyright © 2019 Anteros Tecnologia. All rights reserved.