Skip to content

Commit 84ea8f9

Browse files
committed
Entity schema creation.
1 parent d9b2d7e commit 84ea8f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/main/java/me/zort/sqllib/SQLDatabaseConnection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public SQLDatabaseConnection(SQLConnectionFactory connectionFactory) {
6666
*/
6767
@ApiStatus.Experimental
6868
public abstract <T> T createGate(Class<T> mappingInterface);
69+
public abstract boolean buildEntitySchema(String tableName, Class<?> entityClass);
6970

7071
/**
7172
* Saves this mapping object into database using upsert query.

0 commit comments

Comments
 (0)