edu.princeton.wordnet.orm.hibernate
Class WordQueryFromLikeness

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

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

Query from pattern

Author:
Bernard Bou

Field Summary
private  java.lang.String thePattern
          Pattern
 
Constructor Summary
WordQueryFromLikeness(java.lang.String thisPattern)
          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

thePattern

private final java.lang.String thePattern
Pattern

Constructor Detail

WordQueryFromLikeness

public WordQueryFromLikeness(java.lang.String thisPattern)
Constructor

Parameters:
thisPattern - pattern
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