Uses of Interface
de.mguennewig.pobjects.metadata.ReferenceToClass

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

Uses of ReferenceToClass in de.mguennewig.pobjects.metadata
 

Classes in de.mguennewig.pobjects.metadata that implement ReferenceToClass
 class JoinType
          Non scalar type denoting a join between two tables.
 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 RefType
          Reference to an object.
 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.