|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
Deprecated.
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
@Deprecated
public @interface BasicCollection
A BasicCollection is used to map an org.eclipse.persistence.mappings.DirectCollectionMapping, which stores a collection of simple types (String, Number, Date, etc.). It is used in conjunction with a CollectionTable which stores the value and a foreign key to the source object.
Converters may be used if the desired object type and the data type do not match., Convert, Converter, ObjectTypeConverter, A BasicCollection can be specified on within an Entity, MappedSuperclass and Embeddable class., ElementCollection| Optional Element Summary | |
|---|---|
javax.persistence.FetchType |
fetchDeprecated. (Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched. |
javax.persistence.Column |
valueColumnDeprecated. (Optional) The name of the value column that holds the direct collection data. |
public abstract javax.persistence.FetchType fetch
public abstract javax.persistence.Column valueColumn
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||