Package jakarta.data.metamodel
Interface TextAttribute<T>
- Type Parameters:
 T- entity class of the static metamodel.
- All Superinterfaces:
 Attribute<T>,SortableAttribute<T>
- All Known Implementing Classes:
 TextAttributeRecord
Represents an textual entity attribute in the 
StaticMetamodel.- 
Method Summary
Methods inherited from interface jakarta.data.metamodel.SortableAttribute
asc, desc 
- 
Method Details
- 
ascIgnoreCase
Obtain a request for an ascending, case insensitiveSortbased on the entity attribute.- Returns:
 - a request for an ascending, case insensitive sort on the entity attribute.
 
 - 
descIgnoreCase
Obtain a request for a descending, case insensitiveSortbased on the entity attribute.- Returns:
 - a request for a descending, case insensitive sort on the entity attribute.
 
 
 -