public static <Entity extends IEntity> EntityWrapper<Entity> bind(Entity entity)
public static <Entity extends IEntity> EntityWrapper<Entity> bind(IDatabase owner, Entity entity)
public IDatabaseConnectionHolder getConnectionHolder()
public void setConnectionHolder(IDatabaseConnectionHolder connectionHolder)
public IShardingable getShardingable()
public void setShardingable(IShardingable shardingable)
public String getDataSourceName()
public void setDataSourceName(String dataSourceName)
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass) throws Exception
Exception
public IResultSet<Entity> find() throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, OrderBy orderBy) throws Exception
Exception
public IResultSet<Entity> find(OrderBy orderBy) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, OrderBy orderBy, GroupBy groupBy) throws Exception
Exception
public IResultSet<Entity> find(OrderBy orderBy, GroupBy groupBy) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, OrderBy orderBy, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(OrderBy orderBy, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, OrderBy orderBy, GroupBy groupBy, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(OrderBy orderBy, GroupBy groupBy, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Page page) throws Exception
Exception
public IResultSet<Entity> find(Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, OrderBy orderBy, Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, OrderBy orderBy, GroupBy groupBy, Page page) throws Exception
Exception
public IResultSet<Entity> find(OrderBy orderBy, GroupBy groupBy, Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Page page, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Page page, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, OrderBy orderBy, Page page, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(OrderBy orderBy, Page page, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, OrderBy orderBy, GroupBy groupBy, Page page, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(OrderBy orderBy, GroupBy groupBy, Page page, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields) throws Exception
Exception
public IResultSet<Entity> find(Fields fields) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, OrderBy orderBy) throws Exception
Exception
public IResultSet<Entity> find(Fields fields, OrderBy orderBy) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, OrderBy orderBy, GroupBy groupBy) throws Exception
Exception
public IResultSet<Entity> find(Fields fields, OrderBy orderBy, GroupBy groupBy) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Fields fields, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, OrderBy orderBy, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Fields fields, OrderBy orderBy, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, OrderBy orderBy, GroupBy groupBy, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Fields fields, OrderBy orderBy, GroupBy groupBy, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, OrderBy orderBy, Page page) throws Exception
Exception
public IResultSet<Entity> find(Fields fields, OrderBy orderBy, Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, OrderBy orderBy, GroupBy groupBy, Page page) throws Exception
Exception
public IResultSet<Entity> find(Fields fields, OrderBy orderBy, GroupBy groupBy, Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, Page page, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Fields fields, Page page, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, OrderBy orderBy, Page page, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Fields fields, OrderBy orderBy, Page page, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Fields fields, OrderBy orderBy, GroupBy groupBy, Page page, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Fields fields, OrderBy orderBy, GroupBy groupBy, Page page, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Where where) throws Exception
Exception
public IResultSet<Entity> find(Where where) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Where where, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Where where, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Where where, Fields fields) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Where where, Fields fields, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Where where, Fields fields, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Where where, Fields fields, Page page) throws Exception
Exception
public IResultSet<Entity> find(Where where, Fields fields, Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Where where, Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Where where, Page page, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Where where, Page page, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> IResultSet<T> find(Class<T> beanClass, Where where, Fields fields, Page page, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> find(Where where, Fields fields, Page page, IDBLocker dbLocker) throws Exception
Exception
public IResultSet<Entity> findAll() throws Exception
Exception
public IResultSet<Entity> findAll(OrderBy orderBy) throws Exception
Exception
public IResultSet<Entity> findAll(Fields fields, Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> findAll(Class<T> beanClass, Fields fields, OrderBy orderBy, Page page) throws Exception
Exception
public IResultSet<Entity> findAll(Fields fields, OrderBy orderBy, Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> findAll(Class<T> beanClass, Fields fields) throws Exception
Exception
public IResultSet<Entity> findAll(Fields fields) throws Exception
Exception
public <T extends Serializable> IResultSet<T> findAll(Class<T> beanClass, Fields fields, OrderBy orderBy) throws Exception
Exception
public IResultSet<Entity> findAll(Fields fields, OrderBy orderBy) throws Exception
Exception
public <T extends Serializable> IResultSet<T> findAll(Class<T> beanClass, Page page) throws Exception
Exception
public IResultSet<Entity> findAll(Page page) throws Exception
Exception
public <T extends Serializable> IResultSet<T> findAll(Class<T> beanClass, OrderBy orderBy, Page page) throws Exception
Exception
public IResultSet<Entity> findAll(OrderBy orderBy, Page page) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, OrderBy orderBy) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, OrderBy orderBy, GroupBy groupBy) throws Exception
Exception
public Entity findFirst(OrderBy orderBy, GroupBy groupBy) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, OrderBy orderBy, IDBLocker dbLocker) throws Exception
Exception
public Entity findFirst(OrderBy orderBy, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, OrderBy orderBy, GroupBy groupBy, IDBLocker dbLocker) throws Exception
Exception
public Entity findFirst(OrderBy orderBy, GroupBy groupBy, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, Fields fields) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, Fields fields, OrderBy orderBy) throws Exception
Exception
public Entity findFirst(Fields fields, OrderBy orderBy) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, Fields fields, OrderBy orderBy, GroupBy groupBy) throws Exception
Exception
public Entity findFirst(Fields fields, OrderBy orderBy, GroupBy groupBy) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, Fields fields, IDBLocker dbLocker) throws Exception
Exception
public Entity findFirst(Fields fields, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, Fields fields, OrderBy orderBy, IDBLocker dbLocker) throws Exception
Exception
public Entity findFirst(Fields fields, OrderBy orderBy, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, Fields fields, OrderBy orderBy, GroupBy groupBy, IDBLocker dbLocker) throws Exception
Exception
public Entity findFirst(Fields fields, OrderBy orderBy, GroupBy groupBy, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, Where where) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, Where where, IDBLocker dbLocker) throws Exception
Exception
public Entity findFirst(Where where, IDBLocker dbLocker) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, Where where, Fields fields) throws Exception
Exception
public <T extends Serializable> T findFirst(Class<T> beanClass, Where where, Fields fields, IDBLocker dbLocker) throws Exception
Exception
public Entity findFirst(Where where, Fields fields, IDBLocker dbLocker) throws Exception
Exception
public boolean isMatchAny()
public EntityWrapper<Entity> matchAny()
public EntityWrapper<Entity> matchAny(boolean matchAny)
public EntityStateWrapper<Entity> stateWrapper() throws Exception
Exception
public EntityStateWrapper<Entity> stateWrapper(boolean ignoreNull) throws Exception
Exception
Copyright © 2022. All rights reserved.