works.hacker.repo.dyadic.DyadicNodeRepositoryCustom 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 works.hacker.model.dyadic.DyadicNode;
import works.hacker.mptt.dyadic.DyadicRepository;
public interface DyadicNodeRepositoryCustom extends DyadicRepository {
}