
org.dspace.content.MetadataSchema_ 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;
@StaticMetamodel(MetadataSchema.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class MetadataSchema_ {
/**
* @see org.dspace.content.MetadataSchema#namespace
**/
public static volatile SingularAttribute namespace;
/**
* @see org.dspace.content.MetadataSchema#name
**/
public static volatile SingularAttribute name;
/**
* @see org.dspace.content.MetadataSchema#id
**/
public static volatile SingularAttribute id;
/**
* @see org.dspace.content.MetadataSchema
**/
public static volatile EntityType class_;
public static final String NAMESPACE = "namespace";
public static final String NAME = "name";
public static final String ID = "id";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy