|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectasit.moa.moazs.notifier._BaseRootDAO
asit.moa.moazs.notifier.dao._RootDAO
asit.moa.moazs.notifier.BaseEmailAdressatDAO
This is an automatically generated DAO class which should not be edited.
| Field Summary | |
static EmailAdressatDAO |
instance
|
| Fields inherited from class asit.moa.moazs.notifier._BaseRootDAO |
mappedSessions, sessionFactory, sessionFactoryMap, sessions |
| Constructor Summary | |
BaseEmailAdressatDAO()
|
|
| Method Summary | |
EmailAdressat |
cast(Object object)
Cast the object as a asit.moa.moazs.notifier.EmailAdressat |
void |
delete(EmailAdressat emailAdressat)
Remove a persistent instance from the datastore. |
void |
delete(EmailAdressat emailAdressat,
net.sf.hibernate.Session s)
Remove a persistent instance from the datastore. |
void |
delete(long id)
Remove a persistent instance from the datastore. |
void |
delete(long id,
net.sf.hibernate.Session s)
Remove a persistent instance from the datastore. |
EmailAdressat |
get(long key)
|
EmailAdressat |
get(long key,
net.sf.hibernate.Session s)
|
net.sf.hibernate.expression.Order |
getDefaultOrder()
|
static EmailAdressatDAO |
getInstance()
Return a singleton of the DAO |
Class |
getReferenceClass()
Return the specific Object class that will be used for class-specific implementation of this DAO. |
EmailAdressat |
load(long key)
|
EmailAdressat |
load(long key,
net.sf.hibernate.Session s)
|
EmailAdressat |
loadInitialize(long key,
net.sf.hibernate.Session s)
|
void |
refresh(EmailAdressat emailAdressat,
net.sf.hibernate.Session s)
Re-read the state of the given instance from the underlying database. |
Long |
save(EmailAdressat emailAdressat)
Persist the given transient instance, first assigning a generated identifier. |
Long |
save(EmailAdressat emailAdressat,
net.sf.hibernate.Session s)
Persist the given transient instance, first assigning a generated identifier. |
void |
saveOrUpdate(EmailAdressat emailAdressat)
Either save() or update() the given instance, depending upon the value of its identifier property. |
void |
saveOrUpdate(EmailAdressat emailAdressat,
net.sf.hibernate.Session s)
Either save() or update() the given instance, depending upon the value of its identifier property. |
void |
update(EmailAdressat emailAdressat)
Update the persistent state associated with the given identifier. |
void |
update(EmailAdressat emailAdressat,
net.sf.hibernate.Session s)
Update the persistent state associated with the given identifier. |
| Methods inherited from class asit.moa.moazs.notifier._BaseRootDAO |
beginTransaction, closeCurrentThreadSessions, closeSession, commitTransaction, createNewSession, delete, delete, delete, delete, findAll, findAll, findAll, findAll, findFiltered, findFiltered, findFiltered, get, get, getConfigurationFileName, getNamedQuery, getNamedQuery, getNamedQuery, getNamedQuery, getNamedQuery, getNamedQuery, getNamedQuery, getNamedQuery, getNewConfiguration, getQuery, getQuery, getQuery, getQuery, getQuery, getQuery, getQuery, getQuery, getSession, getSessionFactory, getSessionFactory, initialize, initialize, initialize, load, load, refresh, save, save, saveOrUpdate, saveOrUpdate, setSessionFactory, setSessionFactory, update, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static EmailAdressatDAO instance
| Constructor Detail |
public BaseEmailAdressatDAO()
| Method Detail |
public static EmailAdressatDAO getInstance()
public Class getReferenceClass()
_BaseRootDAO
getReferenceClass in class _BaseRootDAOpublic net.sf.hibernate.expression.Order getDefaultOrder()
getDefaultOrder in class _BaseRootDAOpublic EmailAdressat cast(Object object)
public EmailAdressat get(long key)
throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public EmailAdressat get(long key,
net.sf.hibernate.Session s)
throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public EmailAdressat load(long key)
throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public EmailAdressat load(long key,
net.sf.hibernate.Session s)
throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public EmailAdressat loadInitialize(long key,
net.sf.hibernate.Session s)
throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public Long save(EmailAdressat emailAdressat)
throws net.sf.hibernate.HibernateException
emailAdressat - a transient instance of a persistent class
net.sf.hibernate.HibernateException
public Long save(EmailAdressat emailAdressat,
net.sf.hibernate.Session s)
throws net.sf.hibernate.HibernateException
emailAdressat - a transient instance of a persistent classs - the Session
net.sf.hibernate.HibernateException
public void saveOrUpdate(EmailAdressat emailAdressat)
throws net.sf.hibernate.HibernateException
emailAdressat - a transient instance containing new or updated state
net.sf.hibernate.HibernateException
public void saveOrUpdate(EmailAdressat emailAdressat,
net.sf.hibernate.Session s)
throws net.sf.hibernate.HibernateException
emailAdressat - a transient instance containing new or updated state.s - the Session.
net.sf.hibernate.HibernateException
public void update(EmailAdressat emailAdressat)
throws net.sf.hibernate.HibernateException
emailAdressat - a transient instance containing updated state
net.sf.hibernate.HibernateException
public void update(EmailAdressat emailAdressat,
net.sf.hibernate.Session s)
throws net.sf.hibernate.HibernateException
emailAdressat - a transient instance containing updated state
net.sf.hibernate.HibernateException
public void delete(long id)
throws net.sf.hibernate.HibernateException
id - the instance ID to be removed
net.sf.hibernate.HibernateException
public void delete(long id,
net.sf.hibernate.Session s)
throws net.sf.hibernate.HibernateException
id - the instance ID to be removeds - the Session
net.sf.hibernate.HibernateException
public void delete(EmailAdressat emailAdressat)
throws net.sf.hibernate.HibernateException
emailAdressat - the instance to be removed
net.sf.hibernate.HibernateException
public void delete(EmailAdressat emailAdressat,
net.sf.hibernate.Session s)
throws net.sf.hibernate.HibernateException
emailAdressat - the instance to be removeds - the Session
net.sf.hibernate.HibernateException
public void refresh(EmailAdressat emailAdressat,
net.sf.hibernate.Session s)
throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||