Class RuntimeAssociation<T>

java.lang.Object
io.micronaut.data.model.runtime.RuntimePersistentProperty<T>
io.micronaut.data.model.runtime.RuntimeAssociation<T>
Type Parameters:
T - the owning type
All Implemented Interfaces:
io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, io.micronaut.core.naming.Named, Association, PersistentElement, PersistentProperty

public class RuntimeAssociation<T> extends RuntimePersistentProperty<T> implements Association
A runtime representation of Association.
Since:
1.0
Author:
graemerocher