public class Superclass extends AbstractAttributeContainer
AbstractAttributeContainer.IndexedPluralAttributeImpl, AbstractAttributeContainer.PluralAttributeImpl, AbstractAttributeContainer.SingularAttributeImpl
Constructor and Description |
---|
Superclass(String entityName,
String className,
ValueHolder<Class<?>> classReference,
Hierarchical superType)
Constructor for the entity
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAssociation() |
boolean |
isComponent() |
addAttribute, attributes, createBag, createComponentAttribute, createList, createMap, createPluralAttribute, createSet, createSingularAttribute, createVirtualSingularAttribute, getClassName, getClassReference, getClassReferenceUnresolved, getName, getRoleBaseName, getSuperType, locateAttribute, locateBag, locateComponentAttribute, locateList, locateMap, locatePluralAttribute, locateSet, locateSingularAttribute, toString
public Superclass(String entityName, String className, ValueHolder<Class<?>> classReference, Hierarchical superType)
entityName
- The name of the entityclassName
- The name of this entity's java classclassReference
- The reference to this entity's Class
superType
- The super type for this entity. If there is not super type null
needs to be passed.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.