org.hibernate.metamodel.source.annotations.attribute
Class AttributeOverride
java.lang.Object
org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
public class AttributeOverride
- extends Object
Contains the information about a single AttributeOverride
. Instances of this class
are creating during annotation processing and then applied onto the persistence attributes.
Constructor Summary |
AttributeOverride(org.jboss.jandex.AnnotationInstance attributeOverrideAnnotation)
|
AttributeOverride(String prefix,
org.jboss.jandex.AnnotationInstance attributeOverrideAnnotation)
|
AttributeOverride
public AttributeOverride(org.jboss.jandex.AnnotationInstance attributeOverrideAnnotation)
AttributeOverride
public AttributeOverride(String prefix,
org.jboss.jandex.AnnotationInstance attributeOverrideAnnotation)
getColumnValues
public ColumnValues getColumnValues()
getAttributePath
public String getAttributePath()
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.