java.lang.Object
org.springframework.data.jdbc.core.convert.InsertSubject<T>
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> InsertSubject<T>describedBy(T instance, Identifier identifier) booleaninthashCode()toString()