All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.bonita.pvm.internal.lob.ClobStrategy Maven / Gradle / Ivy

package org.ow2.bonita.pvm.internal.lob;

public interface ClobStrategy {

  void set(char[] text, Clob clob);

  char[] get(Clob clob);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy