@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 |
---|---|
FetchType |
fetch
Deprecated.
(Optional) Defines whether the value of the field or property should
be lazily loaded or must be eagerly fetched.
|
Column |
valueColumn
Deprecated.
(Optional) The name of the value column that holds the direct collection
data.
|
public abstract FetchType fetch
public abstract Column valueColumn