Package io.jmix.data.persistence
Class DbmsType
java.lang.Object
io.jmix.data.persistence.DbmsType
INTERNAL.
 System level wrapper around DBMS-related application properties.
 
For data conversion on the middleware use DbTypeConverter obtained from
 DbmsSpecifics bean.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final Map<org.springframework.boot.jdbc.DatabaseDriver,org.springframework.orm.jpa.vendor.Database> protected org.springframework.core.env.Environmentprotected StoreAwareLocator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static org.springframework.orm.jpa.vendor.DatabasegetDatabase(DataSource dataSource) getType()getVersion(String storeName) 
- 
Field Details- 
environment@Autowired protected org.springframework.core.env.Environment environment
- 
storeAwareLocator
- 
types
- 
driverToDbMapprotected static final Map<org.springframework.boot.jdbc.DatabaseDriver,org.springframework.orm.jpa.vendor.Database> driverToDbMap
 
- 
- 
Constructor Details- 
DbmsTypepublic DbmsType()
 
- 
- 
Method Details- 
getType
- 
getType
- 
getVersion
- 
getVersion
- 
getDatabase@Nullable protected static org.springframework.orm.jpa.vendor.Database getDatabase(DataSource dataSource) 
 
-