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 SQLGenerationContext
public DbAdapter getAdapter()
getAdapter
in interface SQLGenerationContext
public DbEntity getRootDbEntity()
getRootDbEntity
in interface SQLGenerationContext
public QuotingStrategy getQuotingStrategy()
getQuotingStrategy
in interface SQLGenerationContext
Copyright © 2001–2021 Apache Cayenne. All rights reserved.