Class TranslationDAO

java.lang.Object
io.github.xezzon.zeroweb.common.jpa.BaseDAO<Translation,String,TranslationRepository>
io.github.xezzon.zeroweb.locale.TranslationDAO
All Implemented Interfaces:
io.github.xezzon.tao.trait.NewType<TranslationRepository>

@Repository public class TranslationDAO extends io.github.xezzon.zeroweb.common.jpa.BaseDAO<Translation,String,TranslationRepository>
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO

    io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<T extends Object>, io.github.xezzon.zeroweb.common.jpa.BaseDAO.UpdateCriteriaBuilder<T extends Object>
  • Method Summary

    Modifier and Type
    Method
    Description
    io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<Translation>
     

    Methods inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO

    findAll, get, partialUpdate

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait