Sunday, August 16, 2015

language Dao Examle

1:17 AM

package com.education.vidyarthi.online.Dao;

import java.util.List;

import com.education.vidyarthi.online.model.Language;



public interface LanguageDao {
   
    public List<Language> listLanguages();

    public List<Language> getLanguageByLanguageId(Long languageId);

}

Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 comments:

Post a Comment

 

© 2013 Java Tutorials. All rights resevered. Designed by Templateism

Back To Top