Uses of Class
de.mguennewig.pobjects.metadata.NestedSetType

Packages that use NestedSetType
de.mguennewig.pobjects The package de.mguennewig.pobjects provides an abstraction layer on top of a set of database tables by which table rows can be accessed transparently as Java objects. 
 

Uses of NestedSetType in de.mguennewig.pobjects
 

Constructors in de.mguennewig.pobjects with parameters of type NestedSetType
PObjNestedSet(PObject parent, java.lang.Class<? extends Record> elementClass, NestedSetType nestedSetType)
          Creates a new nested set.