public class TranslatorContext extends Object implements SQLGenerationContext
| Modifier and Type | Method and Description |
|---|---|
DbAdapter |
getAdapter() |
Collection<DbAttributeBinding> |
getBindings() |
QuotingStrategy |
getQuotingStrategy() |
DbEntity |
getRootDbEntity() |
public Collection<DbAttributeBinding> getBindings()
getBindings in interface SQLGenerationContextpublic DbAdapter getAdapter()
getAdapter in interface SQLGenerationContextpublic DbEntity getRootDbEntity()
getRootDbEntity in interface SQLGenerationContextpublic QuotingStrategy getQuotingStrategy()
getQuotingStrategy in interface SQLGenerationContextCopyright © 2001–2021 Apache Cayenne. All rights reserved.