T
public final class EntitySQL<T extends IEntity> extends Object
static <T extends IEntity>EntitySQL<T>
create(Class<T> entityClass)
EntitySQL<T>
field(Fields fields)
field(String field)
Fields
fields()
IDBLocker
forUpdate()
forUpdate(IDBLocker dbLocker)
Class<T>
getEntityClass()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T extends IEntity> EntitySQL<T> create(Class<T> entityClass)
public Class<T> getEntityClass()
public EntitySQL<T> field(String field)
public EntitySQL<T> field(Fields fields)
public Fields fields()
public EntitySQL<T> forUpdate(IDBLocker dbLocker)
public IDBLocker forUpdate()
Copyright © 2021. All rights reserved.