编程笔记
分享一些与编程相关的经验技巧,帮助大家提高编程技能。
- 文章列表
- Hibernate cache.use_minimal_puts属性:判断是否优化二级缓存
- Hibernate cache.region_prefix属性:设置二级缓存的前缀名称
- Hibernate cache.provider_class属性:设置二级缓存实现类的全名
- Hibernate cache.use_second_level_cache属性:判断是否关闭二级缓存
- 什么是协程,Python协程基本用法
- Hibernate cache.use_query_cache属性——判断是否缓存查询结果
- Hibernate connection.password属性:指定数据库连接密码
- Hibernate connection.username属性:指定数据库连接用户名
- Hibernate connection.url属性:指定连接数据库的URL
- Hibernate connection.driver_class属性——指定数据库驱动
- Hibernate配置属性
- Hibernate wasRolledBack方法:判断事务是否回滚
- Hibernate wasCommitted方法:判断事务是否被提交
- Hibernate rollback方法:回滚事务
- Hibernate commit方法:提交事务
- Hibernate begin方法:开启事务
- Hibernate addScalar方法:返回标量和实体的结合体
- Hibernate addJoin方法:将实体和集合相关联
- Hibernate addEntity方法:将别名和实体类联系
- Hibernate lock方法:以指定的锁定模式进行锁定