kodo.persistence
Annotation Type PersistentCollection
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface PersistentCollection
Metadata annotation for a persistent collection field.
- Since:
- 4.0
mappedBy
public abstract String mappedBy
- Default:
- ""
elementType
public abstract Class elementType
- Default:
- void.class
elementCascade
public abstract CascadeType[] elementCascade
- Default:
- {}
elementEmbedded
public abstract boolean elementEmbedded
- Default:
- false
fetch
public abstract FetchType fetch
- Default:
- LAZY
Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.