List of usage examples for javax.persistence.metamodel Attribute interface-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 {