Column

public interface Column

A column of the entity.

Columns are the entity state fields which are stored separately from the entity record and can be used as criteria for query filters.

The name of the column represents the value which needs to be specified to the filter. The type is an expected type of the filter value.

Functions

Link copied to clipboard
public abstract ColumnName name()
The name of the column in the storage.
Link copied to clipboard
public abstract Class<? extends Object> type()
The type of the column.