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

br.com.objectos.sql.info.KeyPartBuilder Maven / Gradle / Ivy

The newest version!
package br.com.objectos.sql.info;

import javax.annotation.Generated;

@Generated("br.com.objectos.auto.pojo.AutoPojoProcessor")
interface KeyPartBuilder {
  KeyPartBuilderColumnInfo columnInfo(ColumnInfo columnInfo);

  interface KeyPartBuilderColumnInfo {
    KeyPart build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy