接口 StudentBasedEntity

所有超级接口:
org.beangle.commons.entity.Entity<Long>, Serializable, org.beangle.commons.entity.TimeEntity
所有已知实现类:
Admission, Contact, Examinee, Graduation, Home, SocialRelation, StudentInfoBean

@MappedSuperclass public interface StudentBasedEntity extends org.beangle.commons.entity.Entity<Long>, org.beangle.commons.entity.TimeEntity
基于学生信息的实体
  • 方法概要

    修饰符和类型
    方法
    说明
     
    void
     

    从接口继承的方法 org.beangle.commons.entity.Entity

    getId, isPersisted, isTransient, setId

    从接口继承的方法 org.beangle.commons.entity.TimeEntity

    getUpdatedAt, setUpdatedAt
  • 方法详细资料