org.jboss.dna.connector.store.jpa
Class JpaSource.Models

java.lang.Object
  extended by org.jboss.dna.connector.store.jpa.JpaSource.Models
Enclosing class:
JpaSource

public static class JpaSource.Models
extends Object

This source is capable of using different database schemas

Author:
Randall Hauch

Field Summary
static Collection<Model> ALL
           
static Model BASIC
           
static Model DEFAULT
           
 
Constructor Summary
JpaSource.Models()
           
 
Method Summary
static boolean addModel(Model model)
           
static Model getModel(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASIC

public static final Model BASIC

ALL

public static final Collection<Model> ALL

DEFAULT

public static final Model DEFAULT
Constructor Detail

JpaSource.Models

public JpaSource.Models()
Method Detail

addModel

public static boolean addModel(Model model)

getModel

public static Model getModel(String name)


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