org.hibernate.annotations
public class: AnyMetaDef [javadoc |
source]
org.hibernate.annotations.AnyMetaDef
Defines @Any and @manyToAny metadata
- author:
Emmanuel - Bernard
| Method from org.hibernate.annotations.AnyMetaDef Detail: |
String idType() {
}
Hibernate type of the id column |
String metaType() {
}
meta discriminator Hibernate type |
MetaValue[] metaValues() {
}
Matching discriminator values with their respective entity |
String name() {
}
If defined, assign a global meta definition name to be used in an @Any or @ManyToAny annotation
If not defined, the metadata applies to the current property or field |