インターフェースの使用
org.springframework.data.util.Streamable
Streamable を使用するパッケージ
パッケージ
説明
データストアの抽象化からオブジェクトを読み取り、書き戻す汎用変換フレームワーク。
特に
Repository 抽象化と組み合わせて使用される主要ドメイン抽象化。 地理空間概念を表す値型。
histography API の基本的なインターフェースと値オブジェクト。
マッピングサブシステムのベースパッケージ。
コンテキスト API と実装ベースクラスのマッピング。
射影サブシステム。
Querydsl 統合サポートクラス。
リポジトリの名前空間と JavaConfig 統合のサポートクラス。
リポジトリ実装のコア抽象化。
さまざまなデータストアのリポジトリを実装するための基本クラス。
クエリメソッドで動作するクラスをサポートします。
メソッド名からクエリを解析するためのクラスをサポートします。
SpEL サポート。
ジェネリクス型を解決するための型情報フレームワークなどのコアユーティリティ API。
org.springframework.data.convert 内の Streamable 使用
Streamable を返す org.springframework.data.convert のメソッド修飾子と型メソッド説明CustomConversions.StoreConversions.getRegistrationsFor(ObjectSE converter) 指定されたコンバーターのCustomConversions.ConverterRegistrationを返します。org.springframework.data.domain 内の Streamable 使用
org.springframework.data.domain 内の Streamable サブインターフェース修飾子と型インターフェース説明interfacePage<T>ページは、オブジェクトのリストのサブリストです。interfaceSlice<T>利用可能な次または前のスライスがあるかどうかを示すデータのスライス。interfaceWindow<T>基礎となるクエリ結果から消費されるデータのセット。Streamable を実装している org.springframework.data.domain のクラスorg.springframework.data.geo 内の Streamable 使用
Streamable を実装している org.springframework.data.geo のクラスorg.springframework.data.history 内の Streamable 使用
Streamable を実装している org.springframework.data.history のクラス修飾子と型クラス説明classRevisions<N extends NumberSE & ComparableSE<N>,T> classリビジョン番号が保持されているプロパティ名に関係なく、リビジョンの順序を定義できる専用のSort実装。org.springframework.data.mapping 内の Streamable 使用
org.springframework.data.mapping 内の Streamable サブインターフェース修飾子と型インターフェース説明interfacePersistentPropertyPath<P extends PersistentProperty<P>>PersistentPropertyのパスの抽象化。interfacePersistentPropertyPaths<T,P extends PersistentProperty<P>> PersistentPropertyPathのコレクションのラッパー。Streamable を実装している org.springframework.data.mapping のクラスorg.springframework.data.mapping.context 内の Streamable 使用
Streamable を実装している org.springframework.data.mapping.context のクラス修飾子と型メソッド説明PersistentEntities.getManagedTypes()登録されたMappingContextによって公開されたすべてのTypeInformationを返します。org.springframework.data.projection 内の Streamable 使用
Streamable を実装している org.springframework.data.projection のクラス修飾子と型クラス説明classEntityProjection<M,D> ドメイン型構造へのビューを表すトップレベルのマップされた型の記述子。static classCollectionSE -like またはMapSE -like コンテナー内に保持されている、潜在的な射影に沿ったプロパティレベルの型の記述子。static class潜在的な射影に沿ったプロパティレベルの型の記述子。org.springframework.data.querydsl 内の Streamable 使用
Streamable を実装している org.springframework.data.querydsl のクラスorg.springframework.data.repository.config 内の Streamable 使用
修飾子と型メソッド説明AnnotationRepositoryConfigurationSource.getBasePackages()DefaultRepositoryConfiguration.getBasePackages()ImplementationDetectionConfiguration.getBasePackages()実装型をスキャンする基本パッケージを返します。RepositoryConfiguration.getBasePackages()リポジトリがスキャンされた基本パッケージを返します。RepositoryConfigurationSource.getBasePackages()リポジトリインターフェースが配置される基本パッケージを返します。XmlRepositoryConfigurationSource.getBasePackages()RepositoryConfigurationSource.getCandidates(ResourceLoader loader) リポジトリインスタンスを作成するリポジトリインターフェースのソースBeanDefinitionを返します。RepositoryConfigurationSourceSupport.getCandidates(ResourceLoader loader) AnnotationRepositoryConfigurationSource.getExcludeFilters()DefaultRepositoryConfiguration.getExcludeFilters()ImplementationDetectionConfiguration.getExcludeFilters()実装クラスのスキャンに使用される除外フィルターを返します。RepositoryConfiguration.getExcludeFilters()パッケージをリポジトリスキャンから除外するために使用されるTypeFilterを返します。RepositoryConfigurationSource.getExcludeFilters()TypeFilterを返し、リポジトリまたはリポジトリ実装をスキャンするときに除外する型を定義します。RepositoryConfigurationSourceSupport.getExcludeFilters()TypeFilterを返し、リポジトリをスキャンするときに除外する型を定義します。XmlRepositoryConfigurationSource.getExcludeFilters()DefaultRepositoryConfiguration.getImplementationBasePackages()RepositoryConfiguration.getImplementationBasePackages()リポジトリの実装をスキャンする基本パッケージを返します。org.springframework.data.repository.core 内の Streamable 使用
修飾子と型メソッド説明RepositoryInformation.getQueryMethods()クエリメソッドと見なされるすべてのメソッドを返します。RepositoryInformationSupport.getQueryMethods()org.springframework.data.repository.core.support 内の Streamable 使用
org.springframework.data.repository.query 内の Streamable 使用
Streamable を実装している org.springframework.data.repository.query のクラス修飾子と型クラス説明final classParametersのデフォルト実装。classParameters<S extends Parameters<S,T>, T extends Parameter> クエリパラメーターにバインドするか、クエリに個別に適用する必要があるメソッドパラメーターを抽象化します。org.springframework.data.repository.query.parser 内の Streamable 使用
修飾子と型クラス説明classstatic classOr キーワードを中心にリソースを分割した結果として生じる解析済みソースの一部。org.springframework.data.spel 内の Streamable 使用
Streamable を実装している org.springframework.data.spel のクラスorg.springframework.data.util 内の Streamable 使用
Streamable を返す org.springframework.data.util のメソッド修飾子と型メソッド説明default Streamable<T>Streamable.and(IterableSE<? extends T> iterable) default Streamable<T>Streamable.and(SupplierSE<? extends StreamSE<? extends T>> stream) default Streamable<T>Streamable.and(Streamable<? extends T> streamable) default Streamable<T>現在のStreamableと指定された値を連結して新しいStreamableを作成します。static <T> Streamable<T>Streamable.empty()空のStreamableを返します。default Streamable<T>Streamable.filter(PredicateSE<? super T> predicate) 指定されたフィルターPredicateSE を現在のフィルターに適用する新しいStreamableを返します。default <R> Streamable<R>Streamable.flatMap(FunctionSE<? super T, ? extends StreamSE<? extends R>> mapper) 指定されたFunctionSE を現在のものに適用する新しいStreamableを返します。default <R> Streamable<R>Streamable.map(FunctionSE<? super T, ? extends R> mapper) 指定されたFunctionSE を現在のものに適用する新しいStreamableを返します。static <T> Streamable<T>Streamable.of(IterableSE<T> iterable) 指定されたIterableSE のStreamableを返します。static <T> Streamable<T>Streamable.of(SupplierSE<? extends StreamSE<T>> supplier) static <T> Streamable<T>Streamable.of(T... t) 指定された要素を持つStreamableを返します。型 Streamable の引数を持つ型を返す org.springframework.data.util のメソッド修飾子と型メソッド説明static <S> CollectorSE<S,?, Streamable<S>> Streamable.toStreamable()static <S,T extends IterableSE<S>>
CollectorSE<S,?, Streamable<S>> Streamable.toStreamable(CollectorSE<S, ?, T> intermediate) StreamSE と指定された中間コレクターからStreamableを簡単に作成するためのコレクター。型 Streamable のパラメーターを持つ org.springframework.data.util のメソッド