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

io.ebeaninternal.server.persist.BeanPersisterFactory Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebeaninternal.server.persist;

import io.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 - 2024 Weber Informatics LLC | Privacy Policy