org.apache.openjpa.jdbc.meta
Interface MappingInfo.TableDefaults

Enclosing class:
MappingInfo

public static interface MappingInfo.TableDefaults

Supplies default table information.


Method Summary
 String get(Schema schema)
          Deprecated.  
 DBIdentifier getIdentifier(Schema schema)
           
 

Method Detail

get

String get(Schema schema)
Deprecated. 

Return the default table name.


getIdentifier

DBIdentifier getIdentifier(Schema schema)


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.