public class SchemaMappingBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALIAS_METADATAHOLDER |
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
SchemaMappingBuilder(SchemaI _schema,
boolean _indexAllByDefault) |
Modifier and Type | Method and Description |
---|---|
void |
configureMapping(org.compass.core.config.CompassConfiguration _config)
Builds a suitable mapping configuration for the entities of the given
SchemaI and adds it to the given CompassConfiguration.
|
SchemaI |
getSchema() |
java.util.Set |
getUsedInRelation() |
static boolean |
hasIndexableAttrs(EntityI _entity) |
static boolean |
isAttributeIgnored(AttributeI _attr)
Tells if the given AttributeI should be indexed.
|
boolean |
isEntityIgnored(EntityI _entity)
Tells if the given EntityI should be indexed.
|
boolean |
isIndexAllByDefault() |
void |
setIndexAllByDefault(boolean $26) |
void |
setSchema(SchemaI $25) |
void |
setUsedInRelation(java.util.Set $27) |
public static final org.apache.log4j.Logger log
public static final java.lang.String ALIAS_METADATAHOLDER
public SchemaMappingBuilder(SchemaI _schema, boolean _indexAllByDefault)
_schema
- the MyTISM schema the mapping should be generated from._indexAllByDefault
- Set the default for entity indexing.public void configureMapping(org.compass.core.config.CompassConfiguration _config)
_schema
- the MyTISM schema the mapping should be generated from.public boolean isEntityIgnored(EntityI _entity)
_entity
- the EntityI in question.public static boolean isAttributeIgnored(AttributeI _attr)
_attr
- the AttributeI in question.public static boolean hasIndexableAttrs(EntityI _entity)
public SchemaI getSchema()
public void setSchema(SchemaI $25)
public boolean isIndexAllByDefault()
public void setIndexAllByDefault(boolean $26)
public java.util.Set getUsedInRelation()
public void setUsedInRelation(java.util.Set $27)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.