| 程序包 | 说明 |
|---|---|
| net.ymate.platform.persistence.jdbc | |
| net.ymate.platform.persistence.jdbc.impl | |
| net.ymate.platform.persistence.jdbc.query | |
| net.ymate.platform.persistence.jdbc.support |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends IEntity> |
ISession.count(Class<T> entityClass,
Where where) |
<T extends IEntity> |
ISession.count(Class<T> entityClass,
Where where,
IShardingable shardingable) |
<T extends IEntity> |
ISession.find(EntitySQL<T> entity,
Where where) |
<T extends IEntity> |
ISession.find(EntitySQL<T> entity,
Where where,
IShardingable shardingable) |
<T extends IEntity> |
ISession.find(EntitySQL<T> entity,
Where where,
Page page) |
<T extends IEntity> |
ISession.find(EntitySQL<T> entity,
Where where,
Page page,
IShardingable shardingable) |
<T extends IEntity> |
ISession.findFirst(EntitySQL<T> entity,
Where where) |
<T extends IEntity> |
ISession.findFirst(EntitySQL<T> entity,
Where where,
IShardingable shardingable) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends IEntity> |
DefaultSession.count(Class<T> entityClass,
Where where) |
<T extends IEntity> |
DefaultSession.count(Class<T> entityClass,
Where where,
IShardingable shardingable) |
<T extends IEntity> |
DefaultSession.find(EntitySQL<T> entity,
Where where) |
<T extends IEntity> |
DefaultSession.find(EntitySQL<T> entity,
Where where,
IShardingable shardingable) |
<T extends IEntity> |
DefaultSession.find(EntitySQL<T> entity,
Where where,
Page page) |
<T extends IEntity> |
DefaultSession.find(EntitySQL<T> entity,
Where where,
Page page,
IShardingable shardingable) |
<T extends IEntity> |
DefaultSession.findFirst(EntitySQL<T> entity,
Where where) |
<T extends IEntity> |
DefaultSession.findFirst(EntitySQL<T> entity,
Where where,
IShardingable shardingable) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Where |
Where.create() |
static Where |
Where.create(Cond cond) |
static Where |
Where.create(String whereCond) |
Where |
Where.groupBy(Fields fields) |
Where |
Where.groupBy(GroupBy groupBy) |
Where |
Where.groupBy(String field) |
Where |
Where.groupBy(String prefix,
String field) |
Where |
Where.having(Cond cond) |
Where |
Where.orderAsc(String field) |
Where |
Where.orderAsc(String prefix,
String field) |
Where |
Where.orderDesc(String field) |
Where |
Where.orderDesc(String prefix,
String field) |
Where |
Where.param(Object param) |
Where |
Where.param(Params params) |
Where |
Select.where() |
Where |
Delete.where() |
Where |
Update.where() |
Where |
Where.where(Where where) |
| 限定符和类型 | 方法和说明 |
|---|---|
Where |
Where.where(Where where) |
Select |
Select.where(Where where) |
Delete |
Delete.where(Where where) |
Update |
Update.where(Where where) |
| 限定符和类型 | 方法和说明 |
|---|---|
IResultSet<Entity> |
BaseEntity.find(Where where) |
IResultSet<Entity> |
BaseEntity.find(Where where,
Fields fields) |
IResultSet<Entity> |
BaseEntity.find(Where where,
Fields fields,
IDBLocker dbLocker) |
IResultSet<Entity> |
BaseEntity.find(Where where,
Fields fields,
Page page) |
IResultSet<Entity> |
BaseEntity.find(Where where,
Fields fields,
Page page,
IDBLocker dbLocker) |
IResultSet<Entity> |
BaseEntity.find(Where where,
IDBLocker dbLocker) |
IResultSet<Entity> |
BaseEntity.find(Where where,
Page page) |
IResultSet<Entity> |
BaseEntity.find(Where where,
Page page,
IDBLocker dbLocker) |
Entity |
BaseEntity.findFirst(Where where) |
Entity |
BaseEntity.findFirst(Where where,
Fields fields) |
Entity |
BaseEntity.findFirst(Where where,
Fields fields,
IDBLocker dbLocker) |
Entity |
BaseEntity.findFirst(Where where,
IDBLocker dbLocker) |
Copyright © 2019. All rights reserved.