Example usage for javax.persistence.metamodel Attribute interface-usage

List of usage examples for javax.persistence.metamodel Attribute interface-usage

Introduction

In this page you can find the example usage for javax.persistence.metamodel Attribute interface-usage.

Usage

From source file org.hibernate.ejb.metamodel.AbstractAttribute.java

/**
 * Models the commonality of the JPA {@link Attribute} hierarchy.
 * 
 * @author Steve Ebersole
 */
public abstract class AbstractAttribute<X, Y> implements Attribute<X, Y>, AttributeImplementor<X, Y>, Serializable {