wangting
2024-04-15 6cbf81bf91ddb09b87c1756c4c7d4aa42bb22f4b
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);
}