Class WithId<IdType>

java.lang.Object
io.quarkus.hibernate.panache.WithId<IdType>
Direct Known Subclasses:
WithId.AutoLong, WithId.AutoString, WithId.AutoUUID

@MappedSuperclass public class WithId<IdType> extends Object
  • Field Details

    • id

      public IdType id
      The auto-generated ID field. This field is set by Hibernate ORM when this entity is persisted.
  • Constructor Details

    • WithId

      public WithId()
  • Method Details