Package com.db4o.qlin
Interface QLinable
-
public interface QLinable
support 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 aQLin
query against a class.
-