![JAR search and dependency download from the Maven repository](/logo.png)
org.hibernate.search.annotations.Store 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.annotations;
/**
* Whether or not the value is stored in the document
*
* @author Emmanuel Bernard
*/
public enum Store {
NO,
YES,
COMPRESS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy