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

org.hibernate.search.annotations.Store Maven / Gradle / Ivy

There is a newer version: 3.5.6-Final
Show newest version
//$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