Uses of Class
io.quarkiverse.groovy.hibernate.reactive.panache.PanacheEntityBase
Packages that use PanacheEntityBase
-
Uses of PanacheEntityBase in io.quarkiverse.groovy.hibernate.reactive.panache
Subclasses of PanacheEntityBase in io.quarkiverse.groovy.hibernate.reactive.panacheModifier and TypeClassDescriptionclassRepresents an entity with a generated ID fieldPanacheEntity.idof typeLong.Methods in io.quarkiverse.groovy.hibernate.reactive.panache with type parameters of type PanacheEntityBaseModifier and TypeMethodDescription<T extends PanacheEntityBase>
io.smallrye.mutiny.Uni<T>PanacheEntityBase.persist()Persist this entity in the database, if not already persisted.<T extends PanacheEntityBase>
io.smallrye.mutiny.Uni<T>PanacheEntityBase.persistAndFlush()Persist this entity in the database, if not already persisted.