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

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

Introduction

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

Usage

From source file org.hibernate.ejb.metamodel.EntityTypeImpl.java

/**
 * Defines the Hibernate implementation of the JPA {@link EntityType} contract.
 * 
 * @author Steve Ebersole
 * @author Emmanuel Bernard
 */

From source file org.batoo.jpa.core.impl.model.type.EntityTypeImpl.java

/**
 * Implementation of {@link EntityType}.
 * 
 * @param <X>
 *            The represented entity type
 * 

From source file org.batoo.jpa.core.impl.model.EntityTypeImpl.java

/**
 * Implementation of {@link EntityType}.
 * 
 * @param <X>
 *            The represented entity type
 *