
org.dspace.content.Bundle_ 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.ListAttribute;
import jakarta.persistence.metamodel.SingularAttribute;
import jakarta.persistence.metamodel.StaticMetamodel;
@StaticMetamodel(Bundle.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class Bundle_ extends org.dspace.content.DSpaceObject_ {
/**
* @see org.dspace.content.Bundle#primaryBitstream
**/
public static volatile SingularAttribute primaryBitstream;
/**
* @see org.dspace.content.Bundle#legacyId
**/
public static volatile SingularAttribute legacyId;
/**
* @see org.dspace.content.Bundle
**/
public static volatile EntityType class_;
/**
* @see org.dspace.content.Bundle#bitstreams
**/
public static volatile ListAttribute bitstreams;
/**
* @see org.dspace.content.Bundle#items
**/
public static volatile ListAttribute items;
public static final String PRIMARY_BITSTREAM = "primaryBitstream";
public static final String LEGACY_ID = "legacyId";
public static final String BITSTREAMS = "bitstreams";
public static final String ITEMS = "items";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy