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

Packages that use GenericDaoSupport.IsNewAware
org.synyx.hades.dao.orm   
 

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

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

Methods in org.synyx.hades.dao.orm that return GenericDaoSupport.IsNewAware
protected  GenericDaoSupport.IsNewAware 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.