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

com.avaje.ebeaninternal.server.properties.EnhanceBeanPropertyInfoFactory Maven / Gradle / Ivy

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

/**
 * Creates a BeanReflectFactory based on the enhancement that
 * creates EntityBean implementations.
 */
public final class EnhanceBeanPropertyInfoFactory implements BeanPropertyInfoFactory {

  public BeanPropertyInfo create(Class entityBeanType) {
    return new EnhanceBeanPropertyInfo(entityBeanType);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy