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

com.litongjava.record.RecordConvert Maven / Gradle / Ivy

There is a newer version: 1.4.7
Show newest version
package com.litongjava.record;

import com.litongjava.db.activerecord.Record;

public interface RecordConvert {
  public  T toJavaBean(Record record,Class beanClass);

  public Record fromJavaBean(Object bean);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy