public interface EntityMetadata extends IdentifiableTypeMetadata, BindableMetadata
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssociationMetadata> |
getAssociationOverrides()
Returns the associationOverrides of the entity.
|
java.util.List<AttributeOverrideMetadata> |
getAttributeOverrides()
Returns the attributeOverrides of the entity.
|
java.lang.Boolean |
getCacheable()
Returns if the entity is cachable.
|
DiscriminatorColumnMetadata |
getDiscriminatorColumn()
Returns the discriminator column definition of the entity.
|
java.lang.String |
getDiscriminatorValue()
Returns the discriminator value for the entity.
|
java.util.List<IndexMetadata> |
getIndexes()
Returns the list of indexes of the entity.
|
javax.persistence.InheritanceType |
getInheritanceType()
Returns the inheritance type of the entity.
|
java.util.List<NamedNativeQueryMetadata> |
getNamedNativeQueries()
Returns the list of named native queries.
|
java.util.List<NamedQueryMetadata> |
getNamedQueries()
Returns the list of named queries.
|
java.util.List<SecondaryTableMetadata> |
getSecondaryTables()
Returns the list secondary tables of the entity.
|
SequenceGeneratorMetadata |
getSequenceGenerator()
Returns the sequence Generator of the entity.
|
java.util.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, isMetadataCompletegetLocatorgetNamejava.util.List<AssociationMetadata> getAssociationOverrides()
java.util.List<AttributeOverrideMetadata> getAttributeOverrides()
java.lang.Boolean getCacheable()
DiscriminatorColumnMetadata getDiscriminatorColumn()
java.lang.String getDiscriminatorValue()
java.util.List<IndexMetadata> getIndexes()
javax.persistence.InheritanceType getInheritanceType()
java.util.List<NamedNativeQueryMetadata> getNamedNativeQueries()
java.util.List<NamedQueryMetadata> getNamedQueries()
java.util.List<SecondaryTableMetadata> getSecondaryTables()
SequenceGeneratorMetadata getSequenceGenerator()
java.util.List<SqlResultSetMappingMetadata> getSqlResultSetMappings()
TableMetadata getTable()
TableGeneratorMetadata getTableGenerator()
Copyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.