Uses of Interface
st.orm.Projection
Packages that use Projection
-
Uses of Projection in st.orm
Methods in st.orm with type parameters of type ProjectionModifier and TypeMethodDescriptionstatic <P extends Projection<ID>,ID>
Ref<P> Ref.of(P projection, ID id) Creates a fully loaded ref instance that wraps the given projection along with its primary key.static <ID,P extends Projection<ID>>
IDRef.projectionId(Ref<P> ref) Extracts the primary key from the given projection ref returning a type-safe id. -
Uses of Projection in st.orm.repository
Classes in st.orm.repository with type parameters of type ProjectionModifier and TypeInterfaceDescriptioninterfaceProjectionRepository<P extends Projection<ID>,ID> Provides a generic interface with read operations for projections.Methods in st.orm.repository with type parameters of type ProjectionModifier and TypeMethodDescription<T extends Projection<ID>,ID>
ProjectionRepository<T, ID> RepositoryLookup.projection(Class<T> type) Returns the repository for the given projection type.