this.em = entityManager;
this.entityInformation = entityInformation;
this.path = SimpleEntityPathResolver.INSTANCE.createPath(entityInformation.getJavaType());
this.builder = new PathBuilder<T>(path.getType(), path.getMetadata());
this.querydsl = new Querydsl(entityManager, builder);
}