Package | Description |
---|---|
org.hibernate.search.mapper.orm |
Modifier and Type | Method and Description |
---|---|
Optional<HibernateOrmSessionContext> |
HibernateOrmExtension.extendOptional(FromDocumentFieldValueConvertContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<HibernateOrmSessionContext> |
HibernateOrmExtension.extendOptional(IdentifierBridgeFromDocumentIdentifierContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<HibernateOrmSessionContext> |
HibernateOrmExtension.extendOptional(PropertyBridgeWriteContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<HibernateOrmSessionContext> |
HibernateOrmExtension.extendOptional(RoutingKeyBridgeToRoutingKeyContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<HibernateOrmSessionContext> |
HibernateOrmExtension.extendOptional(TypeBridgeWriteContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.