org.hibernate.annotations
Annotation Type Polymorphism


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

Used to define the type of polymorphism Hibernate will apply to entity hierarchies.


Optional Element Summary
 PolymorphismType type
           
 

type

public abstract PolymorphismType type
Default:
org.hibernate.annotations.PolymorphismType.IMPLICIT


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.