Package io.github.xezzon.zeroweb.locale
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
-
Method Summary
Modifier and TypeMethodDescriptionio.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<Translation>
Methods inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO
findAll, get, partialUpdate
-
Method Details
-
getCopier
- Specified by:
getCopier
in classio.github.xezzon.zeroweb.common.jpa.BaseDAO<Translation,
String, TranslationRepository>
-