单项选择题
使用MyBatis调用存储过程进行查询时,可以设置select元素的()属性,指定语句的类型为CALLABLE。
A.statementType
B.resultType
C.parameterType
D.id
点击查看答案
相关考题
-
单项选择题
通过在MyBatis核心配置文件中设置setting的cacheEnabled为()来开启二级缓存。
A.false
B.true
C.0
D.1 -
单项选择题
配置二级缓存时,通过cache标签的()属性设置只读。
A.readOnly
B.size
C.flushInterval
D.blocking -
单项选择题
一级缓存是在()生命周期内有效的缓存机制。
A.SqlSessionFactoryBuilder
B.SqlSessionFactory
C.SqlSession
D.JVM
