org.eclipse.jpt.jpa.db
Class DatabaseIdentifierAdapter.Default
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INSTANCE
public static final DatabaseIdentifierAdapter INSTANCE
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