All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.search.query.EntityInfo Maven / Gradle / Ivy

There is a newer version: 3.5.6-Final
Show newest version
//$Id: $
package org.hibernate.search.query;

import java.io.Serializable;

/**
 * @author Emmanuel Bernard
 */
class EntityInfo {
	public Class clazz;
	public Serializable id;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy