Class UnknownAsset

java.lang.Object
org.openremote.model.asset.Asset<ThingAsset>
org.openremote.model.asset.impl.UnknownAsset
All Implemented Interfaces:
AssetInfo, IdentifiableEntity<ThingAsset>

@Entity public class UnknownAsset extends Asset<ThingAsset>
This is only needed so JPA can deserialise an Asset whose type doesn't match an entity otherwise it is un-used
  • Constructor Details

    • UnknownAsset

      protected UnknownAsset()
      For use by hydrators (i.e. JPA/Jackson)
    • UnknownAsset

      public UnknownAsset(String name)