Package org.castor.core.constants.solrj
Interface SOLRJConstants
public interface SOLRJConstants
Defines SOLRJ specific constants.
- Since:
- 1.3.3
- Author:
- Werner Guttmann
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the field annotation element.static final String
Name of the id annotation element.static final String
Package where to find generated JDO classes to unmarshal annotations.static final String
SOLRJ namespace (as used by the extensions for the XML code generator).
-
Field Details
-
NAMESPACE
SOLRJ namespace (as used by the extensions for the XML code generator).- See Also:
-
ANNOTATIONS_FIELD_NAME
Name of the field annotation element.- See Also:
-
ANNOTATIONS_ID_NAME
Name of the id annotation element.- See Also:
-
GENERATED_ANNOTATION_CLASSES_PACKAGE
Package where to find generated JDO classes to unmarshal annotations.- See Also:
-