|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface CollectionTypeNames a custom collection type for a persistent collection.
CollectionType,
UserCollectionType| Required Element Summary | |
|---|---|
String |
type
Names the type (either CollectionType or
UserCollectionType implementation class. |
| Optional Element Summary | |
|---|---|
Parameter[] |
parameters
Specifies configuration information for the type. |
| Element Detail |
|---|
public abstract String type
CollectionType or
UserCollectionType implementation class. Could also name a
custom type defined via a @TypeDef
public abstract Parameter[] parameters
UserCollectionType, it must also implement
ParameterizedType in order to receive these values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||