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