Tag: programming languages
Questions Related to programming languages
-
Yes
-
No
-
Can't say
-
None of the above
-
session.contains() method to determine if an instance belongs to the session cache.
-
session.contains() method to determine if an instance belongs to the data base
-
Both are correct
-
none of the above
-
Remove the object and its collections from the first level cache
-
Remove the object and its collections from the second level cache
-
Remove the object and its collections from the data base
-
None of the above
-
TRUE
-
FALSE
-
No matter
-
None of the above
-
By using the insert="false" and update="false" attributes
-
By using the isinsert="false" and isupdate="false" attributes.
-
By using the isinsert="no" and isupdate="no" attributes
-
None
-
A Session will not obtain a JDBC Connection (or a Datasource) unless it is needed
-
A Session will obtain a JDBC Connection (or a Datasource) on object create
-
A Session has no relation with JDBC Connection (or a Datasource)
-
None of the above
-
Hibernate.cache.query_cache true
-
Hibernate.cache.use_query_cache true
-
Hibernate.cache.query_cache yes
-
None
-
Session.load();
-
Session.get();
-
Session.fetch();
-
None of the above