Hibernate (framework): Difference between revisions

Content deleted Content added
m Reverted 1 edit by 117.192.166.247 identified as test/vandalism using STiki
Tag: repeating characters
Line 45:
Collections of data objects are typically stored in Java collection objects such as Set and List. [[Generics in Java|Java generics]], introduced in Java 5, are supported. Hibernate can be configured to [[lazy load]] associated collections. Lazy loading is the default as of Hibernate 3.
 
Related objects can be configured to ''[[Propagation constraint|cascade]]'' operations from one to the other. For example, a parent Album object can be configured to cascade its save and/or delete operation to its child Track objects. This can reduce development time and ensure [[referential integrity]]. A ''dirty checking'' feature avoids unnecessary database write actions by performing SQL updates only on the modified fields of persistent objects.object
.dfdl;fdkgmfkmg,r,
 
==Integration==