Why ormlite has its own annotations?
From what I see in ormlite it has implemented its annotations as well as JPA standard annotations. First of all, what was the reason of designing new set of annotations? Secondly, how one can use standard annotation like @Entity , etc instead of ormlite specific annotations. Right now, I am getting not defined error for those entities. Do I need a jar file? DataNucleus Because it isn't a real JPA implementation, and just makes use of JPA annotations for convenience. Obviously, by using it, you lose the portability offered by JPA itself, but then it may have some advantages for very specific