Class AbstractSimpleElementPersister<E>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.persister.AbstractSimpleElementPersister<E>
-
- All Implemented Interfaces:
ElementPersister<E>
public abstract class AbstractSimpleElementPersister<E> extends java.lang.Object implements ElementPersister<E>
User: iryabov Date: 03.12.13 Time: 13:12
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractSimpleElementPersister(org.jdom2.Namespace namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdom2.NamespacegetNamespace()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.persister.ElementPersister
persist
-
-