Uses of Class
com.avaje.ebean.LikeType

Packages that use LikeType
com.avaje.ebean Core API (see Ebean and EbeanServer). 
 

Uses of LikeType in com.avaje.ebean
 

Methods in com.avaje.ebean that return LikeType
static LikeType LikeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LikeType[] LikeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.avaje.ebean with parameters of type LikeType
 ExampleExpression ExpressionFactory.exampleLike(Object example, boolean caseInsensitive, LikeType likeType)
          Create the query by Example expression specifying more options.
static ExampleExpression Expr.exampleLike(Object example, boolean caseInsensitive, LikeType likeType)
          Create the query by Example expression specifying more options.
 



Copyright © 2010. All Rights Reserved.