Modifier and Type | Class and Description |
---|---|
class |
SingletonManagedObjectSource
Provides a singleton object.
|
Constructor and Description |
---|
ExtensionInterfaceMetaDataImpl(ManagedObjectIndex managedObjectIndex,
ExtensionInterfaceFactory<I>[] extensionInterfaceFactories)
Initiate.
|
Constructor and Description |
---|
ManagedObjectGovernanceMetaDataImpl(int governanceIndex,
ExtensionInterfaceFactory<I> extensionInterfaceFactory)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
ExtensionInterfaceFactory<I> |
ManagedObjectExtensionInterfaceMetaData.getExtensionInterfaceFactory()
Obtains the
ExtensionInterfaceFactory to create the extension
interface for the ManagedObject . |
Modifier and Type | Method and Description |
---|---|
ExtensionInterfaceFactory<I> |
ManagedObjectExtensionInterfaceMetaDataImpl.getExtensionInterfaceFactory() |
Modifier and Type | Method and Description |
---|---|
<I> void |
AbstractAsyncManagedObjectSource.MetaDataContext.addManagedObjectExtensionInterface(Class<I> interfaceType,
ExtensionInterfaceFactory<I> extensionInterfaceFactory)
Adds a
ManagedObjectExtensionInterfaceMetaData instance. |
Constructor and Description |
---|
ManagedObjectExtensionInterfaceMetaDataImpl(Class<I> type,
ExtensionInterfaceFactory<I> factory)
Initiate.
|
Modifier and Type | Class and Description |
---|---|
class |
JpaEntityManagerManagedObjectSource
ManagedObjectSource to provide a JPA EntityManager . |
Modifier and Type | Class and Description |
---|---|
class |
ClassExtensionInterfaceFactory
ExtensionInterfaceFactory that return the object of the
ClassManagedObject . |
Copyright © 2005–2016. All rights reserved.