|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PersistenceContext.Kind in fr.umlv.javaodb |
|---|
| Methods in fr.umlv.javaodb that return PersistenceContext.Kind | |
|---|---|
PersistenceContext.Kind |
PersistenceContext.getKind()
Returns the current context kind. |
static PersistenceContext.Kind |
PersistenceContext.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PersistenceContext.Kind[] |
PersistenceContext.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in fr.umlv.javaodb with parameters of type PersistenceContext.Kind | |
|---|---|
PersistenceContext |
PersistenceManager.newContext(PersistenceContext.Kind kind)
Creates a thread local context or a nested context if a context already exists on the current thread. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||