| Package | Description |
|---|---|
| org.pinus4j.api |
Pinus存储的用户调用接口.
用户使用Pinus存储时主要是使用的接口是IShardingStorageClient, 此接口包含了对数据库的增删改查相关的操作。方便用户进行分库分表操作。
|
| org.pinus4j.datalayer |
数据层,抽象出不同的存储
|
| org.pinus4j.datalayer.jdbc |
封装对于jdbc的操作.
|
| Modifier and Type | Field and Description |
|---|---|
private IGlobalMasterQuery |
ShardingStorageClientImpl.globalMasterQuery
global master queryer.
|
| Modifier and Type | Method and Description |
|---|---|
IGlobalMasterQuery |
IDataLayerBuilder.buildGlobalMasterQuery()
build global master query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalJdbcMasterQueryImpl
global master database query implements.
|
| Modifier and Type | Method and Description |
|---|---|
IGlobalMasterQuery |
JdbcDataLayerBuilder.buildGlobalMasterQuery() |
Copyright © 2015. All rights reserved.