EntityWithServiceClassAndPagination_.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(EntityWithServiceClassAndPagination.class)
public abstract class EntityWithServiceClassAndPagination_ {

	public static volatile SingularAttribute<EntityWithServiceClassAndPagination, String> enzo;
	public static volatile SingularAttribute<EntityWithServiceClassAndPagination, Long> id;

}