net.sf.jpacriteria.restriction
Class LikeRestriction

java.lang.Object
  extended by net.sf.jpacriteria.restriction.RestrictionImpl
      extended by net.sf.jpacriteria.restriction.LikeRestriction
All Implemented Interfaces:
java.io.Serializable, CriteriaBlock, Restriction

public class LikeRestriction
extends RestrictionImpl

Version:
$Id: LikeRestriction.java,v 1.1 2007/03/26 11:56:01 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
LikeRestriction(java.lang.String property, Parameter<java.lang.String> value, boolean caseInsensitive)
           
LikeRestriction(java.lang.String property, java.lang.String value, boolean caseInsensitive)
           
 
Method Summary
 void build(CriteriaBuffer buffer)
           
 
Methods inherited from class net.sf.jpacriteria.restriction.RestrictionImpl
and, not, or
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LikeRestriction

public LikeRestriction(java.lang.String property,
                       java.lang.String value,
                       boolean caseInsensitive)

LikeRestriction

public LikeRestriction(java.lang.String property,
                       Parameter<java.lang.String> value,
                       boolean caseInsensitive)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.