Uses of Interface
st.orm.repository.Entity
Packages that use Entity
-
Uses of Entity in st.orm
Modifier and TypeMethodDescriptionExtracts the primary key from the given entity ref returning a type-safe id.Ref.of(E entity) Creates a fully loaded ref instance that wraps the given entity.Ref.ofNullable(E entity) Creates a ref instance with the specifiedentity, if non-null, otherwise returns a null ref instance.Ref.projectionId(Ref<P> ref) Extracts the primary key from the given projection ref returning a type-safe id. -
Uses of Entity in st.orm.repository
Classes in st.orm.repository with type parameters of type EntityModifier and TypeInterfaceDescriptioninterfaceEntityRepository<E extends Record & Entity<ID>,ID> Provides a generic interface with CRUD operations for entities.Methods in st.orm.repository with type parameters of type EntityModifier and TypeMethodDescription<T extends Record & Entity<ID>,ID>
EntityRepository<T, ID> Returns the repository for the given entity type.Creates a new query builder for selecting refs to entities of the type managed by this repository. -
Uses of Entity in st.orm.spi
Classes in st.orm.spi with type parameters of type EntityModifier and TypeClassDescriptionclassEntityRepositoryImpl<E extends Record & Entity<ID>,ID> Default implementation ofEntityRepository.Methods in st.orm.spi with type parameters of type EntityModifier and TypeMethodDescription<ID,E extends Record & Entity<ID>>
EntityRepository<E, ID> DefaultEntityRepositoryProviderImpl.getEntityRepository(ORMTemplate ormTemplate, Model<E, ID> model) <ID,E extends Record & Entity<ID>>
EntityRepository<E, ID> EntityRepositoryProvider.getEntityRepository(ORMTemplate ormTemplate, Model<E, ID> model) static <ID,E extends Record & Entity<ID>>
EntityRepository<E, ID> Providers.getEntityRepository(ORMTemplate ormTemplate, Model<E, ID> model, Predicate<? super EntityRepositoryProvider> filter) Creates a new query builder for selecting refs to entities of the type managed by this repository. -
Uses of Entity in st.orm.template.impl
Methods in st.orm.template.impl with type parameters of type EntityModifier and TypeMethodDescription<T extends Record & Entity<ID>,ID>
EntityRepository<T, ID> Returns the repository for the given entity type.