| Package | Description |
|---|---|
| org.pinus4j.api |
Pinus存储的用户调用接口.
用户使用Pinus存储时主要是使用的接口是IShardingStorageClient, 此接口包含了对数据库的增删改查相关的操作。方便用户进行分库分表操作。
|
| org.pinus4j.api.query.impl | |
| org.pinus4j.datalayer |
数据层,抽象出不同的存储
|
| org.pinus4j.datalayer.query.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private IGlobalQuery |
DefaultPinusClient.globalQuery
global query.
|
| Modifier and Type | Field and Description |
|---|---|
private IGlobalQuery |
ResultSetableQueryImpl.globalQuery |
| Modifier and Type | Method and Description |
|---|---|
IGlobalQuery |
ResultSetableQueryImpl.getGlobalQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetableQueryImpl.setGlobalQuery(IGlobalQuery globalQuery) |
| Modifier and Type | Method and Description |
|---|---|
IGlobalQuery |
JdbcDataLayerBuilder.buildGlobalQuery() |
IGlobalQuery |
IDataLayerBuilder.buildGlobalQuery()
build global query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalJdbcQueryImpl
global query implements.
|
Copyright © 2015. All rights reserved.