* @param entityType The entity defining this root
*/
@SuppressWarnings({ "unchecked" })
protected FromImpl(CriteriaBuilderImpl criteriaBuilder, EntityType<X> entityType) {
super( criteriaBuilder, entityType.getBindableJavaType(), null, null, entityType );
this.type = new EntityTypeExpression( criteriaBuilder, entityType.getBindableJavaType() );
}