Class InternalUnsupportedTypeFactory

java.lang.Object
org.apache.cayenne.access.types.InternalUnsupportedTypeFactory
All Implemented Interfaces:
ExtendedTypeFactory

public class InternalUnsupportedTypeFactory extends Object implements ExtendedTypeFactory
Extended type factory that produces types for Cayenne internal value types that could potentially make it to the DB. ExtendedTypes that produced by this factory just trying to throw user-friendly exception instead of unknown type one.
Since:
4.2
  • Constructor Details

    • InternalUnsupportedTypeFactory

      public InternalUnsupportedTypeFactory()
  • Method Details