public class DocumentDaoImpl extends Object implements DocumentDao
Constructor and Description |
---|
DocumentDaoImpl() |
Modifier and Type | Method and Description |
---|---|
Document |
getDocument(int documentID)
Retrieve document by primary key
|
org.hibernate.SessionFactory |
getSessionFactory() |
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory) |
public org.hibernate.SessionFactory getSessionFactory()
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
public Document getDocument(int documentID)
DocumentDao
getDocument
in interface DocumentDao
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.