
org.dspace.content.Relationship_ 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.content;
import jakarta.annotation.Generated;
import jakarta.persistence.metamodel.EntityType;
import jakarta.persistence.metamodel.SingularAttribute;
import jakarta.persistence.metamodel.StaticMetamodel;
import org.dspace.content.Relationship.LatestVersionStatus;
@StaticMetamodel(Relationship.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class Relationship_ {
/**
* @see org.dspace.content.Relationship#leftItem
**/
public static volatile SingularAttribute leftItem;
/**
* @see org.dspace.content.Relationship#latestVersionStatus
**/
public static volatile SingularAttribute latestVersionStatus;
/**
* @see org.dspace.content.Relationship#relationshipType
**/
public static volatile SingularAttribute relationshipType;
/**
* @see org.dspace.content.Relationship#leftwardValue
**/
public static volatile SingularAttribute leftwardValue;
/**
* @see org.dspace.content.Relationship#rightPlace
**/
public static volatile SingularAttribute rightPlace;
/**
* @see org.dspace.content.Relationship#rightwardValue
**/
public static volatile SingularAttribute rightwardValue;
/**
* @see org.dspace.content.Relationship#id
**/
public static volatile SingularAttribute id;
/**
* @see org.dspace.content.Relationship#rightItem
**/
public static volatile SingularAttribute rightItem;
/**
* @see org.dspace.content.Relationship
**/
public static volatile EntityType class_;
/**
* @see org.dspace.content.Relationship#leftPlace
**/
public static volatile SingularAttribute leftPlace;
public static final String LEFT_ITEM = "leftItem";
public static final String LATEST_VERSION_STATUS = "latestVersionStatus";
public static final String RELATIONSHIP_TYPE = "relationshipType";
public static final String LEFTWARD_VALUE = "leftwardValue";
public static final String RIGHT_PLACE = "rightPlace";
public static final String RIGHTWARD_VALUE = "rightwardValue";
public static final String ID = "id";
public static final String RIGHT_ITEM = "rightItem";
public static final String LEFT_PLACE = "leftPlace";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy