Modifier and Type | Method and Description |
---|---|
Optional<T> |
FromIndexFieldValueConvertContextExtension.extendOptional(FromIndexFieldValueConvertContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Constructor and Description |
---|
FromIndexFieldValueConvertContextImpl(SessionContextImplementor sessionContext) |
Modifier and Type | Method and Description |
---|---|
IndexWorkPlan<D> |
IndexManagerImplementor.createWorkPlan(SessionContextImplementor sessionContext) |
Modifier and Type | Method and Description |
---|---|
IndexWorkPlan<D> |
MappedIndexManager.createWorkPlan(SessionContextImplementor sessionContext) |
<T,Q> SearchQueryResultContext<Q> |
MappedIndexSearchTarget.queryAsLoadedObject(SessionContextImplementor sessionContext,
ObjectLoader<R,T> objectLoader,
Function<SearchQuery<T>,Q> searchQueryWrapperFactory) |
<T,Q> SearchQueryResultContext<Q> |
MappedIndexSearchTarget.queryAsProjection(SessionContextImplementor sessionContext,
ObjectLoader<R,O> objectLoader,
Function<SearchQuery<T>,Q> searchQueryWrapperFactory,
SearchProjection<T> projection) |
<Q> SearchQueryResultContext<Q> |
MappedIndexSearchTarget.queryAsProjections(SessionContextImplementor sessionContext,
ObjectLoader<R,O> objectLoader,
Function<SearchQuery<List<?>>,Q> searchQueryWrapperFactory,
SearchProjection<?>... projections) |
<Q> SearchQueryResultContext<Q> |
MappedIndexSearchTarget.queryAsReference(SessionContextImplementor sessionContext,
Function<SearchQuery<R>,Q> searchQueryWrapperFactory) |
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(FromIndexFieldValueConvertContext 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-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.