Serialized Form
-
Package org.strassburger.subscriptionmanager.jooq
-
Class org.strassburger.subscriptionmanager.jooq.DefaultCatalog
class DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
DEFAULT_SCHEMA
DefaultSchema DEFAULT_SCHEMA
The schemaDEFAULT_SCHEMA.
-
-
Class org.strassburger.subscriptionmanager.jooq.DefaultSchema
class DefaultSchema extends org.jooq.impl.SchemaImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
FLYWAY_SCHEMA_HISTORY
FlywaySchemaHistory FLYWAY_SCHEMA_HISTORY
The tableflyway_schema_history. -
PROFILES
Profiles PROFILES
The tableprofiles. -
SUBSCRIPTIONS
Subscriptions SUBSCRIPTIONS
The tablesubscriptions.
-
-
-
Package org.strassburger.subscriptionmanager.jooq.tables
-
Class org.strassburger.subscriptionmanager.jooq.tables.FlywaySchemaHistory
class FlywaySchemaHistory extends org.jooq.impl.TableImpl<FlywaySchemaHistoryRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
CHECKSUM
org.jooq.TableField<FlywaySchemaHistoryRecord,
Integer> CHECKSUM The columnflyway_schema_history.checksum. -
DESCRIPTION
org.jooq.TableField<FlywaySchemaHistoryRecord,
String> DESCRIPTION The columnflyway_schema_history.description. -
EXECUTION_TIME
org.jooq.TableField<FlywaySchemaHistoryRecord,
Integer> EXECUTION_TIME The columnflyway_schema_history.execution_time. -
INSTALLED_BY
org.jooq.TableField<FlywaySchemaHistoryRecord,
String> INSTALLED_BY The columnflyway_schema_history.installed_by. -
INSTALLED_ON
org.jooq.TableField<FlywaySchemaHistoryRecord,
String> INSTALLED_ON The columnflyway_schema_history.installed_on. -
INSTALLED_RANK
org.jooq.TableField<FlywaySchemaHistoryRecord,
Integer> INSTALLED_RANK The columnflyway_schema_history.installed_rank. -
SCRIPT
org.jooq.TableField<FlywaySchemaHistoryRecord,
String> SCRIPT The columnflyway_schema_history.script. -
SUCCESS
org.jooq.TableField<FlywaySchemaHistoryRecord,
Boolean> SUCCESS The columnflyway_schema_history.success. -
TYPE
org.jooq.TableField<FlywaySchemaHistoryRecord,
String> TYPE The columnflyway_schema_history.type. -
VERSION
org.jooq.TableField<FlywaySchemaHistoryRecord,
String> VERSION The columnflyway_schema_history.version.
-
-
Class org.strassburger.subscriptionmanager.jooq.tables.Profiles
class Profiles extends org.jooq.impl.TableImpl<ProfilesRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
CREATED_AT
org.jooq.TableField<ProfilesRecord,
Long> CREATED_AT The columnprofiles.created_at. -
ID
org.jooq.TableField<ProfilesRecord,
Integer> ID The columnprofiles.id. -
NAME
org.jooq.TableField<ProfilesRecord,
String> NAME The columnprofiles.name. -
PIN
org.jooq.TableField<ProfilesRecord,
String> PIN The columnprofiles.pin.
-
-
Class org.strassburger.subscriptionmanager.jooq.tables.Subscriptions
class Subscriptions extends org.jooq.impl.TableImpl<SubscriptionsRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
BILLING_PERIOD
org.jooq.TableField<SubscriptionsRecord,
String> BILLING_PERIOD The columnsubscriptions.billing_period. -
CATEGORY
org.jooq.TableField<SubscriptionsRecord,
String> CATEGORY The columnsubscriptions.category. -
ID
org.jooq.TableField<SubscriptionsRecord,
Integer> ID The columnsubscriptions.id. -
NAME
org.jooq.TableField<SubscriptionsRecord,
String> NAME The columnsubscriptions.name. -
NORMALIZED_PRICE
org.jooq.TableField<SubscriptionsRecord,
Float> NORMALIZED_PRICE The columnsubscriptions.normalized_price. -
PRICE
org.jooq.TableField<SubscriptionsRecord,
Float> PRICE The columnsubscriptions.price. -
PROFILE_ID
org.jooq.TableField<SubscriptionsRecord,
Integer> PROFILE_ID The columnsubscriptions.profile_id. -
START_DATE
org.jooq.TableField<SubscriptionsRecord,
Long> START_DATE The columnsubscriptions.start_date.
-
-
-
Package org.strassburger.subscriptionmanager.jooq.tables.records
-
Class org.strassburger.subscriptionmanager.jooq.tables.records.FlywaySchemaHistoryRecord
class FlywaySchemaHistoryRecord extends org.jooq.impl.UpdatableRecordImpl<FlywaySchemaHistoryRecord> implements Serializable- serialVersionUID:
- 1L
-
Class org.strassburger.subscriptionmanager.jooq.tables.records.ProfilesRecord
class ProfilesRecord extends org.jooq.impl.UpdatableRecordImpl<ProfilesRecord> implements Serializable- serialVersionUID:
- 1L
-
Class org.strassburger.subscriptionmanager.jooq.tables.records.SubscriptionsRecord
class SubscriptionsRecord extends org.jooq.impl.UpdatableRecordImpl<SubscriptionsRecord> implements Serializable- serialVersionUID:
- 1L
-
-
Package org.strassburger.subscriptionmanager.model
-
Exception Class org.strassburger.subscriptionmanager.model.DatabaseInitializationException
class DatabaseInitializationException extends Exception implements Serializable
-