类分层结构
- java.lang.Object
- org.sagacity.sqltoy.plugins.id.impl.DefaultIdGenerator (implements org.sagacity.sqltoy.plugins.id.IdGenerator)
- org.sagacity.sqltoy.plugins.id.impl.NanoTimeIdGenerator (implements org.sagacity.sqltoy.plugins.id.IdGenerator)
- org.sagacity.sqltoy.plugins.id.impl.RedisIdGenerator (implements org.sagacity.sqltoy.plugins.id.IdGenerator)
- org.sagacity.sqltoy.plugins.id.impl.SnowflakeIdGenerator (implements org.sagacity.sqltoy.plugins.id.IdGenerator)
- org.sagacity.sqltoy.plugins.id.impl.UUIDGenerator (implements org.sagacity.sqltoy.plugins.id.IdGenerator)