| Modifier and Type | Method and Description |
|---|---|
protected abstract TidePersistenceManager |
TideServiceContext.getTidePersistenceManager(boolean create)
Create a TidePersistenceManager
|
| Modifier and Type | Method and Description |
|---|---|
protected TidePersistenceManager |
CDIServiceContext.getTidePersistenceManager(boolean create) |
| Modifier and Type | Method and Description |
|---|---|
TidePersistenceManager |
CDIInitializer.getPersistenceManager()
Try to determine what type of persistence the application is using.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTidePersistenceManager
Responsible for attaching a entity with the entity mangager
|
class |
JDOPersistenceManager
Responsible for attaching a entity with the entity mangager
|
class |
JPAPersistenceManager
Responsible for attaching a entity with the entity mangager
|
class |
NoPersistenceManager
Responsible for attaching a entity with the entity mangager
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractTidePersistenceManager.attachEntity(TidePersistenceManager pm,
Object entity,
String[] propertyNames)
Attach the passed in entity with the EntityManager.
|
| Modifier and Type | Method and Description |
|---|---|
protected TidePersistenceManager |
EjbServiceContext.getTidePersistenceManager(boolean create)
Create a TidePersistenceManager
|
| Modifier and Type | Class and Description |
|---|---|
class |
HibernatePersistenceManager
Responsible for attaching a session with the persistence mangager
|
| Modifier and Type | Method and Description |
|---|---|
protected TidePersistenceManager |
AbstractSeamServiceContext.getTidePersistenceManager(boolean create) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateContextManager
Manager responsible for the maintaining a reference for the HibernateContext.
|
class |
HibernatePersistenceControllerManager
Manager responsible for looking up the EntityHome from the Seam context.
|
class |
PersistenceContextManager
Manager responsible for the maintaining a refernce for the PersistenceContext(JPA).
|
class |
PersistenceControllerManager
Manager responsible for looking up the EntityHome from the Seam context.
|
class |
SeamEntityManager
Manager responsible for looking up the EntityManager from Seam for the
passed in SessionManagerName
|
class |
SeamHibernateManager
Manager responsible for looking up the Hibernate Session for the
passed in SessionManagerName
|
| Modifier and Type | Method and Description |
|---|---|
static TidePersistenceManager |
TideHibernatePersistenceFactory.createTidePersistence(Component component,
Component.BijectedAttribute<In> att)
Create a ITidePersistenceManager for a injected attribute(@In).
|
static TidePersistenceManager |
TidePersistenceFactory.createTidePersistence(Component component,
Component.BijectedAttribute<In> att)
Create a ITidePersistenceManager for a injected attribute(@In).
|
static TidePersistenceManager |
TideHibernatePersistenceFactory.createTidePersistence(Component component,
EntityManager persistenceType)
Create a ITideInterceptor for a EntityManager.
|
static TidePersistenceManager |
TidePersistenceFactory.createTidePersistence(Component component,
EntityManager persistenceType)
Create a ITideInterceptor for a EntityManager.
|
static TidePersistenceManager |
TideHibernatePersistenceFactory.createTidePersistence(Component component,
Object persistenceType)
Create the ITidePersistenceManager.
|
static TidePersistenceManager |
TidePersistenceFactory.createTidePersistence(Component component,
Object persistenceType)
Create the ITidePersistenceManager.
|
static TidePersistenceManager |
TideHibernatePersistenceFactory.createTidePersistence(Component component,
PersistenceController<?> controller)
Create ITidePersistenceManager for a PersistenceController
|
static TidePersistenceManager |
TidePersistenceFactory.createTidePersistence(Component component,
PersistenceController<?> controller)
Create ITidePersistenceManager for a PersistenceController
|
static TidePersistenceManager |
TideHibernatePersistenceFactory.createTidePersistence(Component component,
Session persistenceType)
Create ITidePersistenceManager for a HibernateSession
|
TidePersistenceManager |
SeamInitializer.getTidePersistenceManager() |
protected TidePersistenceManager |
SeamHibernateInitializer.tryToDetermineInitiailzer()
Try to determine what type of persistence the application is using.
|
protected TidePersistenceManager |
SeamInitializer.tryToDetermineInitiailzer()
Try to determine what type of persistence the application is using.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeamInitializer.setTidePersistenceManager(TidePersistenceManager pm) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringJPAPersistenceManager
Responsible for attaching a session with the persistence mangager
|
class |
SpringPersistenceManager
Responsible for attaching a session with the persistence mangager
|
| Modifier and Type | Method and Description |
|---|---|
protected TidePersistenceManager |
SpringServiceContext.getTidePersistenceManager(boolean create)
Create a TidePersistenceManager
|