List of usage examples for javax.persistence.criteria Root interface-usage
From source file org.batoo.jpa.core.impl.criteria.RootImpl.java
/**
* A root type in the from clause. Query roots always reference entities.
*
* @param <X>
* the entity type referenced by the root
* @author hceylan