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

org.ameba.oauth2.tenant.TenantEO_ Maven / Gradle / Ivy

There is a newer version: 4.1.0-jdk17
Show newest version
package org.ameba.oauth2.tenant;

import jakarta.annotation.Generated;
import jakarta.persistence.metamodel.EntityType;
import jakarta.persistence.metamodel.SingularAttribute;
import jakarta.persistence.metamodel.StaticMetamodel;

@StaticMetamodel(TenantEO.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class TenantEO_ extends org.ameba.integration.jpa.ApplicationEntity_ {

	
	/**
	 * @see org.ameba.oauth2.tenant.TenantEO#name
	 **/
	public static volatile SingularAttribute name;
	
	/**
	 * @see org.ameba.oauth2.tenant.TenantEO#realm
	 **/
	public static volatile SingularAttribute realm;
	
	/**
	 * @see org.ameba.oauth2.tenant.TenantEO
	 **/
	public static volatile EntityType class_;
	
	/**
	 * @see org.ameba.oauth2.tenant.TenantEO#hash
	 **/
	public static volatile SingularAttribute hash;

	public static final String NAME = "name";
	public static final String REALM = "realm";
	public static final String HASH = "hash";

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy