Package | Description |
---|---|
org.javalite.activejdbc |
ActiveJDBC - the agile Java ORM.
|
org.javalite.activejdbc.dialects |
Classes to manage database dialects, used internally.
|
Modifier and Type | Method and Description |
---|---|
protected List<Many2ManyAssociation> |
MetaModel.getManyToManyAssociations(Association... excludedAssociations) |
Modifier and Type | Method and Description |
---|---|
String |
Dialect.deleteManyToManyAssociation(Many2ManyAssociation association) |
String |
DefaultDialect.deleteManyToManyAssociation(Many2ManyAssociation association) |
String |
Dialect.insertManyToManyAssociation(Many2ManyAssociation association) |
String |
DefaultDialect.insertManyToManyAssociation(Many2ManyAssociation association) |
String |
Dialect.selectManyToManyAssociation(Many2ManyAssociation association,
String sourceFkColumnName,
int questionsCount) |
String |
DefaultDialect.selectManyToManyAssociation(Many2ManyAssociation association,
String sourceFkColumnName,
int questionsCount) |
Copyright © 2019 JavaLite. All rights reserved.