Interface Embedded

All Superinterfaces:
io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, Association, io.micronaut.core.naming.Named, PersistentElement, PersistentProperty

public interface Embedded extends Association
An embedded association.
Since:
1.0
Author:
graemerocher
  • Method Details

    • isEmbedded

      default boolean isEmbedded()
      Description copied from interface: PersistentProperty
      Is embedded property?
      Specified by:
      isEmbedded in interface PersistentProperty
      Returns:
      True if the property is an embedded association.