型を宣言することは可能ですか
@????? // Embeddable?
class MyDate extends java.util.Date implements Serializable{
//.. lots of logic, but no new fields
}
マッピングに含める
class Person {
@????
MyDate birthdate;
}
Embeddable/Embedded を試しましたが、このエラー メッセージが表示されます
[junit] 7109 venses WARN [main] openjpa.MetaData - "birhtdate" declares a null indicator column ""birthdate_null"" whose JDBC type is not compatible with the expected type "integer".