wangting
2024-12-30 11b40f1d47747541d8c8b036769647492b908e8d
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);
}