Within server-side business logic, I want to be able to get a persisted
object from LCDS, manipulate that object, and then use LCDS to persist
those changes to the database as well as send those changes to the
client.Is it possible to access LCDS' persistence layer (Hibernate) to
be used by server-side business logic?I have attempted to use
DataServiceTransaction.getItem(...). However, for objects that contain a
collection of other objects I get this error:[LCDS] Runtime exception
while trying t...