hi all,
i am starting with coredata and hence confused.
i am able to understand one table db with managedcontext managedobjectmodel etc.
but my requirement is that i hv 2 tables 1 table (username password) and 2nd table (first, last, middel name of the user)
i can create 2 entities and set a cascade relationship and reverse relationship between them.
my confusion is how will the code look like for example when i try to get data for one particular user ?
i am starting with coredata and hence confused.
i am able to understand one table db with managedcontext managedobjectmodel etc.
but my requirement is that i hv 2 tables 1 table (username password) and 2nd table (first, last, middel name of the user)
i can create 2 entities and set a cascade relationship and reverse relationship between them.
my confusion is how will the code look like for example when i try to get data for one particular user ?