Package com.db4o.qlin
Interface QLinable
-
public interface QLinablesupport for the new experimental QLin ("Coolin") query interface. We would really like to have LINQ for Java instead.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> QLin<T>from(java.lang.Class<T> clazz)starts aQLinquery against a class.
-