
org.dspace.eperson.Group2GroupCache_ 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.eperson;
import jakarta.annotation.Generated;
import jakarta.persistence.metamodel.EntityType;
import jakarta.persistence.metamodel.SingularAttribute;
import jakarta.persistence.metamodel.StaticMetamodel;
@StaticMetamodel(Group2GroupCache.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class Group2GroupCache_ {
/**
* @see org.dspace.eperson.Group2GroupCache#parent
**/
public static volatile SingularAttribute parent;
/**
* @see org.dspace.eperson.Group2GroupCache
**/
public static volatile EntityType class_;
/**
* @see org.dspace.eperson.Group2GroupCache#child
**/
public static volatile SingularAttribute child;
public static final String PARENT = "parent";
public static final String CHILD = "child";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy