Composite entity pattern: Difference between revisions

Content deleted Content added
Created page with ''''Composite entity''' is a Java EE Software design pattern and it is used to model, represent, and manage a set of int...'
 
No edit summary
Line 1:
'''Composite entity''' is a [[Java Platform, Enterprise Edition|Java EE]] [[Software design pattern]] and it is used to model, represent, and manage a set of interrelated persistent objects rather that representing them as individual fine-grained entity beans, and also a composite entity bean represents a graph of objects.<ref name=":o_cjp">{{Cite web|url = http://www.oracle.com/technetwork/java/compositeentity-141992.html|title = Core J2EE Patterns - Composite Entity|date = |accessdate = 6 February 2016|website = Oracle|publisher = Oracle|last = |first = }}</ref>
 
==Structure==