javax.persistence
Annotation Type Inheritance


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


Optional Element Summary
 InheritanceType strategy
           
 

strategy

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


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