Record Class PropertyInfo
java.lang.Object
java.lang.Record
org.hibernate.boot.jaxb.hbm.transform.PropertyInfo
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyInfo(Property bootModelProperty) Creates an instance of aPropertyInforecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebootModelPropertyrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
PropertyInfo
Creates an instance of aPropertyInforecord class.- Parameters:
bootModelProperty- the value for thebootModelPropertyrecord component
-
-
Method Details
-
tableName
-
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). -
bootModelProperty
Returns the value of thebootModelPropertyrecord component.- Returns:
- the value of the
bootModelPropertyrecord component
-