|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jpacriteria.restriction.RestrictionImpl
net.sf.jpacriteria.restriction.InRestriction
public class InRestriction
Constructor Summary | |
---|---|
InRestriction(java.lang.String property,
java.util.Collection collection)
|
|
InRestriction(java.lang.String property,
CollectionParameter parameter)
|
|
InRestriction(java.lang.String property,
java.lang.Object... values)
|
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 |
---|
public InRestriction(java.lang.String property, CollectionParameter parameter)
public InRestriction(java.lang.String property, java.util.Collection collection)
public InRestriction(java.lang.String property, java.lang.Object... values)
Method Detail |
---|
public void build(CriteriaBuffer buffer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |