Record Class AssociationKey
java.lang.Object
java.lang.Record
org.hibernate.metamodel.mapping.AssociationKey
-
Constructor Summary
ConstructorsConstructorDescriptionAssociationKey(String table, List<String> columns) Creates an instance of aAssociationKeyrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncolumns()Returns the value of thecolumnsrecord component.final booleanIndicates whether some other object is "equal to" this one.getTable()Deprecated.final inthashCode()Returns a hash code value for this object.table()Returns the value of thetablerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
AssociationKey
-
-
Method Details
-
getTable
Deprecated. -
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). -
table
Returns the value of thetablerecord component.- Returns:
- the value of the
tablerecord component
-
columns
-