Uses of Interface
org.huiche.core.support.Setter
Packages that use Setter
-
Uses of Setter in org.huiche.core.metadata
Methods in org.huiche.core.metadata that return SetterModifier and TypeMethodDescriptionColumnMetadata.setter()Returns the value of thesetterrecord component.Constructors in org.huiche.core.metadata with parameters of type SetterModifierConstructorDescriptionColumnMetadata(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. -
Uses of Setter in org.huiche.core.support
Methods in org.huiche.core.support that return SetterModifier and TypeMethodDescriptionstatic SetterReflectUtil.unreflectSetter(Field field) 创建Field的setter方法的MethodHandle(只是为了处理异常)