Fields Summary |
---|
public static final String | PROP_NAMEName of {@link MappingElement#getName name} property. |
public static final String | PROP_MODIFIEDName of {@link MappingClassElement#isModified modified}
flag for {@link MappingClassElement class elements}. |
public static final String | PROP_CONSISTENCYName of {@link MappingClassElement#getConsistencyLevel consistencyLevel}
property for {@link MappingClassElement class elements}. |
public static final String | PROP_DATABASE_ROOTName of {@link MappingClassElement#setDatabaseRoot root}
property for {@link MappingClassElement class elements}. |
public static final String | PROP_TABLESName of {@link MappingClassElement#getTables tables}
property for {@link MappingClassElement class elements}. |
public static final String | PROP_FIELDSName of {@link MappingClassElement#getFields fields}
property for {@link MappingClassElement class elements}. |
public static final String | PROP_NAVIGABLEName of {@link MappingClassElement#isNavigable navigable}
property for {@link MappingClassElement class elements}. |
public static final String | PROP_READ_ONLYName of {@link MappingFieldElement#isReadOnly read only}
property for {@link MappingFieldElement field elements}. |
public static final String | PROP_IN_CONCURRENCY_CHECKName of {@link MappingFieldElement#isInConcurrencyCheck in concurrency
check} property for {@link MappingFieldElement field elements}. |
public static final String | PROP_VERSION_FIELDName of {@link MappingFieldElement#isVersion version field}
property for {@link MappingFieldElement field elements}. |
public static final String | PROP_FETCH_GROUPName of {@link MappingFieldElement#getFetchGroup fetch group}
property for {@link MappingFieldElement field elements}. |
public static final String | PROP_COLUMNSName of {@link MappingFieldElement#getColumns columns}
property for {@link MappingFieldElement field elements}. |
public static final String | PROP_TABLEName of {@link MappingReferenceKeyElement#getTable table} and
{@link MappingTableElement#getTable table} property for
{@link MappingReferenceKeyElement reference key elements} and
{@link MappingTableElement mapping table elements}. |
public static final String | PROP_KEY_COLUMNSName of {@link MappingReferenceKeyElement#getReferencingKey key columns}
and {@link MappingTableElement#getKey key columns} property for
{@link MappingReferenceKeyElement reference key elements} and
{@link MappingTableElement mapping table elements}. |
public static final String | PROP_ASSOCIATED_COLUMNSName of {@link MappingRelationshipElement#getAssociatedColumns
associated columns} property for {@link MappingRelationshipElement
relationship elements}. |
public static final String | PROP_REFERENCING_KEYSName of {@link MappingTableElement#getReferencingKeys referencing
keys} property for {@link MappingTableElement mapping table elements}. |