赞
踩
以下是一些常见的配置属性:
<序号 | 配置属性 | 属性说明 | 默认值 |
---|---|---|---|
1 | cacheEnabled | 指定是否启用缓存 | 默认为true |
2 | lazyLoadingEnabled | 指定是否启用延迟加载 | 默认为false |
3 | aggressiveLazyLoading | 指定是否启用积极延迟加载 | 默认为false |
4 | defaultStatementTimeout | 指定默认的SQL语句超时时间(以秒为单位) | 默认为null |
5 | defaultFetchSize | 指定默认的结果集大小,用于控制内存消耗 | 默认为true |
6 | cacheEnabled | 指定是否启用缓存 | 默认为null |
7 | mapUnderscoreToCamelCase | 指定是否启用自动将下划线命名转换为驼峰命名 | 默认为false |
8 | useGeneratedKeys | 指定是否使用自动生成的主键 | 默认为false |
9 | useColumnLabel | 指定是否使用列标签作为结果集中的列名 | 默认为true |
10 | autoMappingBehavior | 指定自动映射行为 |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。