| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.bridge | |
| org.hibernate.search.mapper.pojo.bridge.runtime | |
| org.hibernate.search.mapper.pojo.session.context.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeBridge.write(DocumentElement target,
Object bridgedElement,
TypeBridgeWriteContext context)
Write to fields in the given
DocumentElement,
using the given bridgedElement as input and transforming it as necessary. |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
TypeBridgeWriteContextExtension.extendOptional(TypeBridgeWriteContext original,
BackendSessionContext sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
TypeBridgeWriteContext |
AbstractPojoBackendSessionContext.getTypeBridgeWriteContext() |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.