Uses of Package
st.orm

Packages that use st.orm
  • Classes in st.orm used by st.orm
    Class
    Description
    Marker interface used within an SQL template to indicate where bind variables (parameters) should be injected.
    Defines the strategy to use when mapping enums.
    Thrown when a database or sql problem occurs.
    Represents a prepared query that can be executed multiple times, allows adding records to a batch and retrieving generated keys.
    Abstraction for DQL (Data Query Language) statements, such as SELECT queries and DML (Data Manipulation Language) statements, such as INSERT, UPDATE and DELETE statements
    Ref records are used to represent reference to records, allowing them to be fetched from the database.
    Result callback interface.
    Specifies the selection mode for query operations.
    Represents the type of a temporal attribute.
  • Classes in st.orm used by st.orm.repository
    Class
    Description
    Batch callback interface.
    Ref records are used to represent reference to records, allowing them to be fetched from the database.
    Result callback interface.
  • Classes in st.orm used by st.orm.spi
    Class
    Description
    Batch callback interface.
    Marker interface used within an SQL template to indicate where bind variables (parameters) should be injected.
    Represents a prepared query that can be executed multiple times, allows adding records to a batch and retrieving generated keys.
    Abstraction for DQL (Data Query Language) statements, such as SELECT queries and DML (Data Manipulation Language) statements, such as INSERT, UPDATE and DELETE statements
    Ref records are used to represent reference to records, allowing them to be fetched from the database.
  • Classes in st.orm used by st.orm.template
    Class
    Description
    Marker interface used within an SQL template to indicate where bind variables (parameters) should be injected.
    Represents a prepared query that can be executed multiple times, allows adding records to a batch and retrieving generated keys.
    Abstraction for DQL (Data Query Language) statements, such as SELECT queries and DML (Data Manipulation Language) statements, such as INSERT, UPDATE and DELETE statements
    Ref records are used to represent reference to records, allowing them to be fetched from the database.
    Result callback interface.
  • Classes in st.orm used by st.orm.template.impl
    Class
    Description
    Marker interface used within an SQL template to indicate where bind variables (parameters) should be injected.
    Abstraction for DQL (Data Query Language) statements, such as SELECT queries and DML (Data Manipulation Language) statements, such as INSERT, UPDATE and DELETE statements
    Ref records are used to represent reference to records, allowing them to be fetched from the database.
    Specifies the selection mode for query operations.