Interface MetaAttributable
- All Known Implementing Classes:
Backref, Component, IndexBackref, JoinedSubclass, PersistentClass, Property, RootClass, SingleTableSubclass, Subclass, SyntheticProperty, UnionSubclass
public interface MetaAttributable
Common interface for things that can handle meta attributes.
- Since:
- 3.0.1
-
Method Summary
Modifier and TypeMethodDescriptiongetMetaAttribute(String name) voidsetMetaAttributes(Map<String, MetaAttribute> metas)
-
Method Details
-
getMetaAttributes
Map<String, MetaAttribute> getMetaAttributes() -
setMetaAttributes
-
getMetaAttribute
-