Package io.jmix.core.impl
Class UndefinedStoreDescriptor
java.lang.Object
io.jmix.core.impl.UndefinedStoreDescriptor
- All Implemented Interfaces:
StoreDescriptor
@Component("core_UndefinedStoreDescriptor")
public class UndefinedStoreDescriptor
extends Object
implements StoreDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionData store implementation bean name.boolean
isJpa()
Whether the data store works with JPA entities.
-
Constructor Details
-
UndefinedStoreDescriptor
public UndefinedStoreDescriptor()
-
-
Method Details
-
getBeanName
Description copied from interface:StoreDescriptor
Data store implementation bean name.- Specified by:
getBeanName
in interfaceStoreDescriptor
-
isJpa
public boolean isJpa()Description copied from interface:StoreDescriptor
Whether the data store works with JPA entities.- Specified by:
isJpa
in interfaceStoreDescriptor
-