Way to map table name and class name
Is there a way to map table name and class name?
For example,
I have a class is named ClassA,and I have a table is named TableA.
I want ClassA is mapping with TableA instead of create a new class that name TableA.
For example,
I have a class is named ClassA,and I have a table is named TableA.
I want ClassA is mapping with TableA instead of create a new class that name TableA.