Interface EntityInfoResolver

All Known Implementing Classes:
CachingEntityInfoResolver, EntityInfoResolverWrapper, SimpleEntityInfoResolver

public interface EntityInfoResolver
An interface for any class with the ability to compute the table information for an entity class
Since:
0.21
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends RawEntity<K>, K>
    EntityInfo<T,K>
    resolve(Class<T> type)
     
  • Method Details

    • resolve

      <T extends RawEntity<K>, K> EntityInfo<T,K> resolve(Class<T> type)
      Type Parameters:
      T - the entity type
      K - the type of the primary key for the entity
      Parameters:
      type - the entity interface
      Returns:
      the table information for the entity