public class Weekend<T> extends Example
Example.Builder, Example.Criteria, Example.Criterion, Example.GeneratedCriteria, Example.OrderBy
countColumn, distinct, entityClass, excludeColumns, exists, forUpdate, notNull, ORDERBY, orderByClause, oredCriteria, propertyMap, selectColumns, table, tableName
Constructor and Description |
---|
Weekend(Class<T> entityClass) |
Weekend(Class<T> entityClass,
boolean exists) |
Weekend(Class<T> entityClass,
boolean exists,
boolean notNull) |
Modifier and Type | Method and Description |
---|---|
WeekendCriteria<T,Object> |
createCriteriaAddOn() |
protected Example.Criteria |
createCriteriaInternal() |
static <A> Weekend<A> |
of(Class<A> clazz) |
static <A> Weekend<A> |
of(Class<A> clazz,
Boolean exists) |
static <A> Weekend<A> |
of(Class<A> clazz,
Boolean exists,
boolean notNull) |
WeekendCriteria<T,Object> |
weekendCriteria() |
and, and, builder, clear, createCriteria, excludeProperties, getCountColumn, getDynamicTableName, getEntityClass, getOrderByClause, getOredCriteria, getPropertyMap, getSelectColumns, isDistinct, isForUpdate, or, or, orderBy, selectProperties, setCountProperty, setDistinct, setForUpdate, setOrderByClause, setTableName
public WeekendCriteria<T,Object> createCriteriaAddOn()
protected Example.Criteria createCriteriaInternal()
createCriteriaInternal
in class Example
public WeekendCriteria<T,Object> weekendCriteria()
Copyright © 2018. All rights reserved.