Guest User

Untitled

a guest
Nov 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. package com.liferay.article.service.persistence;
  2.  
  3. import com.liferay.article.model.Student;
  4. import com.liferay.portal.service.persistence.impl.BasePersistenceImpl;
  5.  
  6. public class StudentFinderImpl extends BasePersistenceImpl<Student> implements StudentFinder {
  7. }
Add Comment
Please, Sign In to add comment