Tag: technology
Questions Related to technology
-
Native SQL
-
HSQL
-
Both
-
None of the above
-
session..commit()
-
session.getCommitTransaction()
-
session.getTransaction().commit()
-
session.getTransaction().save()
-
Transient, persistent, destroyed
-
Transient, stored, detached
-
Transient, persistent, detached
-
open, close, detached
-
Pass an instance of java.util.Properties to Configuration.setProperties().
-
Place hibernate.properties in a root directory of the classpath.
-
Set System properties using java -Dproperty=value.
-
All the above
-
Hibernate does not support lazy initialization for detached objects.
-
Access to a lazy association outside of the context of an open Hibernate session will result in an exception.
-
Lazy fetching is way to avoid unnecessary column reads.
-
All the above.
-
sess.createQuery("SELECT * FROM CATS").list();
-
sess.createSQLQuery("FROM CATS").list();
-
sess.createSQLQuery("SELECT * FROM CATS").list();
-
sess.createSQLQuery("from CATS", com.animals.Cat.class).list();
-
all
-
persist
-
delete
-
All the above
-
BeginPaint()
-
OnFrame()
-
OnCreate()
-
CreateFrame()
-
LPVOID
-
LPCSTR
-
BOOL
-
LRESULT
-
CScrollView
-
CEditView
-
CTreeView
-
CFormView