どうして、私に

カゴの開け方を教えたのですか?

十二月 26, 2019

The persistence life cycle

EntityDefinitionEach persistent instance of an entity class - each entity - r...

十二月 02, 2019

Equals implementation of Hibernate Entity

结论先行 假如不存在把Entity作为Key放进HashSet/HashMap等集合的情况下,可以不实现equals()与hashCode() 假如只会将...

五月 01, 2019

Hibernate懒加载

问题Hibernate OneToOne双向关联没有外键的一方不能Lazy加载 原因 hibernate默认使用代理(Javassist实现)实现懒加载 ...