Class InsertSubject<T>

java.lang.Object
org.springframework.data.jdbc.core.convert.InsertSubject<T>

public final class InsertSubject<T> extends Object
The subject of an insert, described by the entity instance and its Identifier, where identifier contains information about data that needs to be considered for the insert but which is not part of the entity. Namely references back to a parent entity and key/index columns for entities that are stored in a Map or List.
Since:
2.4
Author:
Chirag Tailor