Uses of Class
net.officefloor.nosql.cosmosdb.PartitionKeyMetaData
-
Packages that use PartitionKeyMetaData Package Description net.officefloor.nosql.cosmosdb -
-
Uses of PartitionKeyMetaData in net.officefloor.nosql.cosmosdb
Fields in net.officefloor.nosql.cosmosdb declared as PartitionKeyMetaData Modifier and Type Field Description static PartitionKeyMetaDataPartitionKeyMetaData. DEFAULTDefaultPartitionKeyMetaDatabeing the identifier of the entity.Methods in net.officefloor.nosql.cosmosdb that return PartitionKeyMetaData Modifier and Type Method Description static PartitionKeyMetaDataPartitionKeyMetaData. getPartitionKeyMetaData(java.lang.Class<?> entityType)Obtains thePartitionKeyMetaDatafor the entity type.
-