org.jpox.store.query
Interface UnionIteratorStatement.AssociationEnd

Enclosing interface:
UnionIteratorStatement

public static interface UnionIteratorStatement.AssociationEnd

One side of an association. TODO Replace this with just the parameters (like in DiscriminatorIteratorStatement)


Method Summary
 DatastoreContainerObject getDatastoreContainerObject()
          The join table.
 JavaTypeMapping getMapping()
          Mapping in the source table to get to join to the target.
 java.lang.Class getType()
          The element type.
 boolean useJoin()
          Whether to use a join.
 

Method Detail

getType

public java.lang.Class getType()
The element type.

Returns:
the element type

getMapping

public JavaTypeMapping getMapping()
Mapping in the source table to get to join to the target.

Returns:
The JavaTypeMapping

getDatastoreContainerObject

public DatastoreContainerObject getDatastoreContainerObject()
The join table. Can be the same as the target table

Returns:
The DatastoreContainerObject

useJoin

public boolean useJoin()
Whether to use a join. Only used by map key tables.

Returns:
true if to use join


Copyright © -2007 . All Rights Reserved.