public class StatementBuilder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> AggregationStatement<E> |
buildAggregation(EntityNode<E> n) |
static <E> InsertStatement<E> |
buildInsert(EntityNode<E> n) |
static <E> Restrictions<E> |
buildRestrictions(EntityNode<E> entityNode) |
static <E> SelectStatement<E> |
buildSelect(EntityNode<E> n) |
static <E> UpdateStatement<E> |
buildUpdate(EntityNode<E> n) |
public static <E> SelectStatement<E> buildSelect(EntityNode<E> n)
public static <E> AggregationStatement<E> buildAggregation(EntityNode<E> n)
public static <E> InsertStatement<E> buildInsert(EntityNode<E> n)
public static <E> UpdateStatement<E> buildUpdate(EntityNode<E> n)
public static <E> Restrictions<E> buildRestrictions(EntityNode<E> entityNode)
Copyright © 2024. All rights reserved.