Package | Description |
---|---|
org.hibernate.search.mapper.pojo.bridge | |
org.hibernate.search.mapper.pojo.model |
Modifier and Type | Method and Description |
---|---|
String |
RoutingKeyBridge.toRoutingKey(String tenantIdentifier,
Object entityIdentifier,
PojoElement source,
RoutingKeyBridgeToRoutingKeyContext context)
Generate a routing key using the given
tenantIdentifier , entityIdentifier and PojoElement
as input and transforming them as necessary. |
void |
PropertyBridge.write(DocumentElement target,
PojoElement source,
PropertyBridgeWriteContext context)
Write to fields in the given
DocumentElement ,
using the given PojoElement as input and transforming it as necessary. |
void |
TypeBridge.write(DocumentElement target,
PojoElement source,
TypeBridgeWriteContext context)
Write to fields in the given
DocumentElement ,
using the given PojoElement as input and transforming it as necessary. |
Modifier and Type | Method and Description |
---|---|
T |
PojoModelElementAccessor.read(PojoElement bridgedElement) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.