Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的模型 - 问题和答案,扩展了一个类 Post。Post 有一个字段 - 字符串内容。
让问题成为类问题的一个实例。我的 HTML 包含 question.content,但引发异常,说找不到该字段。为什么问题没有继承的“内容”字段?
提前致谢!
您需要使用@MappedSuperclass.
@MappedSuperclass
如果您查看我假设您的实体继承自的“play.db.jpa.Model”的源代码,您将看到使用了这个特殊的注释。这会将此类的内容带入您的持久实体中。
guys! I was trying to add flexigrid plugin into my html, but i have problem that
Uncaught TypeError: Object # has no method 'flexigrid' showed in chrome console