Class RuntimePersistentProperty<T>

java.lang.Object
io.micronaut.data.model.runtime.RuntimePersistentProperty<T>
Type Parameters:
T - The owner type
All Implemented Interfaces:
io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, io.micronaut.core.naming.Named, PersistentElement, PersistentProperty
Direct Known Subclasses:
RuntimeAssociation

public class RuntimePersistentProperty<T> extends Object implements PersistentProperty
A runtime representation of PersistentProperty.
Since:
1.0.0
Author:
graemerocher