ERROR: column notation .id applied to type name, which is not a composite type
by Vijay Kiran
Note to Self:
If you are using PostgreSQL with Hibernate and got this error, make sure that the entity names are not in the PostgreSQL’s reserved keywords. So the table name(or the Entity name) “User” is going to give the error in the title!
