Uses of Interface
com.couchbase.client.java.repository.mapping.PropertyMetadata
-
Packages that use PropertyMetadata Package Description com.couchbase.client.java.repository.mapping -
-
Uses of PropertyMetadata in com.couchbase.client.java.repository.mapping
Classes in com.couchbase.client.java.repository.mapping that implement PropertyMetadata Modifier and Type Class Description classReflectionBasedPropertyMetadataThe property metadata implementation based on java reflection.Methods in com.couchbase.client.java.repository.mapping that return PropertyMetadata Modifier and Type Method Description PropertyMetadataEntityMetadata. idProperty()Returns the metadata for the id property if set, or null otherwise.PropertyMetadataReflectionBasedEntityMetadata. idProperty()Methods in com.couchbase.client.java.repository.mapping that return types with arguments of type PropertyMetadata Modifier and Type Method Description List<PropertyMetadata>EntityMetadata. properties()Returns the metadata for all properties in this entity.List<PropertyMetadata>ReflectionBasedEntityMetadata. properties()
-