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