@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
@Deprecated
public @interface CollectionOfElements
Modifier and Type | Optional Element and Description |
---|---|
javax.persistence.FetchType |
fetch
Deprecated.
|
java.lang.Class |
targetElement
Deprecated.
Represent the element class in the collection
Only useful if the collection does not use generics
|
public abstract java.lang.Class targetElement
public abstract javax.persistence.FetchType fetch
Copyright © 2013. All Rights Reserved.