Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.4.2
-
None
-
None
Description
currently it's possible to use e.g.:
@Repository
public interface MyRepository extends EntityRepository<MyEntry, Long> {
MyEntry findByProperty(String property);
}
the same fails once the pk is e.g. a string.
Attachments
Issue Links
- is related to
-
DELTASPIKE-965 EntityRepository.save() is broken for entities with String ID
- Closed