Uses of Class
io.ebean.config.dbplatform.postgres.PostgresPlatform
-
Packages that use PostgresPlatform Package Description io.ebean.config.dbplatform.cockroach Cockroach DB specific support.io.ebean.config.dbplatform.postgres Postgres specific support. -
-
Uses of PostgresPlatform in io.ebean.config.dbplatform.cockroach
Subclasses of PostgresPlatform in io.ebean.config.dbplatform.cockroach Modifier and Type Class Description class
CockroachPlatform
CockroachDB based platform. -
Uses of PostgresPlatform in io.ebean.config.dbplatform.postgres
Subclasses of PostgresPlatform in io.ebean.config.dbplatform.postgres Modifier and Type Class Description class
Postgres9Platform
Postgres9 platform - uses serial type for identity columns.
-