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