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