List of usage examples for javax.persistence.metamodel PluralAttribute interface-usage
From source file org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl.java
/**
* Implementation of {@link PluralAttribute}.
*
* @param <X>
* The type the represented collection belongs to
* @param <C>