public class LuceneMissingValueStrategy extends Object implements MissingValueStrategy
Modifier and Type | Field and Description |
---|---|
static LuceneMissingValueStrategy |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
NullMarkerCodec |
createNullMarkerCodec(Class<?> entityType,
PartialDocumentFieldMetadata fieldMetadata,
NullMarker nullMarker) |
public static final LuceneMissingValueStrategy INSTANCE
public NullMarkerCodec createNullMarkerCodec(Class<?> entityType, PartialDocumentFieldMetadata fieldMetadata, NullMarker nullMarker)
createNullMarkerCodec
in interface MissingValueStrategy
entityType
- The entity on which the null marker is being used.fieldMetadata
- The field metadata we know about so far.nullMarker
- The null marker to use when indexing/querying null values.Copyright © 2006–2017 Hibernate. All rights reserved.