org.eclipse.jpt.jpa.db
Class DatabaseIdentifierAdapter.Default

java.lang.Object
  extended by org.eclipse.jpt.jpa.db.DatabaseIdentifierAdapter.Default
All Implemented Interfaces:
DatabaseIdentifierAdapter
Enclosing interface:
DatabaseIdentifierAdapter

public static final class DatabaseIdentifierAdapter.Default
extends java.lang.Object
implements DatabaseIdentifierAdapter

This adapter simply returns false, which is compatible with JPA 1.0.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.db.DatabaseIdentifierAdapter
DatabaseIdentifierAdapter.Default
 
Field Summary
static DatabaseIdentifierAdapter INSTANCE
           
 
Method Summary
static DatabaseIdentifierAdapter instance()
           
 java.lang.String toString()
           
 boolean treatIdentifiersAsDelimited()
          Return whether identifiers are to be treated as though they were delimited.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final DatabaseIdentifierAdapter INSTANCE
Method Detail

instance

public static DatabaseIdentifierAdapter instance()

treatIdentifiersAsDelimited

public boolean treatIdentifiersAsDelimited()
Description copied from interface: DatabaseIdentifierAdapter
Return whether identifiers are to be treated as though they were delimited.

Specified by:
treatIdentifiersAsDelimited in interface DatabaseIdentifierAdapter

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object