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 Summary
ConstructorsConstructorDescriptionSimpleNosqlEntityMetadata(Class<T> type, NosqlEntityInformation<T, ?> entityInformation) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SimpleNosqlEntityMetadata
-
-
Method Details
-
getJavaType
- Specified by:
getJavaTypein interfaceorg.springframework.data.repository.core.EntityMetadata<T>
-
getTableName
- Specified by:
getTableNamein interfaceNosqlEntityMetadata<T>
-
getNosqlEntityInformation
- Specified by:
getNosqlEntityInformationin interfaceNosqlEntityMetadata<T>
-