接口 SqlContext
public interface SqlContext
-
方法概要
修饰符和类型方法说明getLogicalDeletedValueGenerator(Class<?> logicalDeletedValueGeneratorType) getUserIdGenerator(Class<?> userIdGeneratorType) getUserIdGenerator(String ref) <T extends SqlContext>
Tunwrap()If the current `SqlContext` is wrapper,
-
方法详细资料
-
unwrap
If the current `SqlContext` is wrapper, -
getUserIdGenerator
- 抛出:
Exception
-
getUserIdGenerator
- 抛出:
Exception
-
getLogicalDeletedValueGenerator
- 抛出:
Exception
-
getLogicalDeletedValueGenerator
LogicalDeletedValueGenerator<?> getLogicalDeletedValueGenerator(Class<?> logicalDeletedValueGeneratorType) throws Exception - 抛出:
Exception
-
getMetadataStrategy
MetadataStrategy getMetadataStrategy()
-