Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.db
Interface DatabaseIdentifierAdapter

All Known Implementing Classes:
DatabaseIdentifierAdapter.Default

public interface DatabaseIdentifierAdapter

This interface allows clients of the Dali db package to control whether database identifiers are to be treated as though they are delimited, which, most significantly, usually means the identifiers are case-sensitive.

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.


Nested Class Summary
static class DatabaseIdentifierAdapter.Default
          This adapter simply returns false, which is compatible with JPA 1.0.
 
Method Summary
 boolean treatIdentifiersAsDelimited()
          Return whether identifiers are to be treated as though they were delimited.
 

Method Detail

treatIdentifiersAsDelimited

boolean treatIdentifiersAsDelimited()
Return whether identifiers are to be treated as though they were delimited.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.