public class SpringPersistenceManager extends Object implements TidePersistenceManager
| Constructor and Description |
|---|
SpringPersistenceManager(PlatformTransactionManager transactionManager) |
| Modifier and Type | Method and Description |
|---|---|
Object |
attachEntity(Object entity,
String[] propertyNames)
Fetch the entity with its lazy properties from the persistence context.
|
public SpringPersistenceManager(PlatformTransactionManager transactionManager)
public Object attachEntity(Object entity, String[] propertyNames)
TidePersistenceManagerattachEntity in interface TidePersistenceManagerentity - entity to loadpropertyNames - array of property names to fetch