Record Class ManyToManyProcessor

java.lang.Object
java.lang.Record
io.github.joselion.springr2dbcrelationships.processors.ManyToManyProcessor
Record Components:
template - the r2dbc entity template
entity - the processed field entity
table - the processed field entity table
context - the Spring application context
All Implemented Interfaces:
Processable<ManyToMany,List<?>>

public record ManyToManyProcessor(org.springframework.data.r2dbc.core.R2dbcEntityTemplate template, Object entity, org.springframework.data.relational.core.sql.SqlIdentifier table, org.springframework.context.ApplicationContext context) extends Record implements Processable<ManyToMany,List<?>>
The OneToMany annotation processor.