Revision 54741
Added by Claudio Atzori over 5 years ago
modules/dnet-openaire-exporter/trunk/src/main/java/eu/dnetlib/openaire/dsm/dao/DatasourceDbEntryRepository.java | ||
---|---|---|
60 | 60 |
void setRegisteringUser(String id, String registeredby); |
61 | 61 |
|
62 | 62 |
@Query("select case when registrationdate <> null then true else false end as hasregistrationdate from #{#entityName} where id = ?1") |
63 |
boolean hasRegistrationdate(String id);
|
|
63 |
Boolean hasRegistrationdate(String id);
|
|
64 | 64 |
|
65 | 65 |
@Modifying |
66 | 66 |
@Transactional |
Also available in: Unified diff
use java.lang.Boolean instead of primitive type boolean