Skip to content

TypeProviderFor(MybatisMapper.class) not registering mapper #4

@swalton00

Description

@swalton00

I am converting from Grovvy/JavaFX to pure Java/Swing (and upgrading to the current Griffon version at the same time). I am using the MyBatis plugin and getting all the way to DatasourceConnectEnd, but the mapper is not registered. The Mapper is coded as:

@TypeProviderFor(MybatisMapper.class)
public interface DBMapper extends MybatisMapper {

I have looked in the targets/classes/META-INF directory and there is no "types" directory in the Java version (but there is in the Groovy version, and it has MybatisMapper in it.

Is this a bug, or is there something else I need to do to register the mapper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions