org.hibernate.metamodel.source.annotations.entity
Class EmbeddableClass
java.lang.Object
org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
org.hibernate.metamodel.source.annotations.entity.EmbeddableClass
public class EmbeddableClass
- extends ConfiguredClass
Represents the information about an entity annotated with @Embeddable
.
Fields inherited from class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass |
LOG |
Methods inherited from class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass |
getAssociationAttributes, getAttributeOverrideMap, getClassAccessType, getClassInfo, getConfiguredClass, getCustomTuplizer, getEmbeddedClasses, getIdAttributes, getLocalBindingContext, getName, getParent, getSimpleAttributes, getVersionAttribute, toString |
EmbeddableClass
public EmbeddableClass(org.jboss.jandex.ClassInfo classInfo,
String embeddedAttributeName,
ConfiguredClass parent,
AccessType defaultAccessType,
AnnotationBindingContext context)
getEmbeddedAttributeName
public String getEmbeddedAttributeName()
getParentReferencingAttributeName
public String getParentReferencingAttributeName()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.