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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Class<?>
getDialectInfo
(javax.persistence.EntityManager em) static boolean
-
Field Details
-
HSQL
-
POSTGRES
-
MYSQL
-
ORACLE
-
-
Constructor Details
-
DialectInfo
public DialectInfo()
-
-
Method Details
-
getDialectInfo
-
isValid
-