Interface StudentBasedEntity

  • All Superinterfaces:
    org.beangle.commons.entity.Entity<Long>, Serializable, org.beangle.commons.entity.TimeEntity

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Student getStd()  
      void setStd​(Student std)  
      • Methods inherited from interface org.beangle.commons.entity.Entity

        getId, isPersisted, isTransient, setId
      • Methods inherited from interface org.beangle.commons.entity.TimeEntity

        getUpdatedAt, setUpdatedAt