org.castor.core.constants.solrj
Interface SOLRJConstants


public interface SOLRJConstants

Defines SOLRJ specific constants.

Since:
1.3.3
Author:
Werner Guttmann

Field Summary
static String ANNOTATIONS_FIELD_NAME
          Name of the field annotation element.
static String ANNOTATIONS_ID_NAME
          Name of the id annotation element.
static String GENERATED_ANNOTATION_CLASSES_PACKAGE
          Package where to find generated JDO classes to unmarshal annotations.
static String NAMESPACE
          SOLRJ namespace (as used by the extensions for the XML code generator).
 

Field Detail

NAMESPACE

static final String NAMESPACE
SOLRJ namespace (as used by the extensions for the XML code generator).

See Also:
Constant Field Values

ANNOTATIONS_FIELD_NAME

static final String ANNOTATIONS_FIELD_NAME
Name of the field annotation element.

See Also:
Constant Field Values

ANNOTATIONS_ID_NAME

static final String ANNOTATIONS_ID_NAME
Name of the id annotation element.

See Also:
Constant Field Values

GENERATED_ANNOTATION_CLASSES_PACKAGE

static final String GENERATED_ANNOTATION_CLASSES_PACKAGE
Package where to find generated JDO classes to unmarshal annotations.

See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.