@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 |
---|---|
jakarta.persistence.FetchType |
fetch
Deprecated.
(Optional) Defines whether the value of the field or property should
be lazily loaded or must be eagerly fetched.
|
jakarta.persistence.Column |
valueColumn
Deprecated.
(Optional) The name of the value column that holds the direct collection
data.
|
public abstract jakarta.persistence.FetchType fetch
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.