org.hibernate.annotations
Annotation Type MetaValue


public @interface MetaValue

Represent a discriminator value associated to a given entity type

Author:
Emmanuel Bernard

Required Element Summary
 java.lang.Class targetEntity
          entity type
 java.lang.String value
          discriminator value stored in database
 

Element Detail

targetEntity

public abstract java.lang.Class targetEntity
entity type


value

public abstract java.lang.String value
discriminator value stored in database