首页 > 其他 > 详细

org.hibernate.QueryException: could not resolve property: address of:

时间:2014-02-23 06:07:17      阅读:587      评论:0      收藏:0      [点我收藏+]

Type Encodings

  The compiler encodes the return and argument types for each method in a character string and associates the string with the method selector.

  编译器把方法的返回值类型与参数类型encode成字符串,然后把此字符串与method selector关联起来。

  When given a type specification, @encode() returns a string encoding that type. The type can be a basic type such as an int, a pointer, a tagged structure or union, or a class name—any type, in fact, that can be used as an argument to the C sizeof() operator.

  可以是任何可被传递给sizeof运算符作为参数的类型。

  bubuko.com,布布扣

  The type code for an array is enclosed within square brackets; the number of elements in the array is specified immediately after the open bracket, before the array type. For example, an array of 12 pointers to floats would be encoded as:

  bubuko.com,布布扣

  Structures are specified within braces, and unions within parentheses. The structure tag is listed first, followed by an equal sign and the codes for the fields of the structure listed in sequence. For example, the structure

  bubuko.com,布布扣

  would be encoded like this:

  bubuko.com,布布扣

  bubuko.com,布布扣

org.hibernate.QueryException: could not resolve property: address of:

原文:http://www.cnblogs.com/Richard-xie/p/3561179.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!