Package | Description |
---|---|
com.couchbase.client.java.repository.mapping |
Modifier and Type | Class and Description |
---|---|
class |
ReflectionBasedPropertyMetadata
The property metadata implementation based on java reflection.
|
Modifier and Type | Method and Description |
---|---|
PropertyMetadata |
EntityMetadata.idProperty()
Returns the metadata for the id property if set, or null otherwise.
|
PropertyMetadata |
ReflectionBasedEntityMetadata.idProperty() |
Modifier and Type | Method and Description |
---|---|
List<PropertyMetadata> |
EntityMetadata.properties()
Returns the metadata for all properties in this entity.
|
List<PropertyMetadata> |
ReflectionBasedEntityMetadata.properties() |
Copyright © 2015 Couchbase, Inc.