Package com.gmt2001.datastore2.record
Interface AttachableRecord
- All Known Implementing Classes:
ModuleVersionRecord
,PanelUser
,Record1
,Record2
,Record3
,Record4
,Record5
,Record6
,Record7
,Record8
,SectionVariableValueRecord
,TableVersionRecord
public interface AttachableRecord
Allows
RecordListener.loadEnd(org.jooq.RecordContext)
to detect an UpdatableRecord
which needs to call
AttachableDataType.attach(org.jooq.UpdatableRecord, int)
on some of it's values- Author:
- gmt2001
-
Method Summary
Modifier and TypeMethodDescriptionvoid
CallsAttachableDataType.attach(org.jooq.UpdatableRecord, int)
on each value which implementsAttachableDataType
-
Method Details
-
doAttachments
void doAttachments()CallsAttachableDataType.attach(org.jooq.UpdatableRecord, int)
on each value which implementsAttachableDataType
-