@Service(value="blPersistenceManagerFactory") public class PersistenceManagerFactory extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULTPERSISTENCEMANAGERREF |
protected static String |
persistenceManagerRef |
| Constructor and Description |
|---|
PersistenceManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
endPersistenceManager() |
static PersistenceManager |
getPersistenceManager() |
static PersistenceManager |
getPersistenceManager(TargetModeType targetModeType) |
static String |
getPersistenceManagerRef() |
static boolean |
isPersistenceManagerActive() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
static void |
setPersistenceManagerRef(String persistenceManagerRef) |
static void |
startPersistenceManager(TargetModeType targetModeType) |
public static final String DEFAULTPERSISTENCEMANAGERREF
protected static String persistenceManagerRef
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic static PersistenceManager getPersistenceManager()
public static PersistenceManager getPersistenceManager(TargetModeType targetModeType)
public static boolean isPersistenceManagerActive()
public static void startPersistenceManager(TargetModeType targetModeType)
public static void endPersistenceManager()
public static String getPersistenceManagerRef()
public static void setPersistenceManagerRef(String persistenceManagerRef)
Copyright © 2015. All rights reserved.