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

org.dspace.harvest.HarvestedCollection_ Maven / Gradle / Ivy

The newest version!
package org.dspace.harvest;

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.content.Collection;

@StaticMetamodel(HarvestedCollection.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class HarvestedCollection_ {

	
	/**
	 * @see org.dspace.harvest.HarvestedCollection#lastHarvested
	 **/
	public static volatile SingularAttribute lastHarvested;
	
	/**
	 * @see org.dspace.harvest.HarvestedCollection#oaiSource
	 **/
	public static volatile SingularAttribute oaiSource;
	
	/**
	 * @see org.dspace.harvest.HarvestedCollection#harvestStatus
	 **/
	public static volatile SingularAttribute harvestStatus;
	
	/**
	 * @see org.dspace.harvest.HarvestedCollection#metadataConfigId
	 **/
	public static volatile SingularAttribute metadataConfigId;
	
	/**
	 * @see org.dspace.harvest.HarvestedCollection#harvestMessage
	 **/
	public static volatile SingularAttribute harvestMessage;
	
	/**
	 * @see org.dspace.harvest.HarvestedCollection#harvestStartTime
	 **/
	public static volatile SingularAttribute harvestStartTime;
	
	/**
	 * @see org.dspace.harvest.HarvestedCollection#id
	 **/
	public static volatile SingularAttribute id;
	
	/**
	 * @see org.dspace.harvest.HarvestedCollection#collection
	 **/
	public static volatile SingularAttribute collection;
	
	/**
	 * @see org.dspace.harvest.HarvestedCollection#oaiSetId
	 **/
	public static volatile SingularAttribute oaiSetId;
	
	/**
	 * @see org.dspace.harvest.HarvestedCollection
	 **/
	public static volatile EntityType class_;
	
	/**
	 * @see org.dspace.harvest.HarvestedCollection#harvestType
	 **/
	public static volatile SingularAttribute harvestType;

	public static final String LAST_HARVESTED = "lastHarvested";
	public static final String OAI_SOURCE = "oaiSource";
	public static final String HARVEST_STATUS = "harvestStatus";
	public static final String METADATA_CONFIG_ID = "metadataConfigId";
	public static final String HARVEST_MESSAGE = "harvestMessage";
	public static final String HARVEST_START_TIME = "harvestStartTime";
	public static final String ID = "id";
	public static final String COLLECTION = "collection";
	public static final String OAI_SET_ID = "oaiSetId";
	public static final String HARVEST_TYPE = "harvestType";

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy