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

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

Introduction

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

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>