wangting
2024-11-29 893ce756a697d6b2b8c13cbfa56119218d6894f4
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);
}