public class EntityClass extends ConfiguredClass
LOG
Constructor and Description |
---|
EntityClass(org.jboss.jandex.ClassInfo classInfo,
EntityClass parent,
AccessType hierarchyAccessType,
InheritanceType inheritanceType,
AnnotationBindingContext context) |
getAssociationAttributes, getAttributeOverrideMap, getClassAccessType, getClassInfo, getConfiguredClass, getCustomTuplizer, getEmbeddedClasses, getIdAttributes, getLocalBindingContext, getName, getParent, getSimpleAttributes, getVersionAttribute, toString
public EntityClass(org.jboss.jandex.ClassInfo classInfo, EntityClass parent, AccessType hierarchyAccessType, InheritanceType inheritanceType, AnnotationBindingContext context)
public ColumnValues getDiscriminatorColumnValues()
public FormulaValue getDiscriminatorFormula()
public Class<?> getDiscriminatorType()
public IdType getIdType()
public boolean isExplicitPolymorphism()
public boolean isMutable()
public OptimisticLockStyle getOptimisticLockStyle()
public String getWhereClause()
public String getRowId()
public Caching getCaching()
public TableSource getPrimaryTableSource()
public Set<TableSource> getSecondaryTableSources()
public Set<ConstraintSource> getConstraintSources()
public String getExplicitEntityName()
public String getEntityName()
public boolean isDynamicInsert()
public boolean isDynamicUpdate()
public boolean isSelectBeforeUpdate()
public String getCustomLoaderQueryName()
public CustomSQL getCustomInsert()
public CustomSQL getCustomUpdate()
public CustomSQL getCustomDelete()
public String getCustomPersister()
public boolean isLazy()
public String getProxy()
public int getBatchSize()
public boolean isEntityRoot()
public boolean isDiscriminatorForced()
public boolean isDiscriminatorIncludedInSql()
public String getDiscriminatorMatchValue()
public List<JpaCallbackClass> getJpaCallbacks()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.