DATETIME corresponding type in Android

DATETIME corresponding type in Android?

java.util.Date

So Android SDK can map DATETIME to Java Date without problems, right?

What about relation one to many? It’ll be a list?

Android SDK maps DATETIME columns to java.util.Date and one-to-many relations to java.util.List.
You can also download code for your classes in the Code Generation tab.