Uses of Record Class
org.huiche.core.metadata.ColumnMetadata
Packages that use ColumnMetadata
-
Uses of ColumnMetadata in org.huiche.core.metadata
Methods in org.huiche.core.metadata that return ColumnMetadataModifier and TypeMethodDescriptionTableMetadata.id()Returns the value of theidrecord component.Methods in org.huiche.core.metadata that return types with arguments of type ColumnMetadataModifier and TypeMethodDescriptionTableMetadata.columns()Returns the value of thecolumnsrecord component.Constructors in org.huiche.core.metadata with parameters of type ColumnMetadataModifierConstructorDescriptionTableMetadata(String table, List<ColumnMetadata> columns, ColumnMetadata id, Instantiator instantiator, Extractor extractor) Creates an instance of aTableMetadatarecord class.Constructor parameters in org.huiche.core.metadata with type arguments of type ColumnMetadataModifierConstructorDescriptionTableMetadata(String table, List<ColumnMetadata> columns, ColumnMetadata id, Instantiator instantiator, Extractor extractor) Creates an instance of aTableMetadatarecord class. -
Uses of ColumnMetadata in org.huiche.core.support
Methods in org.huiche.core.support with parameters of type ColumnMetadataModifier and TypeMethodDescriptiondefault ObjectGenerator.generateOnInsert(ColumnMetadata column, Object currentVal, Object source) 插入时生成default ObjectGenerator.generateOnUpdate(ColumnMetadata column, Object currentVal, Object source) 更新时生成