Uses of Interface
com.jpattern.orm.query.clause.where.PropertyDecorator

Packages that use PropertyDecorator
com.jpattern.orm.query.clause.where   
 

Uses of PropertyDecorator in com.jpattern.orm.query.clause.where
 

Classes in com.jpattern.orm.query.clause.where that implement PropertyDecorator
 class LowerCasePropertyDecorator
           
 class NullPropertyDecorator
           
 class UpperCasePropertyDecorator
           
 

Methods in com.jpattern.orm.query.clause.where that return PropertyDecorator
protected  PropertyDecorator APropertiesExpressionElement.getPropertyDecorator()
           
protected  PropertyDecorator AExpressionElement.getPropertyDecorator()
           
protected  PropertyDecorator APropertiesExpressionElement.getValueDecorator()
           
protected  PropertyDecorator AExpressionElement.getValueDecorator()
           
 

Methods in com.jpattern.orm.query.clause.where with parameters of type PropertyDecorator
protected  void APropertiesExpressionElement.setPropertyDecorator(PropertyDecorator propertyDecorator)
           
protected  void AExpressionElement.setPropertyDecorator(PropertyDecorator propertyDecorator)
           
protected  void APropertiesExpressionElement.setValueDecorator(PropertyDecorator valueDecorator)
           
protected  void AExpressionElement.setValueDecorator(PropertyDecorator valueDecorator)
           
 



Copyright © 2013. All Rights Reserved.