|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TODO rename it if necessary to provide the best meaning understanding. This represents something in the datastore that holds single elements of data or embedded elements. For example, Strings, Locale, Integer, PersistenceCapable, Interface, embedded Collections, embedded Lists, Objects and others, but not non embedded Collections, List, etc. In RDBMS, this represents a column in one table or a column in a table joining to this. this representation is enclosed to: a) "TABLE THIS" or b) "TABLE OTHER joined to TABLE THIS (1-1 join)" Java Mapping Type -> RDBMS Mapping Type String -> VARCHAR column Integer -> INTEGER column embedded Collection -> BLOB column Interface -> one or more columns PersistenceCapable -> one or more columns
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |