public interface IdentifiableTypeSource extends AttributeSourceContainer
IdentifiableType
Modifier and Type | Method and Description |
---|---|
EntityHierarchySource |
getHierarchy()
Get the hierarchy this belongs to.
|
java.util.List<JpaCallbackSource> |
getJpaCallbackClasses()
Access to the sources describing JPA lifecycle callbacks.
|
LocalMetadataBuildingContext |
getLocalMetadataBuildingContext()
Obtain the metadata-building context local to this entity source.
|
Origin |
getOrigin()
Obtain the origin of this source.
|
java.util.Collection<IdentifiableTypeSource> |
getSubTypes()
Access the subtype sources for types extending from this type source,
|
IdentifiableTypeSource |
getSuperType() |
java.lang.String |
getTypeName()
Get the name of this type.
|
attributeSources, getAttributePathBase, getAttributeRoleBase
getToolingHintContext
Origin getOrigin()
EntityHierarchySource getHierarchy()
LocalMetadataBuildingContext getLocalMetadataBuildingContext()
getLocalMetadataBuildingContext
in interface AttributeSourceContainer
java.lang.String getTypeName()
IdentifiableTypeSource getSuperType()
java.util.Collection<IdentifiableTypeSource> getSubTypes()
java.util.List<JpaCallbackSource> getJpaCallbackClasses()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.