List of usage examples for org.hibernate.annotations MetaValue interface-usage
From source file org.kimios.kernel.dms.MetaValueBean.java
@Entity @IdClass(MetaValueBeanPK.class) @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS) public abstract class MetaValueBean implements MetaValue, Serializable { @Id @Column(name = "meta_id")