Index

B F G L N O P S 
All Classes and Interfaces|All Packages|Constant Field Values

B

BaseSqlParticipantStatements - Class in org.eclipse.edc.registration.store.sql.schema
Provide an agnostic SQL implementation of ParticipantStatements which is not tied to a particular SQL storage
BaseSqlParticipantStatements() - Constructor for class org.eclipse.edc.registration.store.sql.schema.BaseSqlParticipantStatements
 

F

findByDid(String) - Method in class org.eclipse.edc.registration.store.sql.SqlParticipantStore
 

G

getCreatedAtColumn() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
 
getDidColumn() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
 
getErrorDetailColumn() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
 
getFormatJsonOperator() - Method in class org.eclipse.edc.registration.store.sql.schema.BaseSqlParticipantStatements
 
getFormatJsonOperator() - Method in class org.eclipse.edc.registration.store.sql.schema.PostgresSqlParticipantStatements
 
getInsertParticipantsTemplate() - Method in class org.eclipse.edc.registration.store.sql.schema.BaseSqlParticipantStatements
 
getInsertParticipantsTemplate() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
INSERT clause for participants.
getParticipantIdColumn() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
 
getParticipantTable() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
 
getSelectParticipantByDidTemplate() - Method in class org.eclipse.edc.registration.store.sql.schema.BaseSqlParticipantStatements
 
getSelectParticipantByDidTemplate() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
Select single participants by DID
getSelectParticipantByStateTemplate() - Method in class org.eclipse.edc.registration.store.sql.schema.BaseSqlParticipantStatements
 
getSelectParticipantByStateTemplate() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
SELECT clause for all participants.
getSelectParticipantTemplate() - Method in class org.eclipse.edc.registration.store.sql.schema.BaseSqlParticipantStatements
 
getSelectParticipantTemplate() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
SELECT clause for all participants.
getStateColumn() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
 
getStateCountColumn() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
 
getStateTimestampColumn() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
 
getTraceContextColumn() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
 
getUpdatedAtColumn() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
 
getUpdateParticipantTemplate() - Method in class org.eclipse.edc.registration.store.sql.schema.BaseSqlParticipantStatements
 
getUpdateParticipantTemplate() - Method in interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
Update statement for participants

L

listParticipants() - Method in class org.eclipse.edc.registration.store.sql.SqlParticipantStore
 
listParticipantsWithStatus(ParticipantStatus) - Method in class org.eclipse.edc.registration.store.sql.SqlParticipantStore
 

N

name() - Method in class org.eclipse.edc.registration.store.sql.SqlParticipantStoreExtension
 
NAME - Static variable in class org.eclipse.edc.registration.store.sql.SqlParticipantStoreExtension
 

O

org.eclipse.edc.registration.store.sql - package org.eclipse.edc.registration.store.sql
 
org.eclipse.edc.registration.store.sql.schema - package org.eclipse.edc.registration.store.sql.schema
 

P

ParticipantStatements - Interface in org.eclipse.edc.registration.store.sql.schema
Provides the mapping with columns, statements with the underlying SQL storage system
participantStore(ServiceExtensionContext) - Method in class org.eclipse.edc.registration.store.sql.SqlParticipantStoreExtension
 
PostgresSqlParticipantStatements - Class in org.eclipse.edc.registration.store.sql.schema
Extends BaseSqlParticipantStatements with custom dialect for PG
PostgresSqlParticipantStatements() - Constructor for class org.eclipse.edc.registration.store.sql.schema.PostgresSqlParticipantStatements
 

S

save(Participant) - Method in class org.eclipse.edc.registration.store.sql.SqlParticipantStore
 
SqlParticipantStore - Class in org.eclipse.edc.registration.store.sql
SQL implementation for ParticipantStore
SqlParticipantStore(DataSourceRegistry, String, TransactionContext, ObjectMapper, ParticipantStatements, QueryExecutor) - Constructor for class org.eclipse.edc.registration.store.sql.SqlParticipantStore
 
SqlParticipantStoreExtension - Class in org.eclipse.edc.registration.store.sql
Extension that provides a ParticipantStore with SQL as backend storage
SqlParticipantStoreExtension() - Constructor for class org.eclipse.edc.registration.store.sql.SqlParticipantStoreExtension
 
B F G L N O P S 
All Classes and Interfaces|All Packages|Constant Field Values