|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.connector.store.jpa.Model
public abstract class Model

A descriptor of a schema used by this connector.
JpaSource.Models,
JpaSource.Models.addModel(Model),
JpaSource.setModel(String),
JpaSource.getModel()| Method Summary | |
|---|---|
abstract void |
configure(org.hibernate.ejb.Ejb3Configuration configurator)
Configure the entity class that will be used by JPA to store information in the database. |
abstract RequestProcessor |
createRequestProcessor(String sourceName,
ExecutionContext context,
Observer observer,
javax.persistence.EntityManager entityManager,
UUID rootNodeUuid,
String nameOfDefaultWorkspace,
String[] predefinedWorkspaceNames,
long largeValueMinimumSizeInBytes,
boolean creatingWorkspacesAllowed,
boolean comparessData,
boolean enforceReferentialIntegrity)
|
boolean |
equals(Object obj)
|
String |
getDescription()
Get the description of this model in the default locale. |
String |
getDescription(Locale locale)
Get the description of this model in the supplied locale. |
String |
getName()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public final String getName()
public String getDescription()
public String getDescription(Locale locale)
locale - the locale in which the description is to be returned
public abstract RequestProcessor createRequestProcessor(String sourceName,
ExecutionContext context,
Observer observer,
javax.persistence.EntityManager entityManager,
UUID rootNodeUuid,
String nameOfDefaultWorkspace,
String[] predefinedWorkspaceNames,
long largeValueMinimumSizeInBytes,
boolean creatingWorkspacesAllowed,
boolean comparessData,
boolean enforceReferentialIntegrity)
public abstract void configure(org.hibernate.ejb.Ejb3Configuration configurator)
configurator - the Hibernate Ejb3Configuration component; never nullpublic final int hashCode()
hashCode in class Objectpublic final boolean equals(Object obj)
equals in class Objectpublic final String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||