public interface IDataLayerBuilder
| Modifier and Type | Method and Description |
|---|---|
IGlobalQuery |
buildGlobalQuery()
build global query.
|
IGlobalUpdate |
buildGlobalUpdate(IIdGenerator idGenerator)
build global update.
|
IShardingQuery |
buildShardingQuery()
build sharding query.
|
IShardingUpdate |
buildShardingUpdate(IIdGenerator idGenerator)
build sharding update.
|
IDataLayerBuilder |
setPrimaryCache(IPrimaryCache primaryCache)
set primary cache.
|
IDataLayerBuilder |
setSecondCache(ISecondCache secondCache)
set second cache.
|
IDataLayerBuilder setPrimaryCache(IPrimaryCache primaryCache)
IDataLayerBuilder setSecondCache(ISecondCache secondCache)
IGlobalQuery buildGlobalQuery()
IShardingQuery buildShardingQuery()
IGlobalUpdate buildGlobalUpdate(IIdGenerator idGenerator)
IShardingUpdate buildShardingUpdate(IIdGenerator idGenerator)
Copyright © 2015. All rights reserved.