Index
All Classes and Interfaces|All Packages
C
- com.speedment.jpastreamer.streamconfiguration - package com.speedment.jpastreamer.streamconfiguration
-
Provides interfaces for configuring custom Stream sources.
- createStreamConfiguration(Class<T>) - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfigurationFactory
E
- entityClass() - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration
-
Returns the entity class that is to appear in a future Stream.
F
- field() - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration.JoinConfiguration
-
Returns the
Fieldfor this JoinConfiguration.
H
- hints() - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration
-
Returns the map with the query hints that will be configured in a future Stream.
J
- joining(Field<T>) - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration
-
Creates and returns a new StreamConfiguration configured with the provided
fieldso that it will be eagerly joined when producing elements in the future Stream usingJoinType.LEFT. - joining(Field<T>, JoinType) - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration
-
Creates and returns a new StreamConfiguration configured with the provided
fieldso that it will be eagerly joined when producing elements in the future Stream using the providedjoinType. - joins() - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration
-
Returns the fields that shall be joined in a future stream.
- joinType() - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration.JoinConfiguration
-
Returns the
JoinTypefor this JoinConfiguration. - jpastreamer.streamconfiguration - module jpastreamer.streamconfiguration
O
- of(Class<T>) - Static method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration
-
Creates and returns a new StreamConfiguration that can be used to configure streams.
S
- selecting(Projection<T>) - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration
-
Selects the projected columns to initialize when creating initial entities in a future stream.
- selections() - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration
-
Returns the projected columns to use when creating entities or
Optional.empty()if no projection should be used. - StreamConfiguration<T> - Interface in com.speedment.jpastreamer.streamconfiguration
-
StreamConfiguration instances are used to specify certain properties of a Stream.
- StreamConfiguration.JoinConfiguration<T> - Interface in com.speedment.jpastreamer.streamconfiguration
-
JoinConfiguration instances are used to configure Stream joins.
- StreamConfigurationFactory - Interface in com.speedment.jpastreamer.streamconfiguration
W
- withHint(String, Object) - Method in interface com.speedment.jpastreamer.streamconfiguration.StreamConfiguration
-
Add a query hint.
All Classes and Interfaces|All Packages