Class RepositoryFragment.StructuralRepositoryFragment<T>
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFragment.StructuralRepositoryFragment<T>
- All Implemented Interfaces:
RepositoryFragment<T>
- Enclosing interface:
- RepositoryFragment<T>
public static class RepositoryFragment.StructuralRepositoryFragment<T>
extends Object
implements RepositoryFragment<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.repository.core.support.RepositoryFragment
RepositoryFragment.ImplementedRepositoryFragment<T>, RepositoryFragment.StructuralRepositoryFragment<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<?>inthashCode()toString()withImplementation(T implementation) Implement a structuralRepositoryFragmentgiven itsimplementationobject.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.data.repository.core.support.RepositoryFragment
getImplementation, hasMethod, methods
-
Constructor Details
-
StructuralRepositoryFragment
-
-
Method Details
-
getSignatureContributor
- Specified by:
getSignatureContributorin interfaceRepositoryFragment<T>- Returns:
- the class/interface providing signatures for this
RepositoryFragment.
-
withImplementation
Description copied from interface:RepositoryFragmentImplement a structuralRepositoryFragmentgiven itsimplementationobject. Returns an implementedRepositoryFragment.- Specified by:
withImplementationin interfaceRepositoryFragment<T>- Parameters:
implementation- must not be null.- Returns:
- a new implemented
RepositoryFragmentforimplementation.
-
toString
-
equals
-
hashCode
public int hashCode()
-