All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.groovy.hibernate.reactive.panache.PanacheEntity_ Maven / Gradle / Ivy

Go to download

Simplify your persistence code for Hibernate Reactive via the active record or the repository pattern in Groovy

There is a newer version: 3.16.1
Show newest version
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