net.java.ao.schema.info
Class SimpleEntityInfoResolverFactory
java.lang.Object
net.java.ao.schema.info.SimpleEntityInfoResolverFactory
- All Implemented Interfaces:
- EntityInfoResolverFactory
- Direct Known Subclasses:
- CachingEntityInfoResolverFactory
public class SimpleEntityInfoResolverFactory
- extends Object
- implements EntityInfoResolverFactory
A factory which creates SimpleEntityInfoResolvers
- See Also:
SimpleEntityInfoResolver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleEntityInfoResolverFactory
public SimpleEntityInfoResolverFactory()
create
public EntityInfoResolver create(NameConverters nameConverters,
TypeManager typeManager)
- Specified by:
create
in interface EntityInfoResolverFactory
- Parameters:
nameConverters
- the name converterstypeManager
- the database type manager
- Returns:
- a new
EntityInfoResolver
Copyright © 2007-2013. All Rights Reserved.