org.granite.tide.data
Class NoPersistenceManager
java.lang.Object
org.granite.tide.data.NoPersistenceManager
- All Implemented Interfaces:
- TidePersistenceManager
public class NoPersistenceManager
- extends Object
- implements TidePersistenceManager
Responsible for attaching a entity with the entity mangager
- Author:
- cingram
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoPersistenceManager
public NoPersistenceManager()
attachEntity
public Object attachEntity(Object entity,
String[] propertyNames)
- Attach the passed
- Specified by:
attachEntity in interface TidePersistenceManager
- Parameters:
entity - propertyNames - array of property names to fetch
- Returns:
- the attached entity object