|
||||||||||
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.BaseProximoNumeroProtocoloDAO
public abstract class BaseProximoNumeroProtocoloDAO
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 ProximoNumeroProtocoloDAO |
instance
|
Constructor Summary | |
---|---|
BaseProximoNumeroProtocoloDAO()
|
Method Summary | |
---|---|
void |
delete(ProximoNumeroProtocolo proximoNumeroProtocolo)
Remove a persistent instance from the datastore. |
void |
delete(ProximoNumeroProtocolo proximoNumeroProtocolo,
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 ProximoNumeroProtocoloDAO |
getInstance()
Return a singleton of the DAO |
java.lang.Class |
getReferenceClass()
br.gov.mj.frameworkprocessos.pojo.dao. |
ProximoNumeroProtocolo |
load(ProximoNumeroProtocolo key)
|
ProximoNumeroProtocolo |
load(ProximoNumeroProtocolo key,
Session s)
|
ProximoNumeroProtocolo |
loadInitialize(ProximoNumeroProtocolo key,
Session s)
|
void |
refresh(ProximoNumeroProtocolo proximoNumeroProtocolo,
Session s)
Re-read the state of the given instance from the underlying database. |
ProximoNumeroProtocolo |
save(ProximoNumeroProtocolo proximoNumeroProtocolo)
Persist the given transient instance, first assigning a generated identifier. |
ProximoNumeroProtocolo |
save(ProximoNumeroProtocolo proximoNumeroProtocolo,
Session s)
Persist the given transient instance, first assigning a generated identifier. |
void |
saveOrUpdate(ProximoNumeroProtocolo proximoNumeroProtocolo)
Either save() or update() the given instance, depending upon the value of its identifier property. |
void |
saveOrUpdate(ProximoNumeroProtocolo proximoNumeroProtocolo,
Session s)
Either save() or update() the given instance, depending upon the value of its identifier property. |
void |
update(ProximoNumeroProtocolo proximoNumeroProtocolo)
Update the persistent state associated with the given identifier. |
void |
update(ProximoNumeroProtocolo proximoNumeroProtocolo,
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 ProximoNumeroProtocoloDAO instance
Constructor Detail |
---|
public BaseProximoNumeroProtocoloDAO()
Method Detail |
---|
public static ProximoNumeroProtocoloDAO getInstance()
public java.lang.Class getReferenceClass()
public ProximoNumeroProtocolo load(ProximoNumeroProtocolo key) throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public ProximoNumeroProtocolo load(ProximoNumeroProtocolo key, Session s) throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public ProximoNumeroProtocolo loadInitialize(ProximoNumeroProtocolo key, Session s) throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public ProximoNumeroProtocolo save(ProximoNumeroProtocolo proximoNumeroProtocolo) throws net.sf.hibernate.HibernateException
proximoNumeroProtocolo
- a transient instance of a persistent class
net.sf.hibernate.HibernateException
public ProximoNumeroProtocolo save(ProximoNumeroProtocolo proximoNumeroProtocolo, Session s) throws net.sf.hibernate.HibernateException
proximoNumeroProtocolo
- a transient instance of a persistent classs
- the Session
net.sf.hibernate.HibernateException
public void saveOrUpdate(ProximoNumeroProtocolo proximoNumeroProtocolo) throws net.sf.hibernate.HibernateException
proximoNumeroProtocolo
- a transient instance containing new or updated state
net.sf.hibernate.HibernateException
public void saveOrUpdate(ProximoNumeroProtocolo proximoNumeroProtocolo, Session s) throws net.sf.hibernate.HibernateException
proximoNumeroProtocolo
- a transient instance containing new or updated state.s
- the Session.
net.sf.hibernate.HibernateException
public void update(ProximoNumeroProtocolo proximoNumeroProtocolo) throws net.sf.hibernate.HibernateException
proximoNumeroProtocolo
- a transient instance containing updated state
net.sf.hibernate.HibernateException
public void update(ProximoNumeroProtocolo proximoNumeroProtocolo, Session s) throws net.sf.hibernate.HibernateException
proximoNumeroProtocolo
- a transient instance containing updated statethe
- Session
net.sf.hibernate.HibernateException
public void delete(ProximoNumeroProtocolo proximoNumeroProtocolo) throws net.sf.hibernate.HibernateException
proximoNumeroProtocolo
- the instance to be removed
net.sf.hibernate.HibernateException
public void delete(ProximoNumeroProtocolo proximoNumeroProtocolo, Session s) throws net.sf.hibernate.HibernateException
proximoNumeroProtocolo
- the instance to be removeds
- the Session
net.sf.hibernate.HibernateException
public void refresh(ProximoNumeroProtocolo proximoNumeroProtocolo, 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 |