Enum クラスの使用箇所
org.springframework.modulith.events.support.CompletionMode
CompletionMode を使用するパッケージ
パッケージ
説明
EventPublicationRepository の JDBC 統合。EventPublicationRepository の JPA 統合。EventPublicationRepository の MongoDB 統合。EventPublicationRepository の Neo4j 統合。 イベント発行レジストリを統合するための Spring Framework 拡張機能。
org.springframework.modulith.events.jdbc 内の CompletionMode 使用
型 CompletionMode のパラメーターを持つ org.springframework.modulith.events.jdbc のコンストラクター修飾子コンストラクター説明(package private)JdbcRepositorySettings(DatabaseType databaseType, CompletionMode completionMode, JdbcConfigurationProperties properties) org.springframework.modulith.events.jpa 内の CompletionMode 使用
型 CompletionMode のパラメーターを持つ org.springframework.modulith.events.jpa のメソッド修飾子と型メソッド説明(package private) static ClassSE<? extends JpaEventPublication>JpaEventPublication.getCompletedType(CompletionMode mode) 型 CompletionMode のパラメーターを持つ org.springframework.modulith.events.jpa のコンストラクター修飾子コンストラクター説明JpaEventPublicationRepository(jakarta.persistence.EntityManager entityManager, EventSerializer serializer, CompletionMode completionMode) org.springframework.modulith.events.mongodb 内の CompletionMode 使用
型 CompletionMode のパラメーターを持つ org.springframework.modulith.events.mongodb のコンストラクター修飾子コンストラクター説明MongoDbEventPublicationRepository(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, CompletionMode completionMode) 指定されたMongoTemplateの新しいMongoDbEventPublicationRepositoryを作成します。org.springframework.modulith.events.neo4j 内の CompletionMode 使用
型 CompletionMode のパラメーターを持つ org.springframework.modulith.events.neo4j のコンストラクター修飾子コンストラクター説明(package private)Neo4jEventPublicationRepository(org.springframework.data.neo4j.core.Neo4jClient neo4jClient, org.neo4j.cypherdsl.core.renderer.Configuration cypherDslConfiguration, EventSerializer eventSerializer, CompletionMode completionMode) org.springframework.modulith.events.support 内の CompletionMode 使用
修飾子と型メソッド説明static CompletionModeCompletionMode.from(Environment environment) 指定された環境からCompletionModeを検索するか、UPDATEをデフォルトとして使用します。static CompletionMode指定された名前でこのクラスの列挙型定数を返します。static CompletionMode[]CompletionMode.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。