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

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

Introduction

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

Usage

From source file org.batoo.jpa.core.impl.model.attribute.SingularAttributeImpl.java

/**
 * Implementation of {@link SingularMappingEx}.
 * 
 * @param <X>
 *            The type containing the represented attribute
 * @param <T>

From source file org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute.java

/**
 * Implementation of {@link SingularMappingEx} representing types of ManyToOne and OneToOne
 * 
 * @param <X>
 *            The type containing the represented attribute
 * @param <T>