Uses of Annotation Interface
org.huiche.core.annotation.FillOnUpdate
Packages that use FillOnUpdate
-
Uses of FillOnUpdate in org.huiche.core.metadata
Methods in org.huiche.core.metadata that return FillOnUpdateModifier and TypeMethodDescriptionColumnMetadata.fillOnUpdate()Returns the value of thefillOnUpdaterecord component.Constructors in org.huiche.core.metadata with parameters of type FillOnUpdateModifierConstructorDescriptionColumnMetadata(Field field, String column, Type type, boolean primaryKey, boolean autoIncrement, String table, boolean nested, FillOnInsert fillOnInsert, FillOnUpdate fillOnUpdate, Setter setter) Creates an instance of aColumnMetadatarecord class.