works.hacker.repo.dyadic.DyadicNodeRepositoryImpl 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.dyadic;
import org.springframework.stereotype.Repository;
import works.hacker.model.dyadic.DyadicNode;
import works.hacker.mptt.dyadic.DyadicRepositoryImpl;
@Repository
public class DyadicNodeRepositoryImpl extends DyadicRepositoryImpl implements
DyadicNodeRepositoryCustom {
}