Modifier and Type | Method and Description |
---|---|
IndexSearchTargetContextBuilder |
IndexManagerImplementor.createSearchTargetContextBuilder(MappingContextImplementor mappingContext) |
Modifier and Type | Method and Description |
---|---|
Optional<T> |
ToDocumentFieldValueConvertContextExtension.extendOptional(ToDocumentFieldValueConvertContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Method and Description |
---|---|
Optional<T> |
ToDocumentIdentifierValueConvertContextExtension.extendOptional(ToDocumentIdentifierValueConvertContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Constructor and Description |
---|
ToDocumentFieldValueConvertContextImpl(MappingContextImplementor mappingContext) |
ToDocumentIdentifierValueConvertContextImpl(MappingContextImplementor mappingContext) |
Modifier and Type | Method and Description |
---|---|
<R,O> MappedIndexSearchTargetBuilder<R,O> |
MappedIndexManager.createSearchTargetBuilder(MappingContextImplementor mappingContext,
Function<DocumentReference,R> documentReferenceTransformer) |
Modifier and Type | Method and Description |
---|---|
MappingContextImplementor |
SessionContextImplementor.getMappingContext() |
Modifier and Type | Method and Description |
---|---|
Optional<HibernateOrmMappingContext> |
HibernateOrmExtension.extendOptional(IdentifierBridgeToDocumentIdentifierContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<HibernateOrmMappingContext> |
HibernateOrmExtension.extendOptional(ToDocumentFieldValueConvertContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<HibernateOrmMappingContext> |
HibernateOrmExtension.extendOptional(ValueBridgeToIndexedValueContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Method and Description |
---|---|
Optional<T> |
IdentifierBridgeToDocumentIdentifierContextExtension.extendOptional(IdentifierBridgeToDocumentIdentifierContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<T> |
ValueBridgeToIndexedValueContextExtension.extendOptional(ValueBridgeToIndexedValueContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPojoMappingContextImplementor |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.