Java编程笔记
本栏目分享与 Java 有关的知识点或者编程技巧,适合读者对单个知识点进行学习,或者遗忘了进行回顾。如果你是初学者,希望从头到尾学习 Java,请转到《Java教程》。
- 文章列表
- Hibernate hibernate.use_sql_comments属性:指定是否输出注释信息
- Hibernate hibernate.max_fetch_depth属性:设置抓取深度
- Hibernate hibernate.default_schema属性:指定默认的表空间
- Hibernate hibernate.default_catalog属性:指定默认的表目录
- Hibernate generate_statistics属性:收集统计数据
- Hibernate default_entity_mode属性:指定默认实体表现模式
- Hibernate default_batch_fetch_size属性:设置默认抓取数量
- Hibernate dialect属性:指定数据库的SQL方言
- Hibernate cache.use_minimal_puts属性:判断是否优化二级缓存
- Hibernate cache.region_prefix属性:设置二级缓存的前缀名称
- Hibernate cache.provider_class属性:设置二级缓存实现类的全名
- Hibernate cache.use_second_level_cache属性:判断是否关闭二级缓存
- Hibernate cache.use_query_cache属性——判断是否缓存查询结果
- Hibernate connection.password属性:指定数据库连接密码
- Hibernate connection.username属性:指定数据库连接用户名
- Hibernate connection.url属性:指定连接数据库的URL
- Hibernate connection.driver_class属性——指定数据库驱动
- Hibernate配置属性
- Hibernate wasRolledBack方法:判断事务是否回滚
- Hibernate wasCommitted方法:判断事务是否被提交