boolean |
UUIDGenerator.create(Object entity,
DatabaseType type,
String table,
LinkedHashMap<String,Column> columns,
String other) |
boolean |
TimestampGenerator.create(Object entity,
DatabaseType type,
String table,
LinkedHashMap<String,Column> columns,
String other) |
boolean |
TimeGenerator.create(Object entity,
DatabaseType type,
String table,
LinkedHashMap<String,Column> columns,
String other) |
boolean |
SnowflakeGenerator.create(Object entity,
DatabaseType type,
String table,
LinkedHashMap<String,Column> columns,
String other) |
boolean |
RandomGenerator.create(Object entity,
DatabaseType type,
String table,
LinkedHashMap<String,Column> columns,
String other) |
boolean |
DisableGenerator.create(Object entity,
DatabaseType type,
String table,
LinkedHashMap<String,Column> columns,
String other) |
boolean |
UUIDGenerator.create(Object entity,
DatabaseType type,
String table,
List<String> columns,
String other) |
boolean |
TimestampGenerator.create(Object entity,
DatabaseType type,
String table,
List<String> columns,
String other) |
boolean |
TimeGenerator.create(Object entity,
DatabaseType type,
String table,
List<String> columns,
String other) |
boolean |
SnowflakeGenerator.create(Object entity,
DatabaseType type,
String table,
List<String> columns,
String other) |
boolean |
RandomGenerator.create(Object entity,
DatabaseType type,
String table,
List<String> columns,
String other) |
boolean |
DisableGenerator.create(Object entity,
DatabaseType type,
String table,
List<String> columns,
String other) |
boolean |
TimestampGenerator.create(Object entity,
DatabaseType type,
String table,
String column,
String other) |
boolean |
TimeGenerator.create(Object entity,
DatabaseType type,
String table,
String column,
String other) |
boolean |
SnowflakeGenerator.create(Object entity,
DatabaseType type,
String table,
String column,
String other) |