Class EmbeddedEntityOperations
java.lang.Object
org.springframework.data.cassandra.core.mapping.EmbeddedEntityOperations
Support methods to obtain
PersistentProperty
and PersistentEntity
for embedded properties.- Since:
- 3.0
- Author:
- Christoph Strobl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedEntityOperations
(MappingContext<? extends CassandraPersistentEntity<?>, CassandraPersistentProperty> mappingContext) -
Method Summary
-
Constructor Details
-
EmbeddedEntityOperations
public EmbeddedEntityOperations(MappingContext<? extends CassandraPersistentEntity<?>, CassandraPersistentProperty> mappingContext)
-
-
Method Details
-
getEntity
-