Uses of Class
tech.guilhermekaua.spigotboot.data.jdbc.metadata.EntityMetadataRegistry
Packages that use EntityMetadataRegistry
Package
Description
-
Uses of EntityMetadataRegistry in tech.guilhermekaua.spigotboot.data.jdbc.config
Methods in tech.guilhermekaua.spigotboot.data.jdbc.config that return EntityMetadataRegistryModifier and TypeMethodDescriptionDataJdbcAutoConfiguration.entityMetadataRegistry(TypeConverterRegistry converterRegistry) -
Uses of EntityMetadataRegistry in tech.guilhermekaua.spigotboot.data.jdbc.ddl
Constructors in tech.guilhermekaua.spigotboot.data.jdbc.ddl with parameters of type EntityMetadataRegistryModifierConstructorDescriptionDdlGenerator(Dialect dialect, EntityMetadataRegistry metadataRegistry) -
Uses of EntityMetadataRegistry in tech.guilhermekaua.spigotboot.data.jdbc.methodHandler
Constructors in tech.guilhermekaua.spigotboot.data.jdbc.methodHandler with parameters of type EntityMetadataRegistryModifierConstructorDescriptionQueryMethodHandler(ConnectionProvider connectionProvider, EntityMetadataRegistry metadataRegistry, TypeConverterRegistry converterRegistry) -
Uses of EntityMetadataRegistry in tech.guilhermekaua.spigotboot.data.jdbc.query
Constructors in tech.guilhermekaua.spigotboot.data.jdbc.query with parameters of type EntityMetadataRegistryModifierConstructorDescriptionSelectQuery(EntityMetadata metadata, Dialect dialect, ConnectionProvider connectionProvider, EntityMetadataRegistry metadataRegistry) -
Uses of EntityMetadataRegistry in tech.guilhermekaua.spigotboot.data.jdbc.registry
Methods in tech.guilhermekaua.spigotboot.data.jdbc.registry with parameters of type EntityMetadataRegistryModifier and TypeMethodDescriptionvoidJdbcRepositoryRegistry.initialize(Context context, ConnectionProvider connectionProvider, Dialect dialect, EntityMetadataRegistry metadataRegistry) -
Uses of EntityMetadataRegistry in tech.guilhermekaua.spigotboot.data.jdbc.repository.impl
Constructors in tech.guilhermekaua.spigotboot.data.jdbc.repository.impl with parameters of type EntityMetadataRegistryModifierConstructorDescriptionJdbcRepositoryImpl(ConnectionProvider connectionProvider, EntityMetadata metadata, Dialect dialect, EntityMetadataRegistry metadataRegistry)