私はこれだけを見ます:
/**
* Find all entities of this type
*/
public static <T extends JPABase> List<T> findAll() {
throw new UnsupportedOperationException("Please annotate your JPA model with @javax.persistence.Entity annotation.");
}
その実装はどこにありますか?つまり、これらのSQLシーケンスはどこに配置されますか?