Package org.hibernate.dialect
Class PgJdbcHelper
java.lang.Object
org.hibernate.dialect.PgJdbcHelper
The following class provides some convenience methods for accessing JdbcType instance,
that are loaded into the app class loader, where they have access to the JDBC driver classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JdbcType
createJdbcType
(ServiceRegistry serviceRegistry, String className) static JdbcType
getInetJdbcType
(ServiceRegistry serviceRegistry) static JdbcType
getIntervalJdbcType
(ServiceRegistry serviceRegistry) static JdbcType
getJsonbJdbcType
(ServiceRegistry serviceRegistry) static JdbcType
getJsonJdbcType
(ServiceRegistry serviceRegistry) static JdbcType
getStructJdbcType
(ServiceRegistry serviceRegistry) static boolean
isUsable
(ServiceRegistry serviceRegistry)
-
Constructor Details
-
PgJdbcHelper
public PgJdbcHelper()
-
-
Method Details
-
isUsable
-
getStructJdbcType
-
getIntervalJdbcType
-
getInetJdbcType
-
getJsonJdbcType
-
getJsonbJdbcType
-
createJdbcType
-