io.quarkiverse.groovy.hibernate.reactive.panache.PanacheEntity_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-groovy-hibernate-reactive-panache Show documentation
Show all versions of quarkus-groovy-hibernate-reactive-panache Show documentation
Simplify your persistence code for Hibernate Reactive via the active record or the repository pattern in Groovy
package io.quarkiverse.groovy.hibernate.reactive.panache;
import jakarta.annotation.Generated;
import jakarta.persistence.metamodel.MappedSuperclassType;
import jakarta.persistence.metamodel.SingularAttribute;
import jakarta.persistence.metamodel.StaticMetamodel;
@StaticMetamodel(PanacheEntity.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class PanacheEntity_ {
/**
* @see io.quarkiverse.groovy.hibernate.reactive.panache.PanacheEntity#id
**/
public static volatile SingularAttribute id;
/**
* @see io.quarkiverse.groovy.hibernate.reactive.panache.PanacheEntity
**/
public static volatile MappedSuperclassType class_;
public static final String ID = "id";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy