After loading of object from DB all @transient val fields are null.
lazy val fields throw
java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.Byte on access.
I think it has something to do with scala 2.11 because it seems that similar issues were fixed before.