Class DerivedSqlIdentifier

java.lang.Object
cn.dinodev.spring.data.jdbc.mapping.DerivedSqlIdentifier
All Implemented Interfaces:
Iterable<org.springframework.data.relational.core.sql.SqlIdentifier>, Supplier<Stream<org.springframework.data.relational.core.sql.SqlIdentifier>>, org.springframework.data.relational.core.sql.SqlIdentifier, org.springframework.data.util.Streamable<org.springframework.data.relational.core.sql.SqlIdentifier>

public class DerivedSqlIdentifier extends Object implements org.springframework.data.relational.core.sql.SqlIdentifier
Author:
Cody Lu
  • Field Summary

    Fields inherited from interface org.springframework.data.relational.core.sql.SqlIdentifier

    EMPTY
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    getReference(org.springframework.data.relational.core.sql.IdentifierProcessing processing)
     
    int
     
    Iterator<org.springframework.data.relational.core.sql.SqlIdentifier>
     
    toSql(org.springframework.data.relational.core.sql.IdentifierProcessing processing)
     
     
    org.springframework.data.relational.core.sql.SqlIdentifier
    transform(UnaryOperator<String> transformationFunction)
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface org.springframework.data.relational.core.sql.SqlIdentifier

    getReference

    Methods inherited from interface org.springframework.data.util.Streamable

    and, and, and, and, filter, flatMap, get, isEmpty, map, stream, toList, toSet
  • Method Details

    • iterator

      public Iterator<org.springframework.data.relational.core.sql.SqlIdentifier> iterator()
      Specified by:
      iterator in interface Iterable<org.springframework.data.relational.core.sql.SqlIdentifier>
    • transform

      public org.springframework.data.relational.core.sql.SqlIdentifier transform(UnaryOperator<String> transformationFunction)
      Specified by:
      transform in interface org.springframework.data.relational.core.sql.SqlIdentifier
    • toSql

      public String toSql(org.springframework.data.relational.core.sql.IdentifierProcessing processing)
      Specified by:
      toSql in interface org.springframework.data.relational.core.sql.SqlIdentifier
    • getReference

      public String getReference(org.springframework.data.relational.core.sql.IdentifierProcessing processing)
      Specified by:
      getReference in interface org.springframework.data.relational.core.sql.SqlIdentifier
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object