@SuppressWarnings(value: JpaDataSourceORMInspection) @ToString @EqualsAndHashCode(includes: [bookingOfferId]) @PropertyOptions(propertyHandler: RelaxedPropertyHandler) @MapConstructor(noArg: true, useSetters: true) @KwrkMapConstructorDefaultPostCheck @KwrkMapConstructorNoArgHideable(makePackagePrivate: true) @jakarta.persistence.Entity @jakarta.persistence.Table(name: booking_offer_details) @CompileStatic class BookingOfferDetailsJpaEntity extends Object implements PostMapConstructorCheckable
Type | Name and description |
---|---|
UUID |
bookingOfferId |
String |
customerId |
String |
details |
Instant |
firstEventRecordedAt |
String |
inboundChannelName |
String |
inboundChannelType |
Instant |
lastEventRecordedAt |
Long |
lastEventSequenceNumber |
Constructor and description |
---|
BookingOfferDetailsJpaEntity() |
Groovy Documentation