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

com.avaje.ebeaninternal.server.deploy.BeanPropertySimpleCollection Maven / Gradle / Ivy

There is a newer version: 8.1.1
Show newest version
package com.avaje.ebeaninternal.server.deploy;

import com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertySimpleCollection;

public class BeanPropertySimpleCollection extends BeanPropertyAssocMany {

  public BeanPropertySimpleCollection(BeanDescriptor descriptor, DeployBeanPropertySimpleCollection deploy) {
    super(descriptor, deploy);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy