Package net.java.ao.schema.info

Interface Summary
EntityInfo<T extends RawEntity<K>,K> A description of the table generated by the RawEntity

Note this is different to TypeInfo which describes what type a column is in the database.

EntityInfoResolver An interface for any class with the ability to compute the table information for an entity class
EntityInfoResolverFactory A factory capable of currying the required managers for a EntityInfoResolver to be created
FieldInfo<T> A description of the field generated by the RawEntity
 

Class Summary
CachingEntityInfoResolver A EntityInfoResolver which caches the computed EntityInfo for any type it is given
CachingEntityInfoResolverFactory A factory which creates CachingEntityInfoResolvers which delegate to SimpleEntityInfoResolvers
EntityInfoResolverWrapper A EntityInfoResolver which delegates.
SimpleEntityInfoResolver A EntityInfoResolver which creates new EntityInfo instances on every invocation of SimpleEntityInfoResolver.resolve(Class)
SimpleEntityInfoResolverFactory A factory which creates SimpleEntityInfoResolvers
 



Copyright © 2007-2014. All Rights Reserved.