![JAR search and dependency download from the Maven repository](/logo.png)
org.hibernate.annotations.MetaValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate-annotations
Show all versions of hibernate-annotations
Annotations metadata for Hibernate
//$Id: MetaValue.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $
package org.hibernate.annotations;
/**
* Represent a discriminator value associated to a given entity type
* @author Emmanuel Bernard
*/
public @interface MetaValue {
/**
* entity type
*/
Class targetEntity();
/**
* discriminator value stored in database
*/
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy