Uses of Class
com.querydsl.sql.ColumnMetadata
Packages that use ColumnMetadata
-
Uses of ColumnMetadata in com.querydsl.sql
Methods in com.querydsl.sql that return ColumnMetadataModifier and TypeMethodDescriptionstatic ColumnMetadataColumnMetadata.getColumnMetadata(Path<?> path) Returns this path's column metadata if present.@Nullable ColumnMetadataRelationalPath.getMetadata(Path<?> column) Returns the metadata for this path or null if none was assigned.RelationalPathBase.getMetadata(Path<?> column) static ColumnMetadataCreates default column meta data with the given column name, but without any type or constraint information.ColumnMetadata.notNull()ColumnMetadata.ofType(int jdbcType) ColumnMetadata.withDigits(int decimalDigits) ColumnMetadata.withIndex(int index) ColumnMetadata.withSize(int size) Methods in com.querydsl.sql with parameters of type ColumnMetadataModifier and TypeMethodDescriptionprotected <P extends Path<?>>
PRelationalPathBase.addMetadata(P path, ColumnMetadata metadata)