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

com.avaje.ebeaninternal.server.persist.BeanPersisterFactory Maven / Gradle / Ivy

There is a newer version: 9.5.1
Show newest version
package com.avaje.ebeaninternal.server.persist;

import com.avaje.ebeaninternal.server.deploy.BeanDescriptor;

/**
 * Factory for creating BeanPersister implementations.
 */
public interface BeanPersisterFactory {

  /**
   * Create the BeanPersister implemenation for a given type.
   */
  BeanPersister create(BeanDescriptor desc);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy