Package io.jmix.core.metamodel.model
Interface StoreDescriptor
- All Known Implementing Classes:
JpaStoreDescriptor
,NoopStoreDescriptor
,TestInMemoryStoreDescriptor
,UndefinedStoreDescriptor
public interface StoreDescriptor
Describes the type of a data store.
-
Method Summary
Modifier and TypeMethodDescriptionData store implementation bean name.boolean
isJpa()
Whether the data store works with JPA entities.
-
Method Details
-
getBeanName
String getBeanName()Data store implementation bean name. -
isJpa
boolean isJpa()Whether the data store works with JPA entities.
-