0

I am using myBatis for my ORM frameowrk.I need to load the data of a static table(for eg country table) into memory and be able to use whenever needed by other business objects.Is there any effective way to carry out this in myBatis ?

Krithika Vittal
  • 1,477
  • 2
  • 16
  • 32

1 Answers1

1

You need to add <cache/> element to mapping.