works.hacker.repo.classic.MpttNodeRepositoryImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mptt-jpa Show documentation
Show all versions of mptt-jpa Show documentation
Modified Preorder Tree Traversal - Java implementation using JPA
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 {
}