Record Class ManyToOneProcessor

java.lang.Object
java.lang.Record
io.github.joselion.springr2dbcrelationships.processors.ManyToOneProcessor
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<ManyToOne,Object>

public record ManyToOneProcessor(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<ManyToOne,Object>
The ManyToOne annotation processor.