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

com.github.kzwang.osem.annotations.FieldDataLoading Maven / Gradle / Ivy

The newest version!
package com.github.kzwang.osem.annotations;

/**
 * Field Data Loading
 *
 * @see Field Data Loading
 */
public enum FieldDataLoading {
    /**
     * Use default value in ElasticSearch
     */
    NA,

    /**
     * set loading to "lazy"
     */
    LAZY,

    /**
     * set loading to "eager"
     */
    EAGER,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy