Modifier and Type | Method and Description |
---|---|
IndexDocumentWorkExecutor<D> |
IndexManagerImplementor.createDocumentWorkExecutor(SessionContextImplementor sessionContext) |
IndexWorkPlan<D> |
IndexManagerImplementor.createWorkPlan(SessionContextImplementor sessionContext) |
Modifier and Type | Method and Description |
---|---|
Optional<T> |
FromDocumentFieldValueConvertContextExtension.extendOptional(FromDocumentFieldValueConvertContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Constructor and Description |
---|
FromDocumentFieldValueConvertContextImpl(SessionContextImplementor sessionContext) |
Modifier and Type | Method and Description |
---|---|
<O> SearchQueryBuilder<O,C> |
SearchQueryBuilderFactory.asObject(SessionContextImplementor sessionContext,
ProjectionHitMapper<?,O> projectionHitMapper) |
<T> SearchQueryBuilder<T,C> |
SearchQueryBuilderFactory.asProjection(SessionContextImplementor sessionContext,
ProjectionHitMapper<?,?> projectionHitMapper,
SearchProjection<T> projection) |
SearchQueryBuilder<List<?>,C> |
SearchQueryBuilderFactory.asProjections(SessionContextImplementor sessionContext,
ProjectionHitMapper<?,?> projectionHitMapper,
SearchProjection<?>... projections) |
<T> SearchQueryBuilder<T,C> |
SearchQueryBuilderFactory.asReference(SessionContextImplementor sessionContext,
ProjectionHitMapper<?,?> projectionHitMapper) |
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. |
Modifier and Type | Method and Description |
---|---|
Optional<T> |
IdentifierBridgeFromDocumentIdentifierContextExtension.extendOptional(IdentifierBridgeFromDocumentIdentifierContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<T> |
PropertyBridgeWriteContextExtension.extendOptional(PropertyBridgeWriteContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<T> |
RoutingKeyBridgeToRoutingKeyContextExtension.extendOptional(RoutingKeyBridgeToRoutingKeyContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<T> |
TypeBridgeWriteContextExtension.extendOptional(TypeBridgeWriteContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPojoSessionContextImplementor |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.