Uses of Interface
tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
Packages that use Dialect
Package
Description
-
Uses of Dialect in tech.guilhermekaua.spigotboot.data.jdbc.config
Methods in tech.guilhermekaua.spigotboot.data.jdbc.config that return DialectModifier and TypeMethodDescriptionDataJdbcAutoConfiguration.dialect(PersistenceConfig persistenceConfig) Methods in tech.guilhermekaua.spigotboot.data.jdbc.config with parameters of type DialectModifier and TypeMethodDescriptionDataJdbcAutoConfiguration.dataSource(PersistenceConfig config, Dialect dialect) -
Uses of Dialect in tech.guilhermekaua.spigotboot.data.jdbc.ddl
Constructors in tech.guilhermekaua.spigotboot.data.jdbc.ddl with parameters of type DialectModifierConstructorDescriptionDdlGenerator(Dialect dialect, EntityMetadataRegistry metadataRegistry) -
Uses of Dialect in tech.guilhermekaua.spigotboot.data.jdbc.dialect
Classes in tech.guilhermekaua.spigotboot.data.jdbc.dialect that implement DialectMethods in tech.guilhermekaua.spigotboot.data.jdbc.dialect that return Dialect -
Uses of Dialect in tech.guilhermekaua.spigotboot.data.jdbc.methodHandler
Methods in tech.guilhermekaua.spigotboot.data.jdbc.methodHandler with parameters of type Dialect -
Uses of Dialect in tech.guilhermekaua.spigotboot.data.jdbc.query
Constructors in tech.guilhermekaua.spigotboot.data.jdbc.query with parameters of type DialectModifierConstructorDescriptionQuerySqlBuilder(Dialect dialect) SelectQuery(EntityMetadata metadata, Dialect dialect, ConnectionProvider connectionProvider) SelectQuery(EntityMetadata metadata, Dialect dialect, ConnectionProvider connectionProvider, EntityMetadataRegistry metadataRegistry) -
Uses of Dialect in tech.guilhermekaua.spigotboot.data.jdbc.registry
Methods in tech.guilhermekaua.spigotboot.data.jdbc.registry with parameters of type DialectModifier and TypeMethodDescriptionvoidJdbcRepositoryRegistry.initialize(Context context, ConnectionProvider connectionProvider, Dialect dialect, EntityMetadataRegistry metadataRegistry) -
Uses of Dialect in tech.guilhermekaua.spigotboot.data.jdbc.repository.impl
Methods in tech.guilhermekaua.spigotboot.data.jdbc.repository.impl that return DialectConstructors in tech.guilhermekaua.spigotboot.data.jdbc.repository.impl with parameters of type DialectModifierConstructorDescriptionJdbcRepositoryImpl(ConnectionProvider connectionProvider, EntityMetadata metadata, Dialect dialect, EntityMetadataRegistry metadataRegistry) -
Uses of Dialect in tech.guilhermekaua.spigotboot.data.jdbc.repository.sql
Constructors in tech.guilhermekaua.spigotboot.data.jdbc.repository.sql with parameters of type Dialect