
org.dspace.handle.Handle_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dspace-api Show documentation
Show all versions of dspace-api Show documentation
DSpace core data model and service APIs.
The newest version!
package org.dspace.handle;
import jakarta.annotation.Generated;
import jakarta.persistence.metamodel.EntityType;
import jakarta.persistence.metamodel.SingularAttribute;
import jakarta.persistence.metamodel.StaticMetamodel;
import org.dspace.content.DSpaceObject;
@StaticMetamodel(Handle.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class Handle_ {
/**
* @see org.dspace.handle.Handle#dso
**/
public static volatile SingularAttribute dso;
/**
* @see org.dspace.handle.Handle#resourceTypeId
**/
public static volatile SingularAttribute resourceTypeId;
/**
* @see org.dspace.handle.Handle#handle
**/
public static volatile SingularAttribute handle;
/**
* @see org.dspace.handle.Handle#id
**/
public static volatile SingularAttribute id;
/**
* @see org.dspace.handle.Handle
**/
public static volatile EntityType class_;
public static final String DSO = "dso";
public static final String RESOURCE_TYPE_ID = "resourceTypeId";
public static final String HANDLE = "handle";
public static final String ID = "id";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy