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

org.dspace.content.QAEventProcessed_ Maven / Gradle / Ivy

The newest version!
package org.dspace.content;

import jakarta.annotation.Generated;
import jakarta.persistence.metamodel.EntityType;
import jakarta.persistence.metamodel.SingularAttribute;
import jakarta.persistence.metamodel.StaticMetamodel;
import java.time.Instant;
import org.dspace.eperson.EPerson;

@StaticMetamodel(QAEventProcessed.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class QAEventProcessed_ {

	
	/**
	 * @see org.dspace.content.QAEventProcessed#eventId
	 **/
	public static volatile SingularAttribute eventId;
	
	/**
	 * @see org.dspace.content.QAEventProcessed#eperson
	 **/
	public static volatile SingularAttribute eperson;
	
	/**
	 * @see org.dspace.content.QAEventProcessed#item
	 **/
	public static volatile SingularAttribute item;
	
	/**
	 * @see org.dspace.content.QAEventProcessed
	 **/
	public static volatile EntityType class_;
	
	/**
	 * @see org.dspace.content.QAEventProcessed#eventTimestamp
	 **/
	public static volatile SingularAttribute eventTimestamp;

	public static final String EVENT_ID = "eventId";
	public static final String EPERSON = "eperson";
	public static final String ITEM = "item";
	public static final String EVENT_TIMESTAMP = "eventTimestamp";

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy