Example usage for org.hibernate.annotations MetaValue interface-usage

List of usage examples for org.hibernate.annotations MetaValue interface-usage

Introduction

In this page you can find the example usage for org.hibernate.annotations MetaValue interface-usage.

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")