Module storm
Package st.orm.repository
package st.orm.repository
-
ClassDescriptionEntity<ID>Optional marker interface for record-based entities.Provides a generic interface with CRUD operations for entities.Projection<ID>Marker interface for record-based projections.Projection records marked with this annotation type can specify a SQL query that represents the projection.Provides a generic interface with read operations for projections.Base interface for all repositories.Provides access to repositories.