org.modeshape.connector.meta.jdbc
Class JdbcMetadataRepository

java.lang.Object
  extended by org.modeshape.graph.connector.path.PathRepository
      extended by org.modeshape.connector.meta.jdbc.JdbcMetadataRepository

@ThreadSafe
public class JdbcMetadataRepository
extends PathRepository


Field Summary
static String PROCEDURES_SEGMENT_NAME
           
static String TABLES_SEGMENT_NAME
           
 
Constructor Summary
JdbcMetadataRepository(JdbcMetadataSource source)
           
 
Method Summary
 WorkspaceCache getCache(String workspaceName)
           
 
Methods inherited from class org.modeshape.graph.connector.path.PathRepository
getRootNodeUuid, getSourceName, getWorkspace, getWorkspaceNames, isWritable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLES_SEGMENT_NAME

public static final String TABLES_SEGMENT_NAME
See Also:
Constant Field Values

PROCEDURES_SEGMENT_NAME

public static final String PROCEDURES_SEGMENT_NAME
See Also:
Constant Field Values
Constructor Detail

JdbcMetadataRepository

public JdbcMetadataRepository(JdbcMetadataSource source)
Method Detail

getCache

public WorkspaceCache getCache(String workspaceName)


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.