|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base._BaseRootDAO
br.gov.mj.frameworkprocessos.pojo.dao._RootDAO
br.gov.mj.frameworkprocessos.pojo.base.BaseNumeroProtocoloPendenteDAO
public abstract class BaseNumeroProtocoloPendenteDAO
This class has been automatically generated by Hibernate Synchronizer. For more information or documentation, visit The Hibernate Synchronizer page at http://www.binamics.com/hibernatesync or contact Joe Hudson at joe@binamics.com. This is an automatically generated DAO class which should not be edited.
Field Summary | |
---|---|
static NumeroProtocoloPendenteDAO |
instance
|
Constructor Summary | |
---|---|
BaseNumeroProtocoloPendenteDAO()
|
Method Summary | |
---|---|
void |
delete(NumeroProtocoloPendente numeroProtocoloPendente)
Remove a persistent instance from the datastore. |
void |
delete(NumeroProtocoloPendente numeroProtocoloPendente,
Session s)
Remove a persistent instance from the datastore. |
void |
delete(java.lang.String id)
Remove a persistent instance from the datastore. |
void |
delete(java.lang.String id,
Session s)
Remove a persistent instance from the datastore. |
java.lang.String |
getDefaultOrderProperty()
Return the property of the class you would like to use for default ordering |
static NumeroProtocoloPendenteDAO |
getInstance()
Return a singleton of the DAO |
java.lang.Class |
getReferenceClass()
br.gov.mj.frameworkprocessos.pojo.dao. |
NumeroProtocoloPendente |
load(java.lang.String key)
|
NumeroProtocoloPendente |
load(java.lang.String key,
Session s)
|
NumeroProtocoloPendente |
loadInitialize(java.lang.String key,
Session s)
|
void |
refresh(NumeroProtocoloPendente numeroProtocoloPendente,
Session s)
Re-read the state of the given instance from the underlying database. |
java.lang.String |
save(NumeroProtocoloPendente numeroProtocoloPendente)
Persist the given transient instance, first assigning a generated identifier. |
java.lang.String |
save(NumeroProtocoloPendente numeroProtocoloPendente,
Session s)
Persist the given transient instance, first assigning a generated identifier. |
void |
saveOrUpdate(NumeroProtocoloPendente numeroProtocoloPendente)
Either save() or update() the given instance, depending upon the value of its identifier property. |
void |
saveOrUpdate(NumeroProtocoloPendente numeroProtocoloPendente,
Session s)
Either save() or update() the given instance, depending upon the value of its identifier property. |
void |
update(NumeroProtocoloPendente numeroProtocoloPendente)
Update the persistent state associated with the given identifier. |
void |
update(NumeroProtocoloPendente numeroProtocoloPendente,
Session s)
Update the persistent state associated with the given identifier. |
Methods inherited from class br.gov.mj.frameworkprocessos.pojo.base._BaseRootDAO |
---|
beginTransaction, closeSession, commitTransaction, createSession, createSession, find, find, find, find, find, find, findAll, findAll, findAll, getConfigurationFileName, getNamedQuery, getNamedQuery, getNamedQuery, getNamedQuery, initialize, initialize |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static NumeroProtocoloPendenteDAO instance
Constructor Detail |
---|
public BaseNumeroProtocoloPendenteDAO()
Method Detail |
---|
public static NumeroProtocoloPendenteDAO getInstance()
public java.lang.Class getReferenceClass()
public NumeroProtocoloPendente load(java.lang.String key) throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public NumeroProtocoloPendente load(java.lang.String key, Session s) throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public NumeroProtocoloPendente loadInitialize(java.lang.String key, Session s) throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public java.lang.String save(NumeroProtocoloPendente numeroProtocoloPendente) throws net.sf.hibernate.HibernateException
numeroProtocoloPendente
- a transient instance of a persistent class
net.sf.hibernate.HibernateException
public java.lang.String save(NumeroProtocoloPendente numeroProtocoloPendente, Session s) throws net.sf.hibernate.HibernateException
numeroProtocoloPendente
- a transient instance of a persistent classs
- the Session
net.sf.hibernate.HibernateException
public void saveOrUpdate(NumeroProtocoloPendente numeroProtocoloPendente) throws net.sf.hibernate.HibernateException
numeroProtocoloPendente
- a transient instance containing new or updated state
net.sf.hibernate.HibernateException
public void saveOrUpdate(NumeroProtocoloPendente numeroProtocoloPendente, Session s) throws net.sf.hibernate.HibernateException
numeroProtocoloPendente
- a transient instance containing new or updated state.s
- the Session.
net.sf.hibernate.HibernateException
public void update(NumeroProtocoloPendente numeroProtocoloPendente) throws net.sf.hibernate.HibernateException
numeroProtocoloPendente
- a transient instance containing updated state
net.sf.hibernate.HibernateException
public void update(NumeroProtocoloPendente numeroProtocoloPendente, Session s) throws net.sf.hibernate.HibernateException
numeroProtocoloPendente
- a transient instance containing updated statethe
- Session
net.sf.hibernate.HibernateException
public void delete(java.lang.String id) throws net.sf.hibernate.HibernateException
id
- the instance ID to be removed
net.sf.hibernate.HibernateException
public void delete(java.lang.String id, Session s) throws net.sf.hibernate.HibernateException
id
- the instance ID to be removeds
- the Session
net.sf.hibernate.HibernateException
public void delete(NumeroProtocoloPendente numeroProtocoloPendente) throws net.sf.hibernate.HibernateException
numeroProtocoloPendente
- the instance to be removed
net.sf.hibernate.HibernateException
public void delete(NumeroProtocoloPendente numeroProtocoloPendente, Session s) throws net.sf.hibernate.HibernateException
numeroProtocoloPendente
- the instance to be removeds
- the Session
net.sf.hibernate.HibernateException
public void refresh(NumeroProtocoloPendente numeroProtocoloPendente, Session s) throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public java.lang.String getDefaultOrderProperty()
_BaseRootDAO
getDefaultOrderProperty
in class _BaseRootDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |