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 TypeMethodDescriptionbooleangetReference(org.springframework.data.relational.core.sql.IdentifierProcessing processing) inthashCode()Iterator<org.springframework.data.relational.core.sql.SqlIdentifier>iterator()toSql(org.springframework.data.relational.core.sql.IdentifierProcessing processing) toString()org.springframework.data.relational.core.sql.SqlIdentifiertransform(UnaryOperator<String> transformationFunction) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.springframework.data.relational.core.sql.SqlIdentifier
getReferenceMethods inherited from interface org.springframework.data.util.Streamable
and, and, and, and, filter, flatMap, get, isEmpty, map, stream, toList, toSet
-
Method Details
-
iterator
-
transform
public org.springframework.data.relational.core.sql.SqlIdentifier transform(UnaryOperator<String> transformationFunction) - Specified by:
transformin interfaceorg.springframework.data.relational.core.sql.SqlIdentifier
-
toSql
- Specified by:
toSqlin interfaceorg.springframework.data.relational.core.sql.SqlIdentifier
-
getReference
public String getReference(org.springframework.data.relational.core.sql.IdentifierProcessing processing) - Specified by:
getReferencein interfaceorg.springframework.data.relational.core.sql.SqlIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-