Uses of Class
org.hibernate.mapping.MetaAttribute
Packages that use MetaAttribute
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of MetaAttribute in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return MetaAttributeMethods in org.hibernate.boot.model.source.spi that return types with arguments of type MetaAttributeModifier and TypeMethodDescriptionToolingHintContext.getMetaAttributeMap()
Theorg.hibernate.mapping
package accepts these as a Map, so for now expose the underlying Map. -
Uses of MetaAttribute in org.hibernate.mapping
Methods in org.hibernate.mapping that return MetaAttributeModifier and TypeMethodDescriptionComponent.getMetaAttribute
(String attributeName) MetaAttributable.getMetaAttribute
(String name) PersistentClass.getMetaAttribute
(String name) Property.getMetaAttribute
(String attributeName) Methods in org.hibernate.mapping that return types with arguments of type MetaAttributeModifier and TypeMethodDescriptionComponent.getMetaAttributes()
MetaAttributable.getMetaAttributes()
PersistentClass.getMetaAttributes()
Property.getMetaAttributes()
Method parameters in org.hibernate.mapping with type arguments of type MetaAttributeModifier and TypeMethodDescriptionvoid
Component.setMetaAttributes
(Map<String, MetaAttribute> metas) void
MetaAttributable.setMetaAttributes
(Map<String, MetaAttribute> metas) void
PersistentClass.setMetaAttributes
(Map<String, MetaAttribute> metas) void
Property.setMetaAttributes
(Map<String, MetaAttribute> metas)