
org.dspace.eperson.EPerson_ 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.ListAttribute;
import jakarta.persistence.metamodel.SingularAttribute;
import jakarta.persistence.metamodel.StaticMetamodel;
import java.time.Instant;
@StaticMetamodel(EPerson.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class EPerson_ extends org.dspace.content.DSpaceObject_ {
/**
* @see org.dspace.eperson.EPerson#salt
**/
public static volatile SingularAttribute salt;
/**
* @see org.dspace.eperson.EPerson#lastActive
**/
public static volatile SingularAttribute lastActive;
/**
* @see org.dspace.eperson.EPerson#sessionSalt
**/
public static volatile SingularAttribute sessionSalt;
/**
* @see org.dspace.eperson.EPerson#netid
**/
public static volatile SingularAttribute netid;
/**
* @see org.dspace.eperson.EPerson#requireCertificate
**/
public static volatile SingularAttribute requireCertificate;
/**
* @see org.dspace.eperson.EPerson#groups
**/
public static volatile ListAttribute groups;
/**
* @see org.dspace.eperson.EPerson#digestAlgorithm
**/
public static volatile SingularAttribute digestAlgorithm;
/**
* @see org.dspace.eperson.EPerson#selfRegistered
**/
public static volatile SingularAttribute selfRegistered;
/**
* @see org.dspace.eperson.EPerson#canLogIn
**/
public static volatile SingularAttribute canLogIn;
/**
* @see org.dspace.eperson.EPerson#password
**/
public static volatile SingularAttribute password;
/**
* @see org.dspace.eperson.EPerson#legacyId
**/
public static volatile SingularAttribute legacyId;
/**
* @see org.dspace.eperson.EPerson
**/
public static volatile EntityType class_;
/**
* @see org.dspace.eperson.EPerson#email
**/
public static volatile SingularAttribute email;
public static final String SALT = "salt";
public static final String LAST_ACTIVE = "lastActive";
public static final String SESSION_SALT = "sessionSalt";
public static final String NETID = "netid";
public static final String REQUIRE_CERTIFICATE = "requireCertificate";
public static final String GROUPS = "groups";
public static final String DIGEST_ALGORITHM = "digestAlgorithm";
public static final String SELF_REGISTERED = "selfRegistered";
public static final String CAN_LOG_IN = "canLogIn";
public static final String PASSWORD = "password";
public static final String LEGACY_ID = "legacyId";
public static final String EMAIL = "email";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy