You can put all your JPA column annotations on the public fields. If you need a field to not be persisted, use the @Transient annotation on it.
確定! 回上一頁