br.gov.mj.frameworkprocessos.pojo.dao
Class DocumentoVinculoDAO
java.lang.Object
br.gov.mj.frameworkprocessos.pojo.dao.DocumentoVinculoDAO
public class DocumentoVinculoDAO
- extends
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 the object class that relates to the DocumentoVinculo table.
Any customizations belong here.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentoVinculoDAO
public DocumentoVinculoDAO(SessionFactory sf)
consultarPorDocumentoPai
public java.util.List<DocumentoVinculo> consultarPorDocumentoPai(java.lang.Integer codigoDocumento)
throws DAOException
- Parameters:
codigoDocumento
-
- Throws:
DAOException
consultarDesvinculacoesPorDocumento
public java.util.List<DocumentoVinculo> consultarDesvinculacoesPorDocumento(java.lang.Integer codigoDocumento)
throws DAOException
- Throws:
DAOException