org.caleigo.core.service
Interface SQLToolKit.IQualifierParser

All Known Implementing Classes:
SQLToolKit.CompositeQualifierParser, SQLToolKit.RelationQualifierParser
Enclosing interface:
SQLToolKit

public static interface SQLToolKit.IQualifierParser


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.
 

Method Detail

process

public 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.


stateDescriptorRequirement

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



Copyright © 2005 Caleigo. All Rights Reserved.