@Deprecated
public class BatchSessionUtil
extends Object
BatchSession
Constructor and Description |
---|
BatchSessionUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
delete(Session session,
BaseModel<?> model)
Deprecated.
|
static BatchSession |
getBatchSession()
Deprecated.
|
static boolean |
isEnabled()
Deprecated.
|
void |
setBatchSession(BatchSession batchSession)
Deprecated.
|
static void |
setEnabled(boolean enabled)
Deprecated.
|
static void |
update(Session session,
BaseModel<?> model,
boolean merge)
Deprecated.
|
public static void delete(Session session, BaseModel<?> model) throws ORMException
ORMException
public static BatchSession getBatchSession()
public static boolean isEnabled()
public static void setEnabled(boolean enabled)
public static void update(Session session, BaseModel<?> model, boolean merge) throws ORMException
ORMException
public void setBatchSession(BatchSession batchSession)