Uses of Annotation Interface
org.huiche.core.annotation.FillOnInsert
Packages that use FillOnInsert
-
Uses of FillOnInsert in org.huiche.core.metadata
Methods in org.huiche.core.metadata that return FillOnInsertModifier and TypeMethodDescriptionColumnMetadata.fillOnInsert()Returns the value of thefillOnInsertrecord component.Constructors in org.huiche.core.metadata with parameters of type FillOnInsertModifierConstructorDescriptionColumnMetadata(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.