public class Ctxs extends Object
Modifier and Type | Method and Description |
---|---|
static void |
attach(Ctx ctx) |
static void |
close() |
static void |
closePersister(Object persister) |
static Object |
createPersister() |
static Ctx |
ctx() |
static Ctx |
get() |
static PersisterProvider |
getPersisterProvider() |
static boolean |
hasContext() |
static Ctx |
open(String tag) |
static void |
setPersisterProvider(PersisterProvider persisterProvider) |
public static Ctx get()
public static Ctx ctx()
public static boolean hasContext()
public static void attach(Ctx ctx)
public static void close()
public static PersisterProvider getPersisterProvider()
public static void setPersisterProvider(PersisterProvider persisterProvider)
public static Object createPersister()
public static void closePersister(Object persister)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.