Package org.spicefactory.pimento.metadata

Entity Metadata API.

See:
          Description

Class Summary
EmbeddedPropertyMetadata The metadata for a single property of an embedded property of a persistent entity.
EntityClassMapping Cinnamon ClassMapping for persistent entities managed by Pimento.
EntityMetadata The metadata for a single persistent entity type.
EntityMetadataBuilder A builder that creates EntityMetadata instances.
MetadataCache Cache for all entity metadata.
MetadataFactory Factory that creates EntityMetadataBuilder instances.
PropertyMetadata The metadata for a single property of a persistent entity.
 

Annotation Types Summary
Hidden Marks a property as hidden from the perspective of the client.
ReadOnly Marks a property as read-only from the perspective of the client.
Refreshable Marks a property as refreshable from the perspective of the client.
 

Package org.spicefactory.pimento.metadata Description

Entity Metadata API.