|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||