Modifier and Type | Class and Description |
---|---|
class |
SqlBuilder<ENTITY>
This class generates SQL strings suitable to be used in
PreparedStatement s. |
Modifier and Type | Method and Description |
---|---|
Queries |
DaoBuilder.buildQueries()
Build the SQL that will be used by
DAO objects created by this builder. |
Queries |
IndirectDaoBuilder.buildQueries()
Build the SQL that will be used by
DAO objects created by this builder. |
Queries |
DaoImpl.queries() |
Queries |
Dao.queries()
Access the
SQL this Dao is using. |
Copyright © 2019. All rights reserved.