public class TransactionHandler extends Object
| Constructor and Description |
|---|
TransactionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEnd() |
void |
beforeStart(Transactional transactional) |
protected void |
configureSession() |
protected org.hibernate.Session |
getSession() |
static org.hibernate.SessionFactory |
getSessionFactory() |
static void |
initialize(org.hibernate.SessionFactory initSessionFactory) |
void |
onError() |
void |
onFinish() |
public static void initialize(org.hibernate.SessionFactory initSessionFactory)
public static org.hibernate.SessionFactory getSessionFactory()
public void beforeStart(@Nullable Transactional transactional)
public void afterEnd()
public void onError()
public void onFinish()
protected void configureSession()
protected org.hibernate.Session getSession()
Copyright © 2020. All rights reserved.