ludc
2024-09-06 c67c8367ae83ad8304212f532994eb04e2fc215e
1
2
3
4
5
6
7
package org.jbpm.pvm.internal.lob;
 
public interface ClobStrategy {
 
  void set(char[] text, Lob lob);
  char[] get(Lob lob);
}