Travis Brown
2017-04-11 00:59:21 UTC
I'm experimenting with the Ceylon + Wildfly (JaxRS and JPA) and have a
minor API change suggestion for ceylon.interop.java.Query.
TypedQuery has this signature signature but throws NoResultException if the
entity is not found:
shared Result? getSingleResult()
I would expect this to either not return null or to allow null to mean
"entity not found".
Below in the same file, QueryResults has this signature:
shared Anything getSingleResult()
This similar method (but pertaining to a stored proc query) catches
NoResultException and returns null.
Regards, Travis
minor API change suggestion for ceylon.interop.java.Query.
TypedQuery has this signature signature but throws NoResultException if the
entity is not found:
shared Result? getSingleResult()
I would expect this to either not return null or to allow null to mean
"entity not found".
Below in the same file, QueryResults has this signature:
shared Anything getSingleResult()
This similar method (but pertaining to a stored proc query) catches
NoResultException and returns null.
Regards, Travis
--
You received this message because you are subscribed to the Google Groups "ceylon-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceylon-dev+***@googlegroups.com.
To post to this group, send email to ceylon-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ceylon-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceylon-dev/d6e59531-ecef-4b78-a717-522c62b90eb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "ceylon-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceylon-dev+***@googlegroups.com.
To post to this group, send email to ceylon-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ceylon-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceylon-dev/d6e59531-ecef-4b78-a717-522c62b90eb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.