org.tkit.quarkus.jpa.test.TestProject_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tkit-quarkus-jpa-tests Show documentation
Show all versions of tkit-quarkus-jpa-tests Show documentation
Module that contains tkit-quarkus-jpa related tests
The newest version!
package org.tkit.quarkus.jpa.test;
import jakarta.annotation.Generated;
import jakarta.persistence.metamodel.MappedSuperclassType;
import jakarta.persistence.metamodel.SingularAttribute;
import jakarta.persistence.metamodel.StaticMetamodel;
@StaticMetamodel(TestProject.class)
@Generated("org.hibernate.processor.HibernateProcessor")
public abstract class TestProject_ extends org.tkit.quarkus.jpa.models.AbstractTraceableEntity_ {
public static final String KEY = "key";
/**
* @see org.tkit.quarkus.jpa.test.TestProject
**/
public static volatile MappedSuperclassType class_;
/**
* @see org.tkit.quarkus.jpa.test.TestProject#key
**/
public static volatile SingularAttribute key;
}