0

Is it possible to use MyBatis on top of an SAP Hybris database?

Or does this require some customization to use SAP BAPIs/Interfaces, ...?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48

1 Answers1

1

Hybris using jdbc and it has hard coded functionality by some jdbc driver. It is not supported all jdbc driver. I think using MyBatis is impossible for hybris ootb db.

Maybe you can use it in some custom classes.

mkysoft
  • 5,392
  • 1
  • 21
  • 30