Uses of Class
org.javalite.activejdbc.associations.Many2ManyAssociation
-
Packages that use Many2ManyAssociation Package Description org.javalite.activejdbc ActiveJDBC - the agile Java ORM.org.javalite.activejdbc.dialects Classes to manage database dialects, used internally. -
-
Uses of Many2ManyAssociation in org.javalite.activejdbc
Methods in org.javalite.activejdbc that return types with arguments of type Many2ManyAssociation Modifier and Type Method Description protected List<Many2ManyAssociation>MetaModel. getManyToManyAssociations(Association... excludedAssociations) -
Uses of Many2ManyAssociation in org.javalite.activejdbc.dialects
Methods in org.javalite.activejdbc.dialects with parameters of type Many2ManyAssociation Modifier and Type Method Description StringDefaultDialect. deleteManyToManyAssociation(Many2ManyAssociation association)StringDialect. deleteManyToManyAssociation(Many2ManyAssociation association)StringDefaultDialect. insertManyToManyAssociation(Many2ManyAssociation association)StringDialect. insertManyToManyAssociation(Many2ManyAssociation association)StringDefaultDialect. selectManyToManyAssociation(Many2ManyAssociation association, String sourceFkColumnName, int questionsCount)StringDialect. selectManyToManyAssociation(Many2ManyAssociation association, String sourceFkColumnName, int questionsCount)
-