Class JPAFIQLQuery
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.JPAFIQLQuery
-
- All Implemented Interfaces:
Serializable
,Entity
,FIQLQuery
@Entity public class JPAFIQLQuery extends AbstractGeneratedKeyEntity implements FIQLQuery
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPAFIQLQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFIQL()
String
getName()
JPAUser
getOwner()
String
getTarget()
void
setFIQL(String fiql)
void
setName(String name)
void
setOwner(User owner)
void
setTarget(String target)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-