java.lang.Object
io.ebeaninternal.server.deploy.BeanManager<T>
Holds the BeanDescriptor and its associated BeanPersister.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the BeanDescriptor.Return the associated BeanPersister.
-
Constructor Details
-
BeanManager
-
-
Method Details
-
getBeanPersister
Return the associated BeanPersister. -
getBeanDescriptor
Return the BeanDescriptor.
-