@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface ColumnInnerType
SpannerPersistentProperty
that includes an inner-type, such as
an Iterable<>. Type erasure means the inner type of the
property is lost, but the inner type is needed when storing the entity.public abstract Class innerType
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.