| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Joinable | |
|---|---|
| org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata | 
| org.apache.openjpa.jdbc.meta.strats | OpenJPA-JDBC ORM Strategies | 
| Uses of Joinable in org.apache.openjpa.jdbc.meta | 
|---|
| Classes in org.apache.openjpa.jdbc.meta that implement Joinable | |
|---|---|
|  class | DelegatingJoinableDelegates to another Joinableafter doing column
 translation. | 
| Methods in org.apache.openjpa.jdbc.meta that return Joinable | |
|---|---|
|  Joinable | ClassMapping.assertJoinable(Column col)Return the joinable for the given column, or throw an exception if none is available. | 
|  Joinable | ClassMapping.getJoinable(Column col)Return the Joinablefor the given column. | 
| Methods in org.apache.openjpa.jdbc.meta with parameters of type Joinable | |
|---|---|
|  void | ClassMapping.setJoinable(Column col,
            Joinable joinable)Add the given column-to-joinable mapping. | 
| Constructors in org.apache.openjpa.jdbc.meta with parameters of type Joinable | |
|---|---|
| DelegatingJoinable(Joinable join,
                   Column[] cols)Constructor. | |
| DelegatingJoinable(Joinable join,
                   ForeignKey fk)Constructor. | |
| Uses of Joinable in org.apache.openjpa.jdbc.meta.strats | 
|---|
| Classes in org.apache.openjpa.jdbc.meta.strats that implement Joinable | |
|---|---|
|  class | HandlerFieldStrategyMapping for a single-valued field that delegates to a ValueHandler. | 
|  class | PrimitiveFieldStrategyDirect mapping from a primitive value to a column. | 
|  class | RelationFieldStrategyMapping for a single-valued relation to another entity. | 
|  class | StringFieldStrategyDirect mapping from a string value to a column. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||