List of Challenges in Hibernate Solves in ORM
-
Problem of Identity
-
Problem of Granularity
-
Problem of Inheritance
-
Problem of Associations
-
Problem of Navigation
-
Problem of Object Lifecycle
-
Problem of Data Duplication
-
Problem of Lazy Loading / Performance
-
Problem of Object Graphs and Cycles
-
Problem of Data Type Mismatch
-
Problem of Transactions
-
Problem of Concurrency
-
Problem of Querying
-
Problem of Cascading Operations
-
Problem of Batching & N+1 Queries
-
Problem of Schema Evolution