Class DefaultBlockIdProvider
-
- All Implemented Interfaces:
-
pro.fessional.wings.faceless.service.lightid.BlockIdProvider
public class DefaultBlockIdProvider implements BlockIdProvider
- Since:
2019-09-12
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public volatile intblockId
-
Constructor Summary
Constructors Constructor Description DefaultBlockIdProvider(String sql, JdbcTemplate template)
-
Method Summary
Modifier and Type Method Description intgetBlockId()-
-
Constructor Detail
-
DefaultBlockIdProvider
DefaultBlockIdProvider(String sql, JdbcTemplate template)
-
-
Method Detail
-
getBlockId
int getBlockId()
-
-
-
-