D
- The type of the data handled by the created session.public interface DataAccessSessionBuilder<D>
Modifier and Type | Method and Description |
---|---|
DataAccessSession<D> |
createSession(BaseContext context)
Create a session based on the given configuration.
|
<A> A |
getAspect(SessionBuilderAspectType<A> type)
Look up a specific aspect that may be supported by this builder.
|
@Nullable <A> A getAspect(@NotNull SessionBuilderAspectType<A> type)
A
- The object type of the aspect.type
- The type of aspect.null
, if the aspect is not supported.@NotNull DataAccessSession<D> createSession(@NotNull BaseContext context)
context
- The session operating context.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210