Hibernate Tutorial

Book: SQL Turning, Database Systems

Lock: Optimistic Lock and Pessimistic Lock

Database Normalization

Performance:

  •     Extra-lazy
"Extra-lazy" collection fetching: individual elements of the collection are accessed from the database as needed. Hibernate tries not to fetch the whole collection into memory unless absolutely needed. It is suitable for large collections.

Resource:

https://github.com/stliu

乐观锁和悲观锁

猜你喜欢

转载自jnh.iteye.com/blog/1995383