mhgrove / Empire

JPA implementation for RDF
http://groups.google.com/group/empire-rdf/
Apache License 2.0
98 stars 34 forks source link

better handling of multiply typed individuals with lazy-loaded collections #87

Closed mhgrove closed 11 years ago

mhgrove commented 11 years ago

can get an illegal arg exception when trying to figure out the type of an individual pulled into a lazy loaded collection and the first type it has is not suitable.

if we can iterate over all the types the individual has we can avoid the exception