@ConversationScoped
public class CDIInitializer
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CDIInitializer() |
| Modifier and Type | Method and Description |
|---|---|
TidePersistenceManager |
getPersistenceManager()
Try to determine what type of persistence the application is using.
|
java.lang.Object |
lazyInitialize(java.lang.Object entity,
java.lang.String[] propertyNames)
Initiliazes the property for the passed in entity.
|
void |
restoreLoadedEntities() |
void |
saveLoadedEntities() |
public java.lang.Object lazyInitialize(java.lang.Object entity,
java.lang.String[] propertyNames)
public TidePersistenceManager getPersistenceManager()
public void restoreLoadedEntities()
public void saveLoadedEntities()