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

de.frachtwerk.essencium.backend.model.Right_ Maven / Gradle / Ivy

Go to download

Essencium Backend is a software library built on top of Spring Boot that allows developers to quickly get started on new software projects. Essencium provides, for example, a fully implemented role-rights concept as well as various field-tested solutions for access management and authentication.

The newest version!
package de.frachtwerk.essencium.backend.model;

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

@StaticMetamodel(Right.class)
@Generated("org.hibernate.processor.HibernateProcessor")
public abstract class Right_ {

	public static final String AUTHORITY = "authority";
	public static final String DESCRIPTION = "description";

	
	/**
	 * @see de.frachtwerk.essencium.backend.model.Right#authority
	 **/
	public static volatile SingularAttribute authority;
	
	/**
	 * @see de.frachtwerk.essencium.backend.model.Right#description
	 **/
	public static volatile SingularAttribute description;
	
	/**
	 * @see de.frachtwerk.essencium.backend.model.Right
	 **/
	public static volatile EntityType class_;

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy