Module jakarta.data

Record Class TextAttributeRecord<T>

java.lang.Object
java.lang.Record
jakarta.data.metamodel.impl.TextAttributeRecord<T>
Record Components:
name - the name of the attribute
All Implemented Interfaces:
Attribute<T>, SortableAttribute<T>, TextAttribute<T>

public record TextAttributeRecord<T>(String name) extends Record implements TextAttribute<T>
Record type implementing TextAttribute. This may be used to simplify implementation of the static metamodel.