net.sf.jpacriteria.operator
Class SuffixOperator

java.lang.Object
  extended by net.sf.jpacriteria.operator.OperatorImpl
      extended by net.sf.jpacriteria.operator.SuffixOperator
All Implemented Interfaces:
java.io.Serializable, CriteriaBlock, Operator

public class SuffixOperator
extends OperatorImpl

Version:
$Id: SuffixOperator.java,v 1.1 2007/03/25 21:09:56 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Field Summary
static SuffixOperator IS_NOT_NULL
           
static SuffixOperator IS_NULL
           
 
Constructor Summary
SuffixOperator(java.lang.String operator)
           
 
Method Summary
 
Methods inherited from class net.sf.jpacriteria.operator.OperatorImpl
build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_NULL

public static SuffixOperator IS_NULL

IS_NOT_NULL

public static SuffixOperator IS_NOT_NULL
Constructor Detail

SuffixOperator

public SuffixOperator(java.lang.String operator)


Copyright © 2007. All Rights Reserved.