Uses of Interface
io.ebean.plugin.BeanType
- 
Packages that use BeanType Package Description io.ebean.plugin Provides a API for plugins.io.ebean.text.json JSON formatting and parsing objects (See JsonContext).
- 
- 
Uses of BeanType in io.ebean.pluginMethods in io.ebean.plugin that return BeanType Modifier and Type Method Description <T> BeanType<T>SpiServer. getBeanType(Class<T> beanClass)Return the bean type for a given entity bean class.BeanType<?>BeanType. getBeanTypeAtPath(String propertyName)Return the type bean for an OneToMany or ManyToOne or ManyToMany property.BeanType<?>SpiServer. getBeanTypeForQueueId(String queueId)Return the bean type for a given doc store queueId.BeanType<?>BeanType. getInheritanceParent()Returns the parent in inheritance hiearchyBeanType<?>BeanType. root()Return the root bean type for an inheritance hierarchy.Methods in io.ebean.plugin that return types with arguments of type BeanType Modifier and Type Method Description List<? extends BeanType<?>>SpiServer. getBeanTypes()Return all the bean types registered on this server instance.List<? extends BeanType<?>>SpiServer. getBeanTypes(String baseTableName)Return the bean types mapped to the given base table.List<BeanType<?>>BeanType. getInheritanceChildren()Returns all direct children of this beantypeMethod parameters in io.ebean.plugin with type arguments of type BeanType Modifier and Type Method Description voidBeanType. visitAllInheritanceChildren(Consumer<BeanType<?>> visitor)Visit all children recursively
- 
Uses of BeanType in io.ebean.text.jsonMethods in io.ebean.text.json with parameters of type BeanType Modifier and Type Method Description <T> JsonBeanReader<T>JsonContext. createBeanReader(BeanType<T> beanType, com.fasterxml.jackson.core.JsonParser parser, JsonReadOptions options)Create and return a new bean reading for the bean type given the JSON options and source.
 
-