Skip to content
JustinTArthur edited this page Jun 14, 2012 · 3 revisions

JPA-NestedSet is an experimental approach to using nested sets for managing hierarchies in a relational database using JPA. The hierarchy is no longer reflected in the object model (parent/children) but completely managed externally.

The BlackLocus fork provides the following branches:

  • master: tracks romanb’s master for the sake of having up to date dev environments.
  • Feature/issue branches branched from master: created whenever an upcoming change might be backwards compatible with romanb’s master (i.e. pull request candidates).
  • BlackLocus-Edition: A separate development track that incorporates the latest features or fixes from BlackLocus organization members even if they are outstanding or rejected pull requests to romanb. Also includes adjustments to tree manipulation that make the library more compatible with other tech stacks.
Clone this wiki locally