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

Packages that use JoinType
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
 

Uses of JoinType in de.mguennewig.pobjects.metadata
 

Subclasses of JoinType in de.mguennewig.pobjects.metadata
 class MapType
          Rows of the target table represent a map of values associated with the parent table.
 class NestedSetType
          Rows of the target table represent a nested set associated with the parent table.
 class SetType
          Rows of the target table represent a set of values associated with the parent table.
 class StackType
          Rows of the target table represent a stack of values associated with the parent table.
 

Methods in de.mguennewig.pobjects.metadata that return JoinType
 JoinType Join.getType()
           
 

Constructors in de.mguennewig.pobjects.metadata with parameters of type JoinType
Join(java.lang.String name, JoinType type, java.lang.String label, java.lang.String shortLabel)
          Creates a new field.