net.sf.jpacriteria.restriction
Class SuffixRestriction

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

public class SuffixRestriction
extends RestrictionImpl

Version:
$Id: SuffixRestriction.java,v 1.1 2007/03/26 09:05:50 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
SuffixRestriction(java.lang.String property, java.lang.String suffix)
           
 
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

SuffixRestriction

public SuffixRestriction(java.lang.String property,
                         java.lang.String suffix)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.