Tabnine Logo
Fields.value
Code IndexAdd Tabnine to your IDE (free)

How to use
value
method
in
org.hibernate.search.annotations.Fields

Best Java code snippets using org.hibernate.search.annotations.Fields.value (Showing top 5 results out of 315)

origin: com.wcinformatics.umls.server/term-server-jpa-services

 org.hibernate.search.annotations.Fields.class).value()) {
annotationFields.add(f);
origin: micromata/projectforge

for (final org.hibernate.search.annotations.Field annotation : annFields.value()) {
 fieldNames.add(getSearchName(field.getName(), annotation));
origin: org.infinispan/infinispan-embedded-query

private void checkForFields(XProperty member,
    TypeMetadata.Builder typeMetadataBuilder,
    PropertyMetadata.Builder propertyMetadataBuilder,
    NumericFieldsConfiguration numericFields,
    String prefix,
    ConfigContext configContext,
    PathsContext pathsContext,
    ParseContext parseContext) {
  Fields fieldsAnnotation = member.getAnnotation( Fields.class );
  if ( fieldsAnnotation != null && fieldsAnnotation.value().length > 0 ) {
    for ( org.hibernate.search.annotations.Field fieldAnnotation : fieldsAnnotation.value() ) {
      if ( isFieldInPath(
          fieldAnnotation,
          member,
          pathsContext,
          prefix
      ) || !parseContext.isMaxLevelReached() ) {
        bindFieldAnnotation(
            prefix,
            fieldAnnotation,
            numericFields,
            typeMetadataBuilder,
            propertyMetadataBuilder,
            configContext,
            parseContext
        );
      }
    }
  }
}
origin: hibernate/hibernate-search

private void checkForFields(XProperty member,
    TypeMetadata.Builder typeMetadataBuilder,
    PropertyMetadata.Builder propertyMetadataBuilder,
    NumericFieldsConfiguration numericFields,
    String prefix,
    ConfigContext configContext,
    PathsContext pathsContext,
    ParseContext parseContext) {
  Fields fieldsAnnotation = member.getAnnotation( Fields.class );
  if ( fieldsAnnotation != null && fieldsAnnotation.value().length > 0 ) {
    for ( org.hibernate.search.annotations.Field fieldAnnotation : fieldsAnnotation.value() ) {
      if ( isFieldInPath(
          fieldAnnotation,
          member,
          pathsContext,
          prefix
      ) || !parseContext.isMaxLevelReached() ) {
        bindFieldAnnotation(
            prefix,
            fieldAnnotation,
            numericFields,
            typeMetadataBuilder,
            propertyMetadataBuilder,
            configContext,
            parseContext
        );
      }
    }
  }
}
origin: com.wcinformatics.umls.server/term-server-jpa-services

for (Field field : m.getAnnotation(Fields.class).value()) {
 String fieldName = getFieldNameFromMethod(m, field);
for (Field field : f.getAnnotation(Fields.class).value()) {
 String fieldName = getFieldNameFromField(f, field);
 fieldNames.add(fieldName);
org.hibernate.search.annotationsFieldsvalue

Popular methods of Fields

  • <init>

Popular in Java

  • Reactive rest calls using spring rest template
  • runOnUiThread (Activity)
  • onCreateOptionsMenu (Activity)
  • putExtra (Intent)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • JButton (javax.swing)
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now