EntityWithServiceImplPaginationAndDTO_.java

package io.github.jhipster.sample.domain;

import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;

@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(EntityWithServiceImplPaginationAndDTO.class)
public abstract class EntityWithServiceImplPaginationAndDTO_ {

	public static volatile SingularAttribute<EntityWithServiceImplPaginationAndDTO, String> theo;
	public static volatile SingularAttribute<EntityWithServiceImplPaginationAndDTO, Long> id;

}