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>
Record type implementing
TextAttribute.
This may be used to simplify implementation of the static metamodel.-
Constructor Summary
ConstructorsConstructorDescriptionTextAttributeRecord(String name) Creates an instance of aTextAttributeRecordrecord class. -
Method Summary
Modifier and TypeMethodDescriptionasc()Obtain a request for an ascendingSortbased on the entity attribute.Obtain a request for an ascending, case insensitiveSortbased on the entity attribute.desc()Obtain a request for a descendingSortbased on the entity attribute.Obtain a request for a descending, case insensitiveSortbased on the entity attribute.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TextAttributeRecord
-
-
Method Details
-
asc
Description copied from interface:SortableAttributeObtain a request for an ascendingSortbased on the entity attribute.- Specified by:
ascin interfaceSortableAttribute<T>- Returns:
- a request for an ascending sort on the entity attribute.
-
desc
Description copied from interface:SortableAttributeObtain a request for a descendingSortbased on the entity attribute.- Specified by:
descin interfaceSortableAttribute<T>- Returns:
- a request for a descending sort on the entity attribute.
-
ascIgnoreCase
Description copied from interface:TextAttributeObtain a request for an ascending, case insensitiveSortbased on the entity attribute.- Specified by:
ascIgnoreCasein interfaceTextAttribute<T>- Returns:
- a request for an ascending, case insensitive sort on the entity attribute.
-
descIgnoreCase
Description copied from interface:TextAttributeObtain a request for a descending, case insensitiveSortbased on the entity attribute.- Specified by:
descIgnoreCasein interfaceTextAttribute<T>- Returns:
- a request for a descending, case insensitive sort on the entity attribute.
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
name
-