javax.persistence.noresultexception: no entity found for query

ww‮ual.w‬tturi.com
javax.persistence.noresultexception: no entity found for query

there is no result. use try/catch to catch the exception.

DrawFreeSpace dfs = null;
try{
	dfs = (DrawFreeSpace)query.getSingleResult()
}
catch (NoResultException e){

}
Created Time:2017-10-02 12:12:10  Author:lautturi