Uses of Interface
st.orm.Entity
Packages that use Entity
-
Uses of Entity in st.orm
Modifier and TypeInterfaceDescriptioninterfaceEntityCallback<E extends Entity<?>>Typed callback interface for entity lifecycle events. -
Uses of Entity in st.orm.repository
Classes in st.orm.repository with type parameters of type EntityModifier and TypeInterfaceDescriptioninterfaceEntityRepository<E extends 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 Entity<ID>,ID>
EntityRepository<T, ID> Returns the repository for the given entity type.