org.LexGrid.LexBIG.caCore.dao.orm.translators
Class GridCQLToDetachedCriteria

java.lang.Object
  extended by org.LexGrid.LexBIG.caCore.dao.orm.translators.GridCQLToDetachedCriteria

public class GridCQLToDetachedCriteria
extends java.lang.Object


Constructor Summary
GridCQLToDetachedCriteria()
           
 
Method Summary
 boolean isPrefixCastorUnderscore()
           
 void setPrefixCastorUnderscore(boolean prefixCastorUnderscore)
           
 DetachedCriteria translate(CQLQuery query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridCQLToDetachedCriteria

public GridCQLToDetachedCriteria()
Method Detail

translate

public DetachedCriteria translate(CQLQuery query)
                           throws TranslationException
Throws:
TranslationException

isPrefixCastorUnderscore

public boolean isPrefixCastorUnderscore()

setPrefixCastorUnderscore

public void setPrefixCastorUnderscore(boolean prefixCastorUnderscore)