org.granite.tide.data
Class NoPersistenceManager

java.lang.Object
  extended by 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

Constructor Summary
NoPersistenceManager()
           
 
Method Summary
 Object attachEntity(Object entity, String[] propertyNames)
          Attach the passed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoPersistenceManager

public NoPersistenceManager()
Method Detail

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