|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersistenceXmlContextNodeFactory
Interface used by persistence unit to gather up persistent types.
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Method Detail |
|---|
Persistence buildPersistence(PersistenceXml parent,
XmlPersistence resourcePersistence)
PersistenceUnit buildPersistenceUnit(Persistence parent,
XmlPersistenceUnit resourcePersistenceUnit)
MappingFileRef buildMappingFileRef(PersistenceUnit parent,
XmlMappingFileRef xmlMappingFileRef)
MappingFileRef buildImpliedMappingFileRef(PersistenceUnit parent)
ClassRef buildClassRef(PersistenceUnit parent,
XmlJavaClassRef xmlClassRef)
ClassRef buildClassRef(PersistenceUnit parent,
java.lang.String className)
JarFileRef buildJarFileRef(PersistenceUnit parent,
XmlJarFileRef xmlJarFileRef)
JarFile buildJarFile(JarFileRef parent,
JavaResourcePackageFragmentRoot jarResourcePackageFragmentRoot)
PersistenceUnit.Property buildProperty(PersistenceUnit parent,
XmlProperty property)
PersistenceUnitProperties buildConnection(PersistenceUnit parent)
PersistenceUnitProperties buildOptions(PersistenceUnit parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||