org.caleigo.core.service
Class SQLToolKit.RelationQualifierParser

java.lang.Object
  extended byorg.caleigo.core.service.SQLToolKit.RelationQualifierParser
All Implemented Interfaces:
SQLToolKit.IQualifierParser
Enclosing class:
SQLToolKit

public class SQLToolKit.RelationQualifierParser
extends java.lang.Object
implements SQLToolKit.IQualifierParser


Constructor Summary
SQLToolKit.RelationQualifierParser()
           
 
Method Summary
 java.lang.String process(Qualifier qualifier, SQLToolKit sql, java.lang.String alias)
          Should produce a valid logic "term" to iclude in an sql where- statement.
 java.util.Set stateDescriptorRequirement(Qualifier qualifier, SQLToolKit sql)
          Should produce a set of entity descriptors that are adressed by the qualifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLToolKit.RelationQualifierParser

public SQLToolKit.RelationQualifierParser()
Method Detail

process

public java.lang.String process(Qualifier qualifier,
                                SQLToolKit sql,
                                java.lang.String alias)
Description copied from interface: SQLToolKit.IQualifierParser
Should produce a valid logic "term" to iclude in an sql where- statement.

Specified by:
process in interface SQLToolKit.IQualifierParser

stateDescriptorRequirement

public java.util.Set stateDescriptorRequirement(Qualifier qualifier,
                                                SQLToolKit sql)
Description copied from interface: SQLToolKit.IQualifierParser
Should produce a set of entity descriptors that are adressed by the qualifier.

Specified by:
stateDescriptorRequirement in interface SQLToolKit.IQualifierParser


Copyright © 2005 Caleigo. All Rights Reserved.