Interface NosqlEntityMetadata<T>
- All Superinterfaces:
- org.springframework.data.repository.core.EntityMetadata<T>
- All Known Implementing Classes:
- SimpleNosqlEntityMetadata
public interface NosqlEntityMetadata<T>
extends org.springframework.data.repository.core.EntityMetadata<T>
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from interface org.springframework.data.repository.core.EntityMetadatagetJavaType
- 
Method Details- 
getTableNameString getTableName()
- 
getNosqlEntityInformationNosqlEntityInformation<T,?> getNosqlEntityInformation()
 
-