mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Test commit - sync between machines
This commit is contained in:
@ -594,6 +594,7 @@ public abstract class QRecordEntity
|
||||
{
|
||||
Field tableNameField = entityClass.getDeclaredField("TABLE_NAME");
|
||||
String tableNameValue = (String) tableNameField.get(null);
|
||||
|
||||
return (tableNameValue);
|
||||
}
|
||||
catch(Exception e)
|
||||
|
Reference in New Issue
Block a user