Uses of Class
net.leadware.persistence.tools.api.utils.RestrictionsContainer

Packages that use RestrictionsContainer
net.leadware.persistence.tools.api.utils   
 

Uses of RestrictionsContainer in net.leadware.persistence.tools.api.utils
 

Methods in net.leadware.persistence.tools.api.utils that return RestrictionsContainer
 RestrictionsContainer RestrictionsContainer.add(Predicate restriction)
          Methode d'ajout d'une restriction
<Y extends Comparable<Y>>
RestrictionsContainer
RestrictionsContainer.addEq(String property, Y value)
          Methode d'ajout de la restriction Eq
<Y extends Comparable<Y>>
RestrictionsContainer
RestrictionsContainer.addGe(String property, Y value)
          Methode d'ajout de la restriction GE
<Y extends Comparable<Y>>
RestrictionsContainer
RestrictionsContainer.addGt(String property, Y value)
          Methode d'ajout de la restriction GT
 RestrictionsContainer RestrictionsContainer.addIsFalse(String property)
          Methode d'ajout de la restriction IsFalse
 RestrictionsContainer RestrictionsContainer.addIsNotNull(String property)
          Methode d'ajout de la restriction IsNotNull
 RestrictionsContainer RestrictionsContainer.addIsNull(String property)
          Methode d'ajout de la restriction IsNull
 RestrictionsContainer RestrictionsContainer.addIsTrue(String property)
          Methode d'ajout de la restriction IsTrue
<Y extends Comparable<Y>>
RestrictionsContainer
RestrictionsContainer.addLe(String property, Y value)
          Methode d'ajout de la restriction Le
 RestrictionsContainer RestrictionsContainer.addLike(String property, String value)
          Methode d'ajout de la restriction Like
<Y extends Comparable<Y>>
RestrictionsContainer
RestrictionsContainer.addLt(String property, Y value)
          Methode d'ajout de la restriction Lt
<Y extends Comparable<Y>>
RestrictionsContainer
RestrictionsContainer.addNotEq(String property, Y value)
          Methode d'ajout de la restriction NotEq
 RestrictionsContainer RestrictionsContainer.addNotLike(String property, String value)
          Methode d'ajout de la restriction NotLike
static RestrictionsContainer RestrictionsContainer.newInstance()
          Obtention de l'instance
 



Copyright © 2015 Leadware. All Rights Reserved.