edu.princeton.wordnet.orm.hibernate
Class WordQueryFromLemma

java.lang.Object
  extended by edu.princeton.wordnet.orm.hibernate.Querier<edu.princeton.wordnet.pojos.Word>
      extended by edu.princeton.wordnet.orm.hibernate.WordQueryFromLemma

public class WordQueryFromLemma
extends Querier<edu.princeton.wordnet.pojos.Word>

Word query from lemma

Author:
Bernard Bou

Field Summary
private  java.lang.String theLemma
          Lemma
 
Constructor Summary
WordQueryFromLemma(java.lang.String thisLemma)
          Constructor
 
Method Summary
protected  org.hibernate.Query make(org.hibernate.Session thisSession)
          Make Hibernate query
 
Methods inherited from class edu.princeton.wordnet.orm.hibernate.Querier
run, runXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theLemma

private final java.lang.String theLemma
Lemma

Constructor Detail

WordQueryFromLemma

public WordQueryFromLemma(java.lang.String thisLemma)
Constructor

Parameters:
thisLemma - lemma
Method Detail

make

protected org.hibernate.Query make(org.hibernate.Session thisSession)
Description copied from class: Querier
Make Hibernate query

Specified by:
make in class Querier<edu.princeton.wordnet.pojos.Word>
Parameters:
thisSession - Hibernate session
Returns:
Hibernate query