Package org.drools.persistence.api
Interface PersistentSession
-
- All Superinterfaces:
Transformable
public interface PersistentSession extends Transformable
Basic interface so that persisteces can avoid depending on the JPA implementation of a session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getData()java.lang.LonggetId()voidsetId(java.lang.Long id)-
Methods inherited from interface org.drools.persistence.api.Transformable
transform
-
-