Uses of Class
org.apache.cayenne.access.sqlbuilder.sqltree.LikeNode
Packages that use LikeNode
Package
Description
MySQL DbAdapter.
OpenBase DbAdapter.
PostgreSQL DbAdapter.
-
Uses of LikeNode in org.apache.cayenne.access.translator.select
Methods in org.apache.cayenne.access.translator.select with parameters of type LikeNodeModifier and TypeMethodDescriptionprotected void
BaseSQLTreeProcessor.onLikeNode
(Node parent, LikeNode child, int index) -
Uses of LikeNode in org.apache.cayenne.dba.mysql
Methods in org.apache.cayenne.dba.mysql with parameters of type LikeNodeModifier and TypeMethodDescriptionMySQLTreeProcessor.onLikeNode
(Node parent, LikeNode child, int index) -
Uses of LikeNode in org.apache.cayenne.dba.mysql.sqltree
Subclasses of LikeNode in org.apache.cayenne.dba.mysql.sqltree -
Uses of LikeNode in org.apache.cayenne.dba.openbase
Methods in org.apache.cayenne.dba.openbase with parameters of type LikeNodeModifier and TypeMethodDescriptionprotected void
OpenBaseSQLTreeProcessor.onLikeNode
(Node parent, LikeNode child, int index) Deprecated. -
Uses of LikeNode in org.apache.cayenne.dba.postgres
Methods in org.apache.cayenne.dba.postgres with parameters of type LikeNodeModifier and TypeMethodDescriptionPostgreSQLTreeProcessor.onLikeNode
(Node parent, LikeNode child, int index) -
Uses of LikeNode in org.apache.cayenne.dba.postgres.sqltree
Subclasses of LikeNode in org.apache.cayenne.dba.postgres.sqltree