Skip to content

Instantly share code, notes, and snippets.

@AlexanderS
Created August 1, 2017 14:52
Show Gist options
  • Save AlexanderS/2f580687da79e54437874165365d7e79 to your computer and use it in GitHub Desktop.
Save AlexanderS/2f580687da79e54437874165365d7e79 to your computer and use it in GitHub Desktop.
2017-08-01 14:48:27,094 DEBUG org.hibernate.SQL @ select group0_.uuid as uuid1_12_, group0_.eperson_group_id as eperson_1_14_, group0_.name as name2_14_, group0_.permanent as permanen3_14_ from public.epersongro
up group0_ inner join public.dspaceobject group0_1_ on group0_.uuid=group0_1_.uuid where group0_.name=? limit ?
2017-08-01 14:48:27,094 TRACE org.hibernate.type.descriptor.sql.BasicBinder @ binding parameter [1] as [VARCHAR] - Administrator
2017-08-01 14:48:27,094 INFO org.dspace.eperson.GroupServiceImpl @ anonymous::create_group:group_id=d24f912c-e5bf-4c58-a258-89c5ffd9a082
2017-08-01 14:48:27,095 DEBUG org.hibernate.SQL @ insert into public.dspaceobject (uuid) values (?)
2017-08-01 14:48:27,095 TRACE org.hibernate.type.descriptor.sql.BasicBinder @ binding parameter [1] as [OTHER] - d24f912c-e5bf-4c58-a258-89c5ffd9a082
2017-08-01 14:48:27,095 DEBUG org.hibernate.SQL @ insert into public.epersongroup (name, permanent, uuid) values (?, ?, ?)
2017-08-01 14:48:27,095 TRACE org.hibernate.type.descriptor.sql.BasicBinder @ binding parameter [1] as [VARCHAR] - <null>
2017-08-01 14:48:27,095 TRACE org.hibernate.type.descriptor.sql.BasicBinder @ binding parameter [2] as [BOOLEAN] - false
2017-08-01 14:48:27,095 TRACE org.hibernate.type.descriptor.sql.BasicBinder @ binding parameter [3] as [OTHER] - d24f912c-e5bf-4c58-a258-89c5ffd9a082
[...]
2017-08-01 14:48:27,124 INFO org.dspace.eperson.GroupServiceImpl @ anonymous::update_group:group_id=d24f912c-e5bf-4c58-a258-89c5ffd9a082
2017-08-01 14:48:27,124 DEBUG org.hibernate.SQL @ update public.epersongroup set name=?, permanent=? where uuid=?
2017-08-01 14:48:27,125 TRACE org.hibernate.type.descriptor.sql.BasicBinder @ binding parameter [1] as [VARCHAR] - Administrator
2017-08-01 14:48:27,125 TRACE org.hibernate.type.descriptor.sql.BasicBinder @ binding parameter [2] as [BOOLEAN] - true
2017-08-01 14:48:27,125 TRACE org.hibernate.type.descriptor.sql.BasicBinder @ binding parameter [3] as [OTHER] - d24f912c-e5bf-4c58-a258-89c5ffd9a082
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment