Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.jpa2.context
Interface Orderable2_0.ParentAdapter<M extends AttributeMapping>

All Known Subinterfaces:
JavaOrderable2_0.ParentAdapter, OrmOrderable2_0.ParentAdapter
All Known Implementing Classes:
JavaOrderable2_0.ParentAdapter.Null, Orderable2_0.ParentAdapter.Null, OrmOrderable2_0.ParentAdapter.Null
Enclosing interface:
Orderable2_0

public static interface Orderable2_0.ParentAdapter<M extends AttributeMapping>

interface allowing ordering in multiple places (i.e. multi-value relationship and element collection mappings)


Nested Class Summary
static class Orderable2_0.ParentAdapter.Null<M extends AttributeMapping>
          This can be used for JPA 1.0 implementations.
 
Method Summary
 M getOrderableParent()
           
 String getTableName()
          Return the name of the column's table.
 Table resolveDbTable(String tableName)
           
 

Method Detail

getOrderableParent

M getOrderableParent()

getTableName

String getTableName()
Return the name of the column's table.


resolveDbTable

Table resolveDbTable(String tableName)

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.