Dali Provisional API
Release 3.2

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

java.lang.Object
  extended by org.eclipse.jpt.jpa.core.jpa2.context.Orderable2_0.ParentAdapter.Null<M>
All Implemented Interfaces:
Orderable2_0.ParentAdapter<M>
Direct Known Subclasses:
JavaOrderable2_0.ParentAdapter.Null, OrmOrderable2_0.ParentAdapter.Null
Enclosing interface:
Orderable2_0.ParentAdapter<M extends AttributeMapping>

public static class Orderable2_0.ParentAdapter.Null<M extends AttributeMapping>
extends Object
implements Orderable2_0.ParentAdapter<M>

This can be used for JPA 1.0 implementations.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.jpa2.context.Orderable2_0.ParentAdapter
Orderable2_0.ParentAdapter.Null<M extends AttributeMapping>
 
Field Summary
protected  M parent
           
 
Constructor Summary
Orderable2_0.ParentAdapter.Null(M parent)
           
 
Method Summary
 M getOrderableParent()
           
 String getTableName()
          Return the name of the column's table.
 Table resolveDbTable(String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected final M extends AttributeMapping parent
Constructor Detail

Orderable2_0.ParentAdapter.Null

public Orderable2_0.ParentAdapter.Null(M parent)
Method Detail

getOrderableParent

public M getOrderableParent()
Specified by:
getOrderableParent in interface Orderable2_0.ParentAdapter<M extends AttributeMapping>

getTableName

public String getTableName()
Description copied from interface: Orderable2_0.ParentAdapter
Return the name of the column's table.

Specified by:
getTableName in interface Orderable2_0.ParentAdapter<M extends AttributeMapping>

resolveDbTable

public Table resolveDbTable(String tableName)
Specified by:
resolveDbTable in interface Orderable2_0.ParentAdapter<M extends AttributeMapping>

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.