SentenceList sent = new StaticSentence(
app.getSession(),
"SELECT ID, NAME, X, Y, FLOOR FROM PLACES ORDER BY FLOOR",
null,
new SerializerReadClass(Place.class));
m_aplaces = sent.list();
} catch (BasicException eD) {
m_aplaces = new ArrayList<Place>();
}
initComponents();