1.

What Is Embeddable Classes?

Answer»

Entities may use persistent fields, persistent PROPERTIES, or a combination of both. If the MAPPING annotations are applied to the entity’s instance variables, the entity USES persistent fields. If the mapping annotations are applied to the entity’s getter METHODS for JavaBeans-style properties, the entity uses persistent properties.

Entities may use persistent fields, persistent properties, or a combination of both. If the mapping annotations are applied to the entity’s instance variables, the entity uses persistent fields. If the mapping annotations are applied to the entity’s getter methods for JavaBeans-style properties, the entity uses persistent properties.



Discussion

No Comment Found