javax.persistence
Annotation Type Inheritance


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Inheritance

Version:
$Rev: 467742 $ $Date: 2006-10-25 12:30:38 -0700 (Wed, 25 Oct 2006) $

Optional Element Summary
 InheritanceType strategy
           
 

strategy

public abstract InheritanceType strategy
Default:
javax.persistence.InheritanceType.SINGLE_TABLE


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.