Re: [hibernate-dev] uniform the "Composite" and "Component"

2012-08-21 Thread Gail Badner
I'm in the process of making these changes... - Original Message - > From: "Steve Ebersole" > To: "Strong Liu" > Cc: "Hibernate hibernate-dev" > Sent: Tuesday, August 21, 2012 6:20:19 AM > Subject: Re: [hibernate-dev] uniform the &q

Re: [hibernate-dev] uniform the "Composite" and "Component"

2012-08-21 Thread Steve Ebersole
So then change them:) On 08/21/2012 03:15 AM, Strong Liu wrote: > for example: > > /** > * Models the notion of a component (what JPA calls an Embeddable). > * > * NOTE : Components are not currently really hierarchical. But that is a > feature I want to add. > * > * @author Steve Ebe