org.entityfs.impl
Interface ChildEntityManagerFactory<T>

All Known Implementing Classes:
ChildEntityManagerFactoryImpl, NonForgettingChildEntityManagerFactoryImpl

public interface ChildEntityManagerFactory<T>

This is a FileSystem global factory for creating ChildEntityManager objects. It is used when creating new DirectoryImplementation entities.

Since:
1.0
Author:
Karl Gustafsson
In_jar:
entityfs-core

Method Summary
 ChildEntityManager<T> create()
          Create a new child entity manager.
 

Method Detail

create

ChildEntityManager<T> create()
Create a new child entity manager.

Returns:
The new child entity manager.