Uses of Interface
org.synyx.hades.dao.orm.GenericDaoSupport.IsNewStrategy

Packages that use GenericDaoSupport.IsNewStrategy
org.synyx.hades.dao.orm DAO implementations based on JPA and various implementation providers. 
 

Uses of GenericDaoSupport.IsNewStrategy in org.synyx.hades.dao.orm
 

Classes in org.synyx.hades.dao.orm that implement GenericDaoSupport.IsNewStrategy
static class GenericDaoSupport.PersistableIsNewStrategy
          Implementation of GenericDaoSupport.IsNewStrategy that assumes the entity handled implements Persistable and uses Persistable.isNew() for the GenericDaoSupport.PersistableIsNewStrategy.isNew(Object) check.
static class GenericDaoSupport.ReflectiveIsNewStrategy
          GenericDaoSupport.IsNewStrategy implementation that reflectively checks a Field or Method annotated with Id.
 

Methods in org.synyx.hades.dao.orm that return GenericDaoSupport.IsNewStrategy
protected  GenericDaoSupport.IsNewStrategy GenericDaoSupport.getIsNewStrategy()
          Returns the strategy how to determine whether an entity is to be regarded as new.
 



Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.