Uses of Interface
org.hibernate.cfg.AgroalSettings
-
Packages that use AgroalSettings Package Description org.hibernate.cfg This package defines APIs for configuring Hibernate. -
-
Uses of AgroalSettings in org.hibernate.cfg
Subinterfaces of AgroalSettings in org.hibernate.cfg Modifier and Type Interface Description interface
AvailableSettings
Enumerates the configuration properties supported by Hibernate, including properties defined by the JPA specification.interface
JdbcSettings
Settings related to JDBC, Connections, pools, Dialects, etcClasses in org.hibernate.cfg that implement AgroalSettings Modifier and Type Class Description class
Environment
Provides access to configuration properties passed inProperties
objects.
-