|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
boolean treatIdentifiersAsDelimited()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||