wangting
2024-05-08 98f9901f5f50f4123557909f511d53c5da1608e9
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);
}