public class NonEntity extends AbstractAttributeContainer
AbstractAttributeContainer.IndexedPluralAttributeImpl, AbstractAttributeContainer.PluralAttributeImpl, AbstractAttributeContainer.SingularAttributeImpl
Constructor and Description |
---|
NonEntity(String entityName,
String className,
ValueHolder<Class<?>> classReference,
Hierarchical superType)
Constructor for the non-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 NonEntity(String entityName, String className, ValueHolder<Class<?>> classReference, Hierarchical superType)
entityName
- The name of the non-entityclassName
- The name of this non-entity's java classclassReference
- The reference to this non-entity's Class
superType
- The super type for this non-entity. If there is not super type null
needs to be passed.Copyright © 2018 JBoss by Red Hat. All rights reserved.