public class DescriptorServiceImpl extends Object implements DescriptorService
| Constructor and Description |
|---|
DescriptorServiceImpl(Collection<Class> types,
DescriptorFactory descriptorFactory)
For each class in types, a descriptor is built by the DescriptorFactory.
|
| Modifier and Type | Method and Description |
|---|---|
List<TynamoClassDescriptor> |
getAllDescriptors() |
TynamoClassDescriptor |
getClassDescriptor(Class type) |
public DescriptorServiceImpl(Collection<Class> types, DescriptorFactory descriptorFactory)
types - In the Tynamo default configuration this will be set to all classes in the Hibernate configdescriptorFactory - In default Tynamo this will be a ReflectionDescriptorFactoryDescriptorFactory,
DescriptorDecoratorpublic List<TynamoClassDescriptor> getAllDescriptors()
getAllDescriptors in interface DescriptorServicepublic TynamoClassDescriptor getClassDescriptor(Class type)
getClassDescriptor in interface DescriptorServiceCopyright © 2004–2015. All rights reserved.