Class CassandraUserTypePersistentEntity<T>

All Implemented Interfaces:
Iterable<CassandraPersistentProperty>, Aware, ApplicationContextAware, CassandraPersistentEntity<T>, MutablePersistentEntity<T,CassandraPersistentProperty>, PersistentEntity<T,CassandraPersistentProperty>

public class CassandraUserTypePersistentEntity<T> extends BasicCassandraPersistentEntity<T>
PersistentEntity for a mapped user-defined type (UDT). A mapped UDT consists of a set of fields. Each field requires a data type that can be either a simple Cassandra type or an UDT.
Since:
1.5
Author:
Mark Paluch
See Also: