Package st.orm


package st.orm
  • Class
    Description
    AbstractKeyMetamodel<T extends Data,E,V>
    Extension of AbstractMetamodel that implements Metamodel.Key, indicating that the field has a uniqueness constraint.
    AbstractMetamodel<T extends Data,E,V>
    Implementation that is used by the generated models.
    Marker interface used within an SQL template to indicate where bind variables (parameters) should be injected.
    A listener for record events within a SQL query context.
    Declares how a Converter should be applied.
    Converts between an entity value type and a database column type.
    Marker interface for record-based data classes.
    Specifies the name for the column, table or view.
    Annotation for specifying multiple database column names, e.g., for compound keys.
    Specifies how an enum should be mapped when reading or writing to a column.
    Suppresses schema validation for the annotated entity type or record component.
    Specifies the schema name for the table or view.
    Marks a Converter as eligible for automatic application when its entity type matches a type and no explicit @Convert annotation is present.
    Default implementation of the JoinType interface used to represent the default join types.
    Defines how dirty checking is performed for an entity.
    Configures discriminator behavior for sealed type hierarchies.
    The discriminator column types supported for sealed type hierarchies.
    Configures how changes are detected and how UPDATE statements are generated for a specific entity.
    Represents an element in a ST/ORM SQL query.
    Entity<ID>
    Optional marker interface for record-based entities.
    EntityCallback<E extends Entity<?>>
    Typed callback interface for entity lifecycle events.
    Defines the strategy to use when mapping enums.
    Marks a field as a foreign key.
    Defines the strategy to use when generating values for primary keys.
    Indicates that the underlying fields of the record component are inlined in this record.
    Represents a join type in a SQL query.
    Marks a record component as a json object.
    Metamodel<T extends Data,E>
    The metamodel provides type-safe references to entity fields for use in queries.
    Metamodel.Key<T extends Data,E>
    Marker interface for metamodel fields that correspond to columns known to be unique.
    Delegating wrapper that adds the Metamodel.Key marker to an existing Metamodel instance.
    Marks an annotation type to be represented as the specified type in the Metamodel.
    Thrown when getSingleResult is executed on a query and there is more than one result from the query.
    Thrown when getSingleResult is executed on a query and there is no result to return.
    Represents a comparison operator in a SQL query.
    Thrown when an optimistic locking conflict occurs.
    Page<R>
    Represents a page of query results for offset-based pagination.
    Represents a pagination request with a zero-based page number, page size, and optional sort orders.
    Represents a sort order for a single metamodel field.
    Allows the persistence properties of a record component to be configured.
    Thrown when a database or sql problem occurs.
    Marks a field as the primary key of an entity.
    Specifies the inheritance strategy for a sealed entity hierarchy.
    The inheritance strategies for sealed entity hierarchies.
    Marker interface for record-based projections.
    Projection records marked with this annotation type can specify a SQL query that represents the projection.
    Ref<T extends Data>
    Ref records are used to represent reference to records, allowing them to be fetched from the database.
    Enumeration of the different modes for resolving an alias.
    Scrollable<T extends Data>
    Represents a scroll request that captures the cursor state needed to fetch a window of results.
    Specifies how much data a query should select for an entity or projection.
    Represents a slice of query results — a chunk of data with informational navigation flags.
    Annotation for capturing and logging SQL statements.
    Immutable, untyped configuration for the Storm ORM framework.
    Represents the type of a temporal attribute.
    Marks a field as a unique key.
    Controls how changes are detected and how UPDATE statements are generated for entities.
    Marks a record component as a version field to detect optimistic locking conflicts.
    Represents a window of query results from a scrolling operation with Scrollable navigation tokens.