| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.princeton.wordnet.orm.hibernate.Querier<X>
public abstract class Querier<X>
Wrapper class
| Constructor Summary | |
|---|---|
| protected  | Querier()Constructor | 
| Method Summary | |
|---|---|
| protected abstract  org.hibernate.Query | make(org.hibernate.Session thisSession)Make Hibernate query | 
|  java.util.Collection<X> | run(org.hibernate.Session thisSession)Run query and process | 
|  java.util.Collection<org.dom4j.Element> | runXml(org.hibernate.Session thatSession)Run query and process | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected Querier()
| Method Detail | 
|---|
protected abstract org.hibernate.Query make(org.hibernate.Session thisSession)
                                     throws java.lang.RuntimeException
thisSession - Hibernate session
java.lang.RuntimeExceptionpublic final java.util.Collection<X> run(org.hibernate.Session thisSession)
thisSession - sessionpublic final java.util.Collection<org.dom4j.Element> runXml(org.hibernate.Session thatSession)
thatSession - session| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||