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

com.rapleaf.jack.IAssociationMetadata Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package com.rapleaf.jack;

public interface IAssociationMetadata {

  AssociationType getType();

  Class getModelClass();

  Class getAssociatedModelClass();

  String getForeignKeyFieldName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy