public interface EntityMetadata extends IdentifiableTypeMetadata, BindableMetadata
| Modifier and Type | Method and Description |
|---|---|
List<AssociationMetadata> |
getAssociationOverrides()
Returns the associationOverrides of the entity.
|
List<AttributeOverrideMetadata> |
getAttributeOverrides()
Returns the attributeOverrides of the entity.
|
Boolean |
getCacheable()
Returns if the entity is cachable.
|
DiscriminatorColumnMetadata |
getDiscriminatorColumn()
Returns the discriminator column definition of the entity.
|
String |
getDiscriminatorValue()
Returns the discriminator value for the entity.
|
List<IndexMetadata> |
getIndexes()
Returns the list of indexes of the entity.
|
javax.persistence.InheritanceType |
getInheritanceType()
Returns the inheritance type of the entity.
|
List<NamedNativeQueryMetadata> |
getNamedNativeQueries()
Returns the list of named native queries.
|
List<NamedQueryMetadata> |
getNamedQueries()
Returns the list of named queries.
|
List<SecondaryTableMetadata> |
getSecondaryTables()
Returns the list secondary tables of the entity.
|
SequenceGeneratorMetadata |
getSequenceGenerator()
Returns the sequence Generator of the entity.
|
List<SqlResultSetMappingMetadata> |
getSqlResultSetMappings()
Returns the list of SqlResultSetMappingMetadata
|
TableMetadata |
getTable()
Returns the table of the entity.
|
TableGeneratorMetadata |
getTableGenerator()
Returns the table generator of the entity.
|
excludeDefaultListeners, excludeSuperclassListeners, getCallbacks, getIdClass, getListenersgetAccessType, getAttributes, getClassName, isMetadataCompletegetLocatorgetNameList<AssociationMetadata> getAssociationOverrides()
List<AttributeOverrideMetadata> getAttributeOverrides()
Boolean getCacheable()
DiscriminatorColumnMetadata getDiscriminatorColumn()
String getDiscriminatorValue()
List<IndexMetadata> getIndexes()
javax.persistence.InheritanceType getInheritanceType()
List<NamedNativeQueryMetadata> getNamedNativeQueries()
List<NamedQueryMetadata> getNamedQueries()
List<SecondaryTableMetadata> getSecondaryTables()
SequenceGeneratorMetadata getSequenceGenerator()
List<SqlResultSetMappingMetadata> getSqlResultSetMappings()
TableMetadata getTable()
TableGeneratorMetadata getTableGenerator()
Copyright © 2012-2013 Batoo. All Rights Reserved.