![JAR search and dependency download from the Maven repository](/logo.png)
org.hibernate.search.query.EntityInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate-annotations
Show all versions of hibernate-annotations
Annotations metadata for Hibernate
//$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