@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
@Deprecated
public @interface BasicCollection
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| Modifier and Type | Optional Element and Description | 
|---|---|
javax.persistence.FetchType | 
fetch
Deprecated.  
(Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched. 
 | 
javax.persistence.Column | 
valueColumn
Deprecated.  
(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