We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b2d7e commit 84ea8f9Copy full SHA for 84ea8f9
1 file changed
core/src/main/java/me/zort/sqllib/SQLDatabaseConnection.java
@@ -66,6 +66,7 @@ public SQLDatabaseConnection(SQLConnectionFactory connectionFactory) {
66
*/
67
@ApiStatus.Experimental
68
public abstract <T> T createGate(Class<T> mappingInterface);
69
+ public abstract boolean buildEntitySchema(String tableName, Class<?> entityClass);
70
71
/**
72
* Saves this mapping object into database using upsert query.
0 commit comments