Hibernate question -


I do not understand why Gavin King calls org.hibernate.Query an interface As long as I know, An interface is a group of related methods with empty bodies and the methods of this 'interface' are already implemented. I would appreciate any answer about this.

org.hibernate.Query Every interface in Java, only method announcements There is no method body, I do not know why you think that why you have implemented it, it is not so.


Comments

Popular posts from this blog

ios - Form Sheet content disappearing -

c++ - an enclosing-function local variable cannot be referenced in a lambda body unless if it is in capture list -

Lists in scheme -