Project

General

Profile

« Previous | Next » 

Revision 46350

View differences:

unitest.UserActionsTest-output.txt
1 1
Hibernate: 
2 2
    select
3
        nextval ('hibernate_sequence')
3
        this_.email as email1_22_2_,
4
        this_.active as active2_22_2_,
5
        this_.firstname as firstnam3_22_2_,
6
        this_.id as id4_22_2_,
7
        this_.initials as initials5_22_2_,
8
        this_.lastname as lastname6_22_2_,
9
        this_.orcidid as orcidid7_22_2_,
10
        this_.password as password8_22_2_,
11
        this_.source as source9_22_2_,
12
        this_.telephone as telepho10_22_2_,
13
        publisher2_.id as id1_19_0_,
14
        publisher2_.apc as apc2_19_0_,
15
        publisher2_.apcCurrency as apcCurre3_19_0_,
16
        publisher2_.bankAccount as bankAcco8_19_0_,
17
        publisher2_.contact as contact9_19_0_,
18
        publisher2_.discount as discount4_19_0_,
19
        publisher2_.email as email5_19_0_,
20
        publisher2_.name as name6_19_0_,
21
        publisher2_.source as source7_19_0_,
22
        bankaccoun3_.id as id1_2_1_,
23
        bankaccoun3_.accountHolder as accountH2_2_1_,
24
        bankaccoun3_.bankAddress as bankAddr3_2_1_,
25
        bankaccoun3_.bankCode as bankCode4_2_1_,
26
        bankaccoun3_.bankName as bankName5_2_1_,
27
        bankaccoun3_.iban as iban6_2_1_ 
28
    from
29
        "user" this_ 
30
    left outer join
31
        Publisher publisher2_ 
32
            on this_.email=publisher2_.contact 
33
    left outer join
34
        BankAccount bankaccoun3_ 
35
            on publisher2_.bankAccount=bankaccoun3_.id 
36
    where
37
        this_.email=?
38
{"email":"pkanakakis@di.uoa.gr","firstname":null,"lastname":null,"initials":null,"telephone":null,"active":false,"source":"portal","password":"7b36fa67c2f982245c94675e45bcc15c","orcidid":null,"id":"portal::00ae9e2e7f412be5ca1ac9742d9589ed","affiliations":[{"id":null,"organization":{"id":"1","name":null,"shortname":null,"source":null,"country":null,"budgets":[],"projects":[]},"department":null,"enddate":null,"startdate":null}],"publisher":null,"roles":[],"coordinatedProjects":[],"requestComment":[]}
39
class eu.dnetlib.goldoa.domain.User
4 40
Hibernate: 
5 41
    insert 
6 42
    into
......
9 45
    values
10 46
        (?, ?, ?, ?, ?)
11 47
Hibernate: 
12
    insert 
13
    into
14
        "user"
15
        (active, firstname, id, initials, lastname, orcidid, password, source, telephone, email) 
16
    values
17
        (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
18
Hibernate: 
19
    insert 
20
    into
21
        Affiliation
22
        (department, enddate, organization, startdate, id) 
23
    values
24
        (?, ?, ?, ?, ?)
25
Hibernate: 
26
    insert 
27
    into
28
        user_affiliation
29
        ("user", affiliation) 
30
    values
31
        (?, ?)
32
Hibernate: 
33 48
    select
34 49
        this_.id as id1_16_1_,
35 50
        this_.country as country5_16_1_,
......
45 60
            on this_.country=country2_.id 
46 61
    where
47 62
        this_.id ilike ?
63
{"id":"1","name":null,"shortname":null,"source":null,"country":null,"budgets":[],"projects":[]}
64
class eu.dnetlib.goldoa.domain.Organization

Also available in: Unified diff