javax.persistence
Annotation Type ElementCollection


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ElementCollection

Author:
Hardy Ferentschik

Optional Element Summary
 FetchType fetch
           
 Class targetClass
           
 

targetClass

public abstract Class targetClass
Default:
void.class

fetch

public abstract FetchType fetch
Default:
LAZY


Copyright © 2007-2009 Hibernate.org. All Rights Reserved.