Uses of Interface
lumis.util.query.IQueryAdapter
-
Packages that use IQueryAdapter Package Description lumis.util.query lumis.util.query.hibernate lumis.util.query.jdbc -
-
Uses of IQueryAdapter in lumis.util.query
Methods in lumis.util.query that return IQueryAdapter Modifier and Type Method Description static IQueryAdapter
QueryAdapterFactory. getQueryAdapter(ITransaction transaction)
-
Uses of IQueryAdapter in lumis.util.query.hibernate
Classes in lumis.util.query.hibernate that implement IQueryAdapter Modifier and Type Class Description class
QueryAdapterHibernate
-
Uses of IQueryAdapter in lumis.util.query.jdbc
Classes in lumis.util.query.jdbc that implement IQueryAdapter Modifier and Type Class Description class
GenericQueryAdapterJdbc
Generic query adapter, that generates ANSI 92 compatible SQLs for queries structures.
-