public class SimpleNosqlEntityMetadata<T> extends Object implements NosqlEntityMetadata<T>
| Constructor and Description |
|---|
SimpleNosqlEntityMetadata(Class<T> type,
NosqlEntityInformation<T,?> entityInformation) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getJavaType() |
NosqlEntityInformation<T,?> |
getNosqlEntityInformation() |
String |
getTableName() |
public SimpleNosqlEntityMetadata(Class<T> type, NosqlEntityInformation<T,?> entityInformation)
public Class<T> getJavaType()
getJavaType in interface org.springframework.data.repository.core.EntityMetadata<T>public String getTableName()
getTableName in interface NosqlEntityMetadata<T>public NosqlEntityInformation<T,?> getNosqlEntityInformation()
getNosqlEntityInformation in interface NosqlEntityMetadata<T>Copyright © 2021 Oracle Corporation. All rights reserved.