Uses of Record Class
org.hibernate.boot.models.spi.DialectScopeRegistration
Packages that use DialectScopeRegistration
-
Uses of DialectScopeRegistration in org.hibernate.boot.models.spi
Methods in org.hibernate.boot.models.spi that return types with arguments of type DialectScopeRegistrationModifier and TypeMethodDescriptionDatabaseObjectRegistration.dialectScopes()
Returns the value of thedialectScopes
record component.Constructor parameters in org.hibernate.boot.models.spi with type arguments of type DialectScopeRegistrationModifierConstructorDescriptionDatabaseObjectRegistration
(String create, String drop, String definition, List<DialectScopeRegistration> dialectScopes) Creates an instance of aDatabaseObjectRegistration
record class.