Class SimpleNosqlEntityMetadata<T>
java.lang.Object
com.oracle.nosql.spring.data.repository.query.SimpleNosqlEntityMetadata<T>
- All Implemented Interfaces:
- NosqlEntityMetadata<T>,- org.springframework.data.repository.core.EntityMetadata<T>
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleNosqlEntityMetadata(Class<T> type, NosqlEntityInformation<T, ?> entityInformation) 
- 
Method SummaryModifier and TypeMethodDescription
- 
Constructor Details- 
SimpleNosqlEntityMetadata
 
- 
- 
Method Details- 
getJavaType- Specified by:
- getJavaTypein interface- org.springframework.data.repository.core.EntityMetadata<T>
 
- 
getTableName- Specified by:
- getTableNamein interface- NosqlEntityMetadata<T>
 
- 
getNosqlEntityInformation- Specified by:
- getNosqlEntityInformationin interface- NosqlEntityMetadata<T>
 
 
-