All Downloads are FREE. Search and download functionalities are using the official Maven repository.

works.hacker.repo.classic.MpttNodeRepositoryImpl Maven / Gradle / Ivy

The newest version!
package works.hacker.repo.classic;

import org.springframework.stereotype.Repository;
import works.hacker.model.classic.MpttNode;
import works.hacker.mptt.classic.MpttRepositoryImpl;

@Repository
public class MpttNodeRepositoryImpl extends MpttRepositoryImpl implements
    MpttNodeRepositoryCustom {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy