接口 PropertyGetter

所有超级接口:
ValueGetter

public interface PropertyGetter extends ValueGetter
  • 方法详细资料

    • alias

      @Nullable @Nullable String alias()
    • prop

      org.babyfish.jimmer.meta.ImmutableProp prop()
    • entityGetters

      static List<PropertyGetter> entityGetters(JSqlClientImplementor sqlClient, org.babyfish.jimmer.meta.ImmutableType type, org.babyfish.jimmer.runtime.ImmutableSpi entity, boolean includeNonColumnDefinition)
    • propertyGetters

      static List<PropertyGetter> propertyGetters(JSqlClientImplementor sqlClient, org.babyfish.jimmer.meta.ImmutableProp prop)