Package org.hivedb.configuration

Examples of org.hivedb.configuration.EntityIndexConfigImpl


        : config.getEntityIndexConfig(propertyName);
  }

  private EntityIndexConfig createEntityIndexConfigForPartitionIndex(EntityConfig entityConfig) {
    if (partitionIndexEntityIndexConfig == null)
      partitionIndexEntityIndexConfig = new EntityIndexConfigImpl(entityConfig.getRepresentedInterface(), entityConfig.getPrimaryIndexKeyPropertyName());
    return partitionIndexEntityIndexConfig;
  }
View Full Code Here

TOP

Related Classes of org.hivedb.configuration.EntityIndexConfigImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.