org.granite.tide
Interface TidePersistenceManager

All Known Implementing Classes:
AbstractTidePersistenceManager, JDOPersistenceManager, JPAPersistenceManager, NoPersistenceManager

public interface TidePersistenceManager

Author:
cingram, William DRAI

Method Summary
 Object attachEntity(Object entity, String[] propertyNames)
          Fetch the entity with its lazy properties from the persistence context.
 

Method Detail

attachEntity

Object attachEntity(Object entity,
                    String[] propertyNames)
Fetch the entity with its lazy properties from the persistence context.

Parameters:
entity - entity to load
propertyNames - array of property names to fetch
Returns:
the entity with the persistence context.