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

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

Introduction

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

Usage

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

/**
 * Implementation of {@link ListAttribute}.
 * 
 * @param <X>
 *            The type the represented collection belongs to
 * @param <K>