EntityWithServiceClassPaginationAndDTO_.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(EntityWithServiceClassPaginationAndDTO.class)
public abstract class EntityWithServiceClassPaginationAndDTO_ {

	public static volatile SingularAttribute<EntityWithServiceClassPaginationAndDTO, Long> id;
	public static volatile SingularAttribute<EntityWithServiceClassPaginationAndDTO, String> lena;

}