| Package | Description |
|---|---|
| org.apache.cayenne.dbsync.merge.context | |
| org.apache.cayenne.dbsync.naming | |
| org.apache.cayenne.dbsync.reverse.dbimport |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.cayenne.dbsync.reverse.dbload |
| Modifier and Type | Method and Description |
|---|---|
ObjectNameGenerator |
MergerContext.getNameGenerator() |
| Modifier and Type | Method and Description |
|---|---|
MergerContext.Builder |
MergerContext.Builder.nameGenerator(ObjectNameGenerator nameGenerator) |
void |
EntityMergeSupport.setNameGenerator(ObjectNameGenerator nameGenerator) |
| Constructor and Description |
|---|
EntityMergeSupport(ObjectNameGenerator nameGenerator,
NameFilter meaningfulPKsFilter,
boolean removingMeaningfulFKs,
boolean usingPrimitives,
boolean usingJava7Types) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultObjectNameGenerator
The default strategy for converting DB-layer to Object-layer names.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectNameGenerator |
DbImportConfiguration.createNameGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultDbImportAction.flattenManyToManyRelationships(DataMap map,
Collection<ObjEntity> loadedObjEntities,
ObjectNameGenerator objectNameGenerator)
Flattens many-to-many relationships in the generated model.
|
| Constructor and Description |
|---|
DbLoader(DbAdapter adapter,
Connection connection,
DbLoaderConfiguration config,
DbLoaderDelegate delegate,
ObjectNameGenerator nameGenerator) |
Copyright © 2001–2017 Apache Cayenne. All rights reserved.