Class DialectInfo
java.lang.Object
com.broadleafcommerce.data.tracking.jpa.DialectInfo
Given a class representing a notion of database "dialect", return whether or not a entity manager
 instances matches usage of that dialect.
- Author:
- Jeff Fischer
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Class<?>getDialectInfo(javax.persistence.EntityManager em) static boolean
- 
Field Details- 
HSQL
- 
POSTGRES
- 
MYSQL
- 
ORACLE
 
- 
- 
Constructor Details- 
DialectInfopublic DialectInfo()
 
- 
- 
Method Details- 
getDialectInfo
- 
isValid
 
-