com.mysema.query.collections
Class ColQueryTemplates
java.lang.Object
com.mysema.query.types.Templates
com.mysema.query.serialization.JavaTemplates
com.mysema.query.collections.ColQueryTemplates
public final class ColQueryTemplates
- extends JavaTemplates
ColQueryTemplates extends JavaTemplates to add Java syntax specific operation
templates.
- Version:
- $Id$
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final ColQueryTemplates DEFAULT
ColQueryTemplates
protected ColQueryTemplates()
like
public static boolean like(String str,
String like)
between
public static <A extends Comparable<? super A>> boolean between(A a,
A b,
A c)
getYear
public static int getYear(Date date)
getYearMonth
public static int getYearMonth(Date date)
getMonth
public static int getMonth(Date date)
getWeek
public static int getWeek(Date date)
getDayOfMonth
public static int getDayOfMonth(Date date)
getDayOfWeek
public static int getDayOfWeek(Date date)
getDayOfYear
public static int getDayOfYear(Date date)
getHour
public static int getHour(Date date)
getMinute
public static int getMinute(Date date)
getSecond
public static int getSecond(Date date)
getMilliSecond
public static int getMilliSecond(Date date)
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.